I've got an Apache web serverApache web server that delivers static HTML pages. For some reason I can't change the files themselves, but I still want to inject some HTML into every page that is being served.
Is this possible with mod_proxymod_proxy? If not, could anyone recommend a software
that provides such a feature?
EDIT:
I have to insert some kind of banner ad (e.g. a javascriptjavascript) and a tracking pixel.