On Sat, 6 Oct 2001 [EMAIL PROTECTED] wrote:

> Since we appear to be discussing installation issues surrounding 
> Apache - I'm using the defaults.
> 
> I've enabled .SHTML but I find that they are not being parsed.
> 
> Have I missed something?
> -Sx-  ???

Please elaborate. How did you enable it? Your httpd.conf should have a
line to the effect of 

   AddHandler server-parsed .shtml .shtm .html

Etc (html if you just wanna parse *everything* and think it's worth the
performance hit...). This directive should be within a scope that allows
it to work on the file/url in question -- either a <directory> block, a
<virtualhost>, etc. And yeah, if all else fails, chmod a+x is worth a
shot, though I'm not sure if that's the problem or not. 

What happens when you load an shtml document? Normal html, with the ssi
tags showing up as comments?



--
Chris Devers                                     [EMAIL PROTECTED]
Apache / mod_perl      http://bunny.skillcheck.com/admin/chris/resume/

Reply via email to