Re: Apache won't recognize SSI?
On 21/05/13 15:01, Carl Fink wrote:
> I have Apache 2 running on my squeeze (v6)-based server. As part of a
> project I need to enable server-side includes (SSI). I followed the HOWTO
> here:
>
> http://www.linuxtopia.org/HowToGuides/apache_ssi.html
>
> I included the +Includes, AddType and AddHandler directives and restarted
> Apache ... SSI directives (e.g. #include) are completely ignored.
>
> I know Apache2 is reading the +Includes for the simple reason that I typoed
> it and got a complaint on startup (in error.log) until I fixed it.
>
> So any suggestions?
Are you loading the 'mod_include' module?
eg
# a2enmod include
Richard
Reply to: