Hi,
now on apache 1.3 + suphp4 + suphp5, php wont work anymore ! Server cant handle any .php file
buildscript 1.3
in: httpd.conf you are comment out
#AddModule mod_suphp.c <- remove uncomment, then work
It should uncomment it because of:
Code:
perl -pi -e 's/^\#LoadModule suphp/LoadModule suphp/' /etc/httpd/conf/httpd.conf
I've just tried to install it and everything went fine.