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 such that either
mod_substitute comes first, or if your stuff is pre-compressed outside
of the Apache filters, you can eg. SetOutputFilter
INFLATE;SUBSTITUTE;DEFLATE

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to