Hi,
I just installed PHP 5.1.6 bleeding to get the MySQL 5 update. However, PHP configured itself as an apache module instead of cgi so suPHP doesn't work anymore.
I'm having trouble switching back php to cgi mode.
I'm running plesk 8.1. Any hints would be greatly apreciated.
Thanks,
Frank
PHP 5.1.6 bleeding configured itself as Apache Module
I've added the following to the httpd.conf file
Action php-test "/usr/etc/php-cgi"
AddHandler php-test .php
I get a 404 on all php pages.
When I checked the apache logs, there was the following
[Thu Jan 18 20:43:19 2007] [error] [client xxx] File does not exist: /var/www/vhosts/xxx/httpdocs/usr
Does anyone have a clue?
Action php-test "/usr/etc/php-cgi"
AddHandler php-test .php
I get a 404 on all php pages.
When I checked the apache logs, there was the following
[Thu Jan 18 20:43:19 2007] [error] [client xxx] File does not exist: /var/www/vhosts/xxx/httpdocs/usr
Does anyone have a clue?