apache & PHP help
I'm having problems installing PHP 4 in my Apache webserver. When I uncommented all the lines I was supposed to add in my httpd.conf file, and tried to restart Apache, it told me that there was an error and to run apachectl configtest So I did so, and it came out saying:
Syntax error on line 1006 of /usr/local/apache/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
I was told in IRC to enable mod_so by recompiling apache. can anyone tell me the command for that? If I'm right, I think it was ./configure --enable-mod_so, then make, then make install. correct me if I'm wrong, please.
Syntax error on line 1006 of /usr/local/apache/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
I was told in IRC to enable mod_so by recompiling apache. can anyone tell me the command for that? If I'm right, I think it was ./configure --enable-mod_so, then make, then make install. correct me if I'm wrong, please.
