Antwort: [Mod_gzip] Compressing htmls
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Mon, 6 Jan 2003 12:41:53 +0200
Hi Rajiv,
> We have a J2EE applicaion running on Weblogic 6.0 with apache
> 1.3.20 as web server.
this one is quite old ... you might want to upgrade to
1.3.27 due to several Apache security issues.
> Now we want to compress the HTML generated out of JSPs before
> being sent to browser. How should we go about this?
Just like using mod_gzip for any other types of requests:
Install and configure mod_gzip, and then write the "include"
rules that are appropriate for the types of requests whose
output you want to be compressed.
Get mod_gzip 1.3.26.1a from the SourceForge site
http://sourceforge.net/projects/mod-gzip/
; this version contains a lot of documentation.
Regards, Michael