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 adm
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
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
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
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
ServerName *.foo.com
ProxyPass / balancer://lb/
Hi,
I'm not a pro, but my way would be patching/editing mod_proxy_html.c for
myself:
Searching for 'text/html' would lead you to line 1024, where an error
message is set for a content type not being html or xhtml+xml. If a
message is set, it will end up processing by ap_remove_output_filter
some