Be aware though that compressing stylesheets (.css) and JavaScript files (.js)
may break most versions of MSIE.
-ascs
-Original Message-
From: Joshua Slive [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 14, 2005 7:35 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_defla
On 6/14/05, Serge Knystautas <[EMAIL PROTECTED]> 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 v
Take a look at http://issues.apache.org/bugzilla/show_bug.cgi?id=31226. There
is apparently a problem with AddOutputFilterByType.
I've had the exact same problem. The solution I chose was to use
SetOutputFilter (instead of AddOutputFilterByType) and use other means for
selecting what resources
Serge,
On Tue, 14 Jun 2005, Serge Knystautas wrote:
> I'm having trouble using mod_deflate to compress content that is going
> through my reverse proxy using apache 2.0.46. All requests go to a
> default virtual host, and then I use RewriteConf/RewriteRule [P] to
> carve off certain hostnames to
I'm having trouble using mod_deflate to compress content that is going
through my reverse proxy using apache 2.0.46. All requests go to a
default virtual host, and then I use RewriteConf/RewriteRule [P] to
carve off certain hostnames to reverse proxy to another webserver. We
use this approach