I'm trying to run apache using my own httpd.conf file that is different from the default one... however, I keep getting this error where I'm trying to load modules when I try to run apache:
Syntax error on line 205 of /home/icstheme/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
any ideas on what could be going on?? here's the part of the config file it's talking about:
# Example:
# LoadModule foo_module libexec/mod_foo.so
LoadModule rewrite_module libexec/mod_rewrite.so <--- right here
LoadModule proxy_module libexec/libproxy.so
LoadModule php4_module libexec/libphp4.so
any ideas?? really need to get this running soon... thanks
Syntax error on line 205 of /home/icstheme/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
any ideas on what could be going on?? here's the part of the config file it's talking about:
# Example:
# LoadModule foo_module libexec/mod_foo.so
LoadModule rewrite_module libexec/mod_rewrite.so <--- right here
LoadModule proxy_module libexec/libproxy.so
LoadModule php4_module libexec/libphp4.so
any ideas?? really need to get this running soon... thanks
