Kris Verbeeck wrote:
Henri Gomez wrote:

BTW, I'll next check if mod_deflate works in conjunction with mod_jk/mod_jk2 (where I'm commiter).

It works, at least for me.

Good news :)

And it works for any JSP/Servlet contents send back from the servlet engine to the browser ?

I'll be happy to see your settings about it ....

something like this in httpd.conf:

   JkWorkersFile /tomcat/conf/workers.properties

   JkExtractSSL On
   JkHTTPSIndicator HTTPS
   JkSESSIONIndicator SSL_SESSION_ID
   JkCIPHERIndicator SSL_CIPHER
   JkCERTSIndicator SSL_CLIENT_CERT

   JkMount /* ajp13

   Listen x.x.x.x:y
   NameVirtualHost x.x.x.x:y
   <VirtualHost x.x.x.x:y>
       JkMount /* ajp13
       ServerName host.domain.tld
       <IfModule mod_mime.c>
          AddOutputFilter DEFLATE html
       </IfModule>
   </VirtualHost>

Only tested with a servlet behind it.  No JSP testing, but shouldn't be
different I think.

Great, I check it ASAP :)


Reply via email to