Re: gzipping via mod_deflate, the DeflateBufferSize, the Content-Length header, and download progress in Web browsers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Is there any chance that the SetEnvIfNoCase directive is not being
> satisfied due to the mod_rewrite rules that I'm using?

There's always a way for things to go wrong with mod_rewrite.

SetEnvIf would run both before and after your rewrite on both the
rewritten and un-rewritten URL, and environment variables would not
really live from the first pass to the second which is I think what
you're counting on.  I suggest adding a rule to set no-gzip based on
the query string you'll redirect to.

Before you chase that, you can just log it the internal var with
%{no-gzip}e and %{REDIRECT_no-gzip}e

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux