OK, I know there are lots of posts out there in turning off safe mode for one site. However none work with phpsuexec. If you're running phpsuexec then the
php_admin_value flag
will stop apache from starting.
You can of course put it inside the
<IfModule mod_php4.c>
</IfModule>
tags - but since you are not loading mod_php4.c
it does nothing. (If you are running phpsuexec then the security tweak of enabling open_basedir doesn't work either - for exactly the same reason.)
I like running phpsuexec but it seems that if I want one site with safe mode off then it has to be off for all. And with no open_basedir protection too.
So has anyone using phpsuexec successfully disabled safemode for one site and instituted open_basedir globally?
cPanel.net Support Ticket Number:
php_admin_value flag
will stop apache from starting.
You can of course put it inside the
<IfModule mod_php4.c>
</IfModule>
tags - but since you are not loading mod_php4.c
it does nothing. (If you are running phpsuexec then the security tweak of enabling open_basedir doesn't work either - for exactly the same reason.)
I like running phpsuexec but it seems that if I want one site with safe mode off then it has to be off for all. And with no open_basedir protection too.
So has anyone using phpsuexec successfully disabled safemode for one site and instituted open_basedir globally?
cPanel.net Support Ticket Number: