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

Re: Apache - SSI - problem



* Flo (debml@duzz.org) wrote :
> Hi People!
> I'm running Apache 1.3.31 on an unstable version of debian woody.
> I got a problem with Server Side Included (SSI)
> 
> Below the relevant extracts of my httpd.conf and modules.conf which I have
> editet accourding to the general SSI Instrcuctions available on the net.
> 
> 
> ---<modules.conf>---
> ..
> LoadModule perl_module /usr/lib/apache/1.3/mod_include.so
> ..
> ---</modules.conf>---
> 
Typically it's useful to ensure that the 'module name' and the actual module
you are loading are related.
try:
LoadModule include_module /usr/lib/apache/1.3/mod_include.so

If this does not fix the problem , please send some relevant output from
your error log.
-Thom



Reply to: