This is a discussion on mod_gzip and httpd 2.2.6 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi there, did anybody configure mod_gzip with httpd 2.2.6? If yes how did you get it working? I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there,
did anybody configure mod_gzip with httpd 2.2.6? If yes how did you get it working? I already tried to compile it with the webserver together which didn't work and I tried to compile it with apsx which wasn't successful. Maybe someone has a hint for me :) Thanks a lot. Cheers, Marcus |
|
|||
|
schnupfy wrote:
> did anybody configure mod_gzip with httpd 2.2.6? > If yes how did you get it working? mod_gzip - at least this mod_gzip: http://sourceforge.net/project/showf...group_id=54975 http://schroepl.net/projekte/mod_gzip/ is only for apache 1.3.x apache 2.x includes a module called mod_deflate by ian holsman which serves the same purpose: http://httpd.apache.org/docs/2.2/mod/mod_deflate.html there are several similarly-named and identically-named modules to implement http compression for various apache versions, sorry if i'm talking about the wrong mod_gzip here! hth --sean -- sean dreilinger - http://durak.org/sean/ |