M
moltar
Guest
I am having crazy trouble and ripping hair out...
On my local dev machine, I use a simple statment in httpd.conf and Apache parses all CGI output for SSI.
I am trying to do this with Apache on Plesk, and it just doesn't work. It doesn't parse it - just outputs the SSI statements as they are.
I've tried putting it into httpd.conf, vhost.conf, .htaccess... No go!
Anyone had a similar problem?
On my local dev machine, I use a simple statment in httpd.conf and Apache parses all CGI output for SSI.
Code:
<Directory "/home/*/cgi-bin">
SetOutputFilter INCLUDES
</Directory>
I am trying to do this with Apache on Plesk, and it just doesn't work. It doesn't parse it - just outputs the SSI statements as they are.
I've tried putting it into httpd.conf, vhost.conf, .htaccess... No go!
Anyone had a similar problem?