Plesk 11 CentOS SSI

Plooka

Bit poster
Anyone know how to enable SSI on CentOS? I have root access, but I think the problem lies somewhere in Plesk, not in the apache config. I cannot find 'Enable SSI' in the web hosting options for each domain in the Plesk Control Panel.
 
I think this did it :

AddHandler cgi-script .pl .cgi
Options FollowSymLinks +Includes +ExecCGI

So in the .htaccess file in the /httpdocs dir I added the above, so it ended up looking like this :


AddType text/html .shtml .shtm .htm .html
AddHandler server-parsed .shtml .shtm .htm .html
AddHandler cgi-script .pl .cgi
Options FollowSymLinks +Includes +ExecCGI

Thanks for you help me.
 
Back
Top