[users@httpd] Apache flow chart

2011-05-23 Thread Krzysztof Dajka
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. --

Re: [us...@httpd] Negation of Remote_Addr in SetEnvIf directive

2010-04-22 Thread Krzysztof Dajka
> 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

[us...@httpd] Negation of Remote_Addr in SetEnvIf directive

2010-04-22 Thread Krzysztof Dajka
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