• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need Some Help With Apache

iotone

Senior member
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
 
Back
Top