> >Can anybody tell me where I can find a free source to modified
> >apache source which will allow me to parse ALL text/html output
> >from the Apache server?
> Parse how? The standard way to do something to given mime types
> is to write an Apache module that gets triggered by that mime
> type. See the sources for mod_php for an example. The code that
> may be of interest to you is here:
> http://lxr.php.net/source/mod_php3.c
> -Rasmus
I would like to to scan any text/html output produced by the server
and replace stuff in it (such as add banners, like hypermart and
virtual avenue). I have already tried mod_perl, but it didn't support
this, and said, it will implemented in Apache 2.0.
Do you have an ideas how to do that? (I know you have modify
the Apache source to achive this!)