Hello everyone.

I'm looking for a way to control php's script execution permissions on apache 2.0 server.

I've checked open_basedir but that Is not what I'm looking for.

Base dir limits the directory structure on which php will have access to, what I need to do is selectivly deny, allow the execution of scripts in those paths (I do want php to be able to get access to paths outside of the DocumentRoot directory).

Any suggestions ?

Thank you,
Maxim.

    Write a Reply...