Automatically enabling an output filter in Apache module

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-04-25T11:37:06Z Indexed on 2010/04/25 11:43 UTC
Read the original article Hit count: 458

Filed under:
|
|

I am developing a module for Apache which contains an output filter that I would like to always be invoked so that it can determine whether to process the request data or just pass the data along. Since I would like the module to be compatible with Apache 2.0 as well as 2.2, I do not want to use mod_filter.

Ideally I would like to do this without having to explicitly enable the filter through the httpd.conf file, but I have so far not been able to find any example of this. Is this at all possible? Can someone please point me to a suitable example?

© Stack Overflow or respective owner

Related posts about apache

Related posts about apache2