Hi,
I'd like to know if there is available request flow chart for apache
server? It would be nice to glimpse at chart and find out which
directives/mods take precedence. If there would be something like
this:
http://www.varnish-cache.org/trac/wiki/VCLExampleDefault
I'd be delighted.
--
> Apache 2.0 and later uses PCRE, and neither of those expressions mean
> what you're describing. SetEnvIf itself doesn't negate the result of
> the regex match with a flag.
>
> I don't fully understand your logic, but If you want your SetEnvIf to
> only take action when the remote address doesn't
Hi,
I have a bunch of apache servers which are load balanced. I have configured
them in such manner that each server adds header
X-Server-Name with proper hostname.
In my apache.conf I have:
PassEnv HOSTNAME
Header add X-Server-Name "%{HOSTNAME}e"
I have exported HOSTNAME before launching apach