Is it possible to register an output filter that processes the request before mod_include? I'm trying to build a filter which inserts extra markup around each "#include virtual" SSI directive. I can only seem to register an output filter after mod_include as mod_include declares APR_HOOK_REALLY_FIRST in its configuration.
I'd prefer not to have to modify the mod_include source. Any guidance/help on this would be appreciated! Travis