What is lighttpd's version of "mod_substitute"?
Posted
by Dennis
on Server Fault
See other posts from Server Fault
or by Dennis
Published on 2009-09-06T02:21:09Z
Indexed on
2010/03/26
1:03 UTC
Read the original article
Hit count: 352
lighttpd
Recently I read that Apache 2.2 has a new mod to patch outputs on the fly.
mod_substitute provides a mechanism to perform both regular expression and fixed string substitutions on response bodies.
The feature is useful when I setup testing/development environment. I can replace hostname without touching the content/code.
How can I do similar configuration in lighttpd?
© Server Fault or respective owner