volgens onderstaande info zou het heel eenvoudig zijn om een pre-compiled module in mijn geval mod_gzip.so toe te voegen bij apache (op een redhat machine).. maar als ik dit letterlijk doe krijg ik de volgende foutmelding bij het opstarten van apache:
Invalid command 'LoadModule'', pehaps mis-spelled or defined by a module not included in the server configuration.
(ik heb de module gecopieerd zoals hieronder beschreven is en httpd.conf aangepast.)
For any UNIX based version of Apache . . .
Just copy a pre-compiled binary version of mod_gzip.so to your Apache (Server root)/modules directory and then edit your existing (Server root)/conf/httpd.conf Apache configuration file and add the following line to the # LoadModules section...
LoadModule gzip_module modules/mod_gzip.so
That's all there is to it.
Restart your Apache Web Server and it will now be capable of delivering accelerated content back to any HTTP 1.1 compliant browser. If Apache cannot locate the mod_gzip module when it starts it will say so. If all goes well you should not get any errors or warnings whatsoever. The new mod_gzip module will automatically 'kick in' as you begin requesting documents from this particular copy of Apache.
Doe ik iets fout ?? Zie ik iets over het hoofd ?? Iemand suggesties .....
Invalid command 'LoadModule'', pehaps mis-spelled or defined by a module not included in the server configuration.
(ik heb de module gecopieerd zoals hieronder beschreven is en httpd.conf aangepast.)
For any UNIX based version of Apache . . .
Just copy a pre-compiled binary version of mod_gzip.so to your Apache (Server root)/modules directory and then edit your existing (Server root)/conf/httpd.conf Apache configuration file and add the following line to the # LoadModules section...
LoadModule gzip_module modules/mod_gzip.so
That's all there is to it.
Restart your Apache Web Server and it will now be capable of delivering accelerated content back to any HTTP 1.1 compliant browser. If Apache cannot locate the mod_gzip module when it starts it will say so. If all goes well you should not get any errors or warnings whatsoever. The new mod_gzip module will automatically 'kick in' as you begin requesting documents from this particular copy of Apache.
Doe ik iets fout ?? Zie ik iets over het hoofd ?? Iemand suggesties .....