You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Preetam Palwe <pr...@aftek.com> on 2007/11/06 16:33:52 UTC

[users@httpd] Apache + DEFLATE : Does not work

Hello 
    We have Apache serving our static contents and Jboss to serve the
dynamic data / transactions. 
We have changed configuration in Apache so that I can use html/xml/java
script compression using mod_deflate. 
But the problem is I am not able to receive compressed contents in browser.
I have verified this in mozilla (2.0.0.9) using Firebug addon. 
Can you please help me in this. 


    Here is the sample configuration 


<VirtualHost X.Y.Z.W:80> 
     ServerAdmin preet
<http://groups.google.com/groups/unlock?msg=1f10ed2e254930c0&_done=/group/co
mp.infosystems.www.servers.unix/browse_thread/thread/966bfbc71df9fc65/1f10ed
2e254930c0> ...@aftek.com 
     DocumentRoot
"/usr/java/jboss-4.0.3SP1/server/default/deploy/sample.ear/sample.war" 
    ServerName sample.aftek.com 


     ErrorLog logs/sample-error_log 
     TransferLog logs/sample-access_log 


     JkOptions     +ForwardKeySize +ForwardURICompat -ForwardDirectories 


 JkMount /sample worker1 
 JkMount /sample/* worker1 


 JkUnMount /sample/images/* worker1 
 JkUnMount /sample/css/* worker1 
 JkUnMount /sample/js/* worker1 


 DeflateFilterNote Input instream 
 DeflateFilterNote Output outstream 
 DeflateFilterNote Ratio ratio 


 LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%) "%{User- agent}i"'
deflate 
 CustomLog logs/deflate_log deflate 


 <Location /sample> 
  AddOutputFilterByType DEFLATE text/html 
  AddOutputFilterByType DEFLATE text/xml 
  AddOutputFilterByType DEFLATE text/css 
  AddOutputFilterByType DEFLATE text/javascript 
  AddOutputFilterByType DEFLATE application/x-javascript 
 </Location> 
</VirtualHost> 


Version Info 
Jboss:             jboss-4.0.3SP1 
Apache:          httpd-2.0.52-28 
Mod_jk:           mod_jk-1.2.15-1 


Also 
    I suspect there is something going wrong in response headers : 
"Vary : Accept-Encoding" 


Thanks for help in advance. 


Thanks & Best Regards 
~Preetam 


Re: [users@httpd] Apache + DEFLATE : Does not work

Posted by Eric Covener <co...@gmail.com>.
On Nov 6, 2007 10:33 AM, Preetam Palwe <pr...@aftek.com> wrote:
>
>
> Hello
>     We have Apache serving our static contents and Jboss to serve the
> dynamic data / transactions.
> We have changed configuration in Apache so that I can use html/xml/java
> script compression using mod_deflate.
> But the problem is I am not able to receive compressed contents in browser.

AddOutputFilterByType isn't triggered for proxied requests on 2.0.x; a
note appears in the documentation.


-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org