Hi,
Using Apache 2.4.
I'm trying to use mod_sed with both input and output filters at the same time. I can only get the output filter on it's own to work:
<Location "/var/www">
AddOutputFilter Sed html
OutputSed "s/123/abc/g"
OutputSed "s/stuff/ffuts/g"
</Location>
I'd like to use an input...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.