Does anyone know how I can cancel AccelNoPass in mod_accel?

I have the following configuration in httpd.conf:

AccelNoPass ~\*.cgi$ ~\*.html$

<VirtualHost ...>
ProxyPass / http://localhost:8001/
...
</VirtualHost>

I want to make it so that inside the VirtualHost container, ~\*.cgi
will not be in AccelNoPass. (The reason I have ~\*.cgi in AccelNoPass
is because there's some other VirtualHosts that shouldn't have it
passed.)

Is it possible to do this?

Reply via email to