OK, im using windows xp, apache 1.3.28 and latest gzip
(i have both the .so and .dll)
How do i install as entering the line LoadModule ....
results in 'cannot load module mod_gzip'
I dont and am not able to get axps for windows (far as i
know) and i cant figure out anyway to do this
I would be very grateful if anyone can help me with the
install, ta
Logged In: NO
i dont know, but i want same answer
Logged In: NO
Copy ApacheModuleGzip.dll to [Apache-Installation-Dir]
\modules
Add these lines to your http.conf:
LoadModule gzip_module modules/ApacheModuleGzip.dll
AddModule mod_gzip.c
as the last lines!
Logged In: YES
user_id=211909
You don't need APXS if you already have a shared object file
for your platform.
See
http://www.schroepl.net/projekte/mod_gzip/install.htm#overview-dynamic
for how to load mod_gzip into your Apache server.