I tried and I can see it’s not running, when starting it errors, as below:
/etc/init.d/apache stop
Stopping Apache daemon… Not running. [ OK ]
/etc/init.d/apache start
Starting Apache daemon…
httpd: Syntax error on line 51 of /etc/httpd/conf/httpd.conf: Syntax error on line 39 of /etc/httpd/conf/loadmodule.conf: Cannot load /usr/lib/apache/mod_cgi.so into server: /usr/lib/apache/mod_cgi.so: cannot open shared object file: No such file or directory
Of the reinvent files:
Line 51 is:
Include /etc/httpd/conf/loadmodule.conf
Line 39 is:
LoadModule cgi_module /usr/lib/apache/mod_cgi.so
This doesn’t exist, that’s correct:
/usr/lib/apache/mod_cgi.so
I comment out the line, it complains about ...Cannot load /usr/lib/apache/libphp5.so into server:...
, I comment out that one and I get:
AH00526: Syntax error on line 1 of /etc/httpd/conf/uid.conf:
Invalid command ‘User’, perhaps misspelled or defined by a module not included in the server configuration [ FAIL ]
Before I run down the wrong path here are there any suggestions?