apache mod_filter for search and replace request
Posted
by Ram
on Server Fault
See other posts from Server Fault
or by Ram
Published on 2010-04-22T09:17:16Z
Indexed on
2010/04/22
9:23 UTC
Read the original article
Hit count: 178
I need to search and replace text in incoming requests to apache balancer. I can't make mod_filter to work. I found this:
FilterProvider replace SUBSTITUTE Content-Type $text/ FilterChain +replace Substitute "s|wrongtext|rightext|n"
I think it is wrong.
© Server Fault or respective owner