Forum Moderators: phranque
Don't want to touch/change existing web applications.
Instead I want to have a simple Apache module that automatically does this -- insert the AdSense javascript code right after the <BODY> tag for each and every html access -- at run time.
mod_layout (http://software.tangent.org/faqs/mod_layout.html#_1_3) has more than what I need. Too complicated.
mod_mocrify (http://mocrify.netandweb.de/) is also too much.
For performance and maintenance reasons, I want an extremely simple and neat module just for this simple task. The module is better not to have any file/disk operation (except initialization). I want to hold the 100 bytes Google code in memory.
Any suggestion? Thanks.