Hello all,
I've browsed unsuccessfully for info on how to do this, so hopefully someone can help me. I have PHP as a compiled in Apache module on my primary UNIX webserver. Currently, all of my clients can use it. I want to limit which virtual hosts can execute php.
I tried adding the httpd.conf .php mapping only in the appropriate <VirtualHost> sections, but it still seems that any of the virtual hosts on the machine can execute php.
Is there a way around this?
Matt