[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more ssi trouble :-(




> AddType text/html .shtml

Oops ... I should put this on the site.

> If you've done this, the error message you're getting suggests that the
> "server-parsing hadler" isn't operating properly. This may mean your
> install is broken, or that you need to uncomment (or add) the lines:
> LoadModule includes_module	libexec/apache/mod_include.so
> and
> AddModule mod_include.c

You can check to see whether this module is built in :

httpd -l | grep include

if you don't get anything, you need to load the module. Otherwise, you
need to check that you've added the handler.

-- 
Donovan