Be aware though that compressing stylesheets (.css) and JavaScript files (.js) may break most versions of MSIE. -ascs -----Original Message----- From: Joshua Slive [mailto:jslive@xxxxxxxxx] Sent: Tuesday, June 14, 2005 7:35 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] mod_deflate w/reverse proxy On 6/14/05, Serge Knystautas <sergek@xxxxxxxxxxxx> wrote: > I'm having trouble using mod_deflate to compress content that is going > through my reverse proxy using apache 2.0.46. Quite an old version. If you are using complex stuff like deflate and proxy, you should be keeping up with more recent versions. > AddOutputFilterByType DEFLATE text/html text/plain text/xml See: http://httpd.apache.org/docs-2.0/mod/core.html#addoutputfilterbytype where it tells you that this directive does not work with proxies. You'll need to look at the more complex configuration: http://httpd.apache.org/docs-2.0/mod/mod_deflate.html#recommended 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 --------------------------------------------------------------------- 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