Web Hosting Talk







View Full Version : SSI with apache


jnestor
11-06-2001, 03:56 PM
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.

jnestor
11-06-2001, 06:10 PM
Never mind. I was missing a +Includes on the Options line in the appropriate <Directory> section.

Now if I can figure out why cgi isn't working ...