SSI with apache

For some reason SSI isn't working on my new server. The machine is red hat 7.1 with apache 1.3.12

Mod_mime is installed and the type for .shtml is set as well as the handler

AddType text/html .shtml
AddHandler server-parsed .shtml

Any other ideas on things to check? When I access a .shtml file I get actually ssi code rather than the replacement stuff I should see.

Apache also has a boatload of other modules installed includeing mod_webapp (tomcat connector), mod_rewrite, mod_php and mod_throttle.

 

 

 

 

Top