Re: [us...@httpd] Appending or replacing html/text output

2010-01-13 Thread Eric Covener
2010/1/11 Sam Minning samm...@live.com: I have tried several modules, e.g. mod_substitute or similar, but none was able to fit my needs, mostly not supported compression from mod_deflate or gzip caused problems, so I was unable to implement this at all. You should be able to order the filters

RE: [us...@httpd] Appending or replacing html/text output

2010-01-13 Thread Sam Minning
hello community, hello Eric Covener, I have just the same setup, regardless of this some sites still do not have the replaced content. I assume this is due to compression which is done via PHP - I have seen this on pretty large sites (Joomla CMS and some forums), it may be hard to determine

Re: [us...@httpd] Appending or replacing html/text output

2010-01-13 Thread Eric Covener
2010/1/13 Sam Minning samm...@live.com: this leaves one problem at hand: mod_substitute just replaces content, it is unable to append it when there is no closing body-tag detected. mod_sed or mod_ext_filter are other options. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Appending or replacing html/text output

2010-01-12 Thread Devraj Mukherjee
If you are using Apache 2.x then mod_substitute is your friend. 2010/1/12 Sam Minning samm...@live.com: hello apache community, I am using Apache 2.2, combined with PHP via fastcgi Additionally there is mod_deflate in use, as well as gzip-compression via PHP. I would like to append a

Re: [us...@httpd] Appending or replacing html/text output

2010-01-12 Thread Nilesh Govindarajan
On 01/13/2010 09:36 AM, Devraj Mukherjee wrote: If you are using Apache 2.x then mod_substitute is your friend. 2010/1/12 Sam Minningsamm...@live.com: hello apache community, I am using Apache 2.2, combined with PHP via fastcgi Additionally there is mod_deflate in use, as well as