| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Henri Gomez <hgo...@apache.org> |
| Subject | mod_deflate with mod_jk |
| Date | Wed, 04 Dec 2002 15:34:50 GMT |
Hi to all,
I built deflate and jk but deflate seems to compress
only static (ie no servlet/jsp) contents.
I've used :
Listen x.x.x.x:y
NameVirtualHost x.x.x.x:y
<VirtualHost x.x.x.x:y>
ServerName host.domain.tld
AddOutputFilter DEFLATE html
<Directory /var/tomcat3/webapps/ROOT>
AllowOverride None
</Directory>
<Location "/WEB-INF/" >
AllowOverride None
Deny from all
</Directory>
JkMount /servlet/* ajp13
JkMount /*.jsp ajp13
</VirtualHost>
| |
| Mime |
|
| View raw message | |