Disabeling exec per domain

erik

New member
Joined
Nov 15, 2005
Messages
2
I'd like to be able to disable all php shell commands such as exec(), system() etc. for all domains except 1. Is this possible? I know i can turn safe mode on and off per domain but I dont want to put safe mode on on any domain, just disable those shell functions.
Thanks
 
You would have to make the configuration changes manually. Check out the php documentation for more information on (if) making these changes on a per virtualhost basis.
 
Back
Top