On Apr 8, 2005 6:31 AM, Paula Nousiainen <paula.nousiainen@xxxxxxxxxxx> wrote: > > Hi, > I have installed Apache 2.0.52 (Win) and configured it to compress our web > application traffic. > > SetOutputFilter DEFLATE > DeflateFilterNote Input instream > DeflateFilterNote Output outstream > DeflateFilterNote Ratio ratio > LogFormat '"%t" "%a" "%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate > CustomLog logs/deflate_log deflate > > What could be wrong in my configurations, when Apache does not compress ? > > "[06/Apr/2005:14:18:44 +0300]" "3.187.4.17" "GET /ematrix/emxLogin.jsp > HTTP/1.1" -/- (-%) > > On other, working environment compressing to this same page is 67 % > > "GET /ematrix/emxLogin.jsp HTTP/1.1" 100/149 (67%) > > All answers / suggestions, what to try to solve this problem are warmly > wellcome. Are you sure the SetOutputFilter directive is in the right location in httpd.conf? Are there any mod_deflate related errors in your error log? Joshua. --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx