Is there a way to specify an AccelNoPass directive (from mod_accel) that
only affects a certain directory?

For example, consider the following scenario:

AccelPass /~user1/ http://127.0.0.1:8001/
AccelNoPass ~*\.gif$ ~*\.jpg$

AccelPass /~user2/ http://127.0.0.1:8002/
AccelNoPass ~*\.gif$

Someone might want to specify separate AccelNoPass settings for those two
directories. It doesn't seem to work when I put it in <Directory> though;
I get "AccelNoPass not allowed here" error.

(I don't actually need this functionality at this point and I think it's
an obscure case, but I felt it was worth pointing out.)

Reply via email to