André Malo <[EMAIL PROTECTED]> writes:

> # Don't compress images
> SetEnvIfNoCase Request_URI \
> \.(?:gif|jpe?g|png)$ no-gzip dont-vary
>
> # Make sure proxies don't deliver the wrong content
> Header append Vary User-Agent env=!dont-vary
>
> The problem is that a lot of people don't read carefully enough and seem to
> assume that dont-vary is a magic variable, recognized by the httpd or the
> like. Any idea how (where?) to clarify that misunderstanding better?

Perhaps changing the varaible name to something that doesn't
look like magic varaible will help?  Say, dont-vary-if-image
or tell-httpd-not-to-compress-if-this-variable-is-set? :-)

-- 
Yoshiki Hayashi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to