Guest_imported
New member
- Jan 1, 1970
- 0
Hello all,
In the httpd.conf file I added:
LoadModule gzip_module libexec/mod_gzip.so
<IfModule mod_gzip.c> ..many config lines .. </IfModule>
AddModule mod_gzip.c
However when I restart Apache via httpd, I get the following error messsage:
--------------------
Syntax error on line 148 of /home/Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
--------------------
Does anyone know what's going on? Would I have to recompile Apache to support modules? If so, how can I make sure all my settings are saved and only the executable is changed so that my website is up and away after compile/clean ??
Thanks in advance! Regards, Rick
In the httpd.conf file I added:
LoadModule gzip_module libexec/mod_gzip.so
<IfModule mod_gzip.c> ..many config lines .. </IfModule>
AddModule mod_gzip.c
However when I restart Apache via httpd, I get the following error messsage:
--------------------
Syntax error on line 148 of /home/Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
--------------------
Does anyone know what's going on? Would I have to recompile Apache to support modules? If so, how can I make sure all my settings are saved and only the executable is changed so that my website is up and away after compile/clean ??
Thanks in advance! Regards, Rick