* Torsten Förtsch <[EMAIL PROTECTED]> wrote: > I want to use SSI with CGI scripts. Thus, I have configured the INCLUDES > filter for my cgi-bin. But my CGI scripts generate not only text/html > documents. Hence my problem, I want to say mod_include to handle only > documents with content-type text/html even if the content-type is changed > by the response phase.
Why don't you just use addoutputfilterbytype? nd