Two things wrong, 

1) as others have pointed out you need Options +Includes
2) you need a space before the --> otherwise it's misparsed
   (you must _not_ have a space in or after the <!--# though)

The sensitivity to misplaced spaces is a real pain, in my opinion.

"Olsen, James" <[EMAIL PROTECTED]> writes:

> Hello list,
> 
> I have apache 1.3.6 with mod_perl 1.21 installed. I've been using it 
> without any problems for a long time, and I've now reach a point where I'd 
> like to use server side includes like <!--#include file="blah.html"-->
> 
> Normally, on other web sites this is a painless procedure. The httpd.conf 
> is pretty much unmodified as it came with the distribution, except I 
> uncommented these lines:
> 
> AddType text/html shtml
> AddHandler server-parsed shtml
> 
> And for htdocs AllowOverride is set to All

-- 
greg

Reply via email to