I'd like to have the output of my CGI processed for SSI. I thought
this was what the new filters stuff in Apache 2.0 was supposed to do.
Here's my config:
ScriptAlias /bin/ "/www/mysite/bin/"
<Directory /bin/>
Options Includes FollowSymLinks
SetOutputFilter INCLUDES
<Limit POST>
Order allow,deny
Allow from all
</Limit>
</Directory>
My script sets:
Content-Type: text/x-server-parsed-html
in the output document.
Am I missing something? I'm running 2.0.16 on Solaris 2.6/Intel.
Thanks,
/jordan
- Re: Output filters - CGI + SSI Jordan Hayes
