Re: [us...@httpd] Get string that matched on LocationMatch

2010-07-30 Thread Florian S.
Am Freitag, den 30.07.2010, 11:59 +0200 schrieb Bastien Semene: Hi, I'm wondering if it is possible to get the string that matched a LocationMatch regexp ? My problem is that when a LocationMatch matches, I wish to apply a directive related to that request. In my case, if we admit that

Re: [us...@httpd] Custom ETags

2010-04-13 Thread Florian S.
Am Dienstag, den 13.04.2010, 10:34 -0400 schrieb Brian Mearns: I'd like to use stronger and correlated ETag, namely the hash of the content being served. Obviously it's a drag to do this in-line, so I'm planning an automated task to generate the ETag values and store them on the server. Is

[us...@httpd] ExtFilterDefine intype does not get matched for text/html

2009-10-29 Thread Florian S.
Hi all, I would like to use an external script for fixing some HTML-issues. The following works fine for me: ExtFilterDefine addTokenField cmd=/bin/awk -f foo.awk enableenv=DO_IT But since I only want to touch HTML-files I tried: ExtFilterDefine addTokenField intype=text/html cmd=/bin/awk -f

[us...@httpd] mod_proxy: Status-Flags vs. 'Hard-Disabling' for BalancerMembers

2009-08-31 Thread Florian S.
Hi all! I have a short question: What ist the advantage of the 'disabled'-flag in: BalancerMember http://1.2.3.5:8080 status=+D route=2 since it would be as easy to disable it with a hash-comment (or strip it completely): #BalancerMember http://1.2.3.5:8080 route=2 Sounds more

[us...@httpd] Wildcard-domain environment var for ProxyHTMLURLMap

2009-06-25 Thread Florian S.
Hi! I got a question about how/where to use environment vars. Assume a simple namebased VirtualHost that is a reverse proxy: Listen 127.0.0.1:1234 NameVirtualHost 127.0.0.1:1234 VirtualHost 127.0.0.1:1234 ServerName *.foo.com ProxyPass /