tsiou
Verified User
I 've installed su_php and i had problems in opening webmail, phpmyadmin
i've set uid and gid to 0 and check_vhost_docroot=false
i want to change uid and gid to not include root (running these scripts as root is very dangerous). chown apache the above directories is very insecure too. I prefer to exclude the above directories from suphp.
How can i do it?
Adding suPHP_Engine off to
<Directory "/var/www/html">
suPHP_Engine off
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
didn't seem to work.. Any ideas?
i've set uid and gid to 0 and check_vhost_docroot=false
i want to change uid and gid to not include root (running these scripts as root is very dangerous). chown apache the above directories is very insecure too. I prefer to exclude the above directories from suphp.
How can i do it?
Adding suPHP_Engine off to
<Directory "/var/www/html">
suPHP_Engine off
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
didn't seem to work.. Any ideas?