Restart Apache
July 16th, 2010
No comments
sudo /etc/init.d/apache2 restart
Categories: apache
To find suexec type in
whereis suexecResult
suexec: /usr/sbin/suexec /usr/sbin/suexec.saved_by_psa /usr/share/man/man8/suexec.8.gz
Now move the file to a backup
mv /usr/sbin/suexec /usr/sbin/suexec_old
Restart apache
/etc/init.d/httpd restart