Hi everyone, trying to upgrade to php 5.1 but having a problem.
Install seems to work until it gets to the restart of service httpd then it fails. with cannot restart contact administrator.
This obviously means no pages are working.
When i look into it a bit more it looks like its something to do with this line in my httpd.conf file which i have commented out, once commented out php seems to work and so do all my sites with httpd service restarting fine.
AddModule mod_frontpage.c
#AddModule mod_php4.c
AddModule mod_bwlimited.c
AddModule mod_log_bytes.c
AddModule mod_auth_passthrough.c
AddModule mod_security.c
AddModule mod_evasive.c
AddModule mod_fastcgi.c
# AddModule mod_php5.c <--------------------------- (Problem line)
I have no idea how to solve this one.
Any idea?
Install seems to work until it gets to the restart of service httpd then it fails. with cannot restart contact administrator.
This obviously means no pages are working.
When i look into it a bit more it looks like its something to do with this line in my httpd.conf file which i have commented out, once commented out php seems to work and so do all my sites with httpd service restarting fine.
AddModule mod_frontpage.c
#AddModule mod_php4.c
AddModule mod_bwlimited.c
AddModule mod_log_bytes.c
AddModule mod_auth_passthrough.c
AddModule mod_security.c
AddModule mod_evasive.c
AddModule mod_fastcgi.c
# AddModule mod_php5.c <--------------------------- (Problem line)
I have no idea how to solve this one.
Any idea?