in reply to Running SSI

On Apache 2 this works for me:
AddOutputFilter INCLUDES .shtml

(instead of the AddHandler directive).

Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: Running SSI
by Anonymous Monk on Oct 27, 2009 at 10:00 UTC
    Ok. I've tried adding AddOutputFilter also but it still isn't working. Can someone who has SSI enabled post their entire httpd.conf file?
      dude, this is way off - is this the apache help site?

      Make sure at some point you do load the include module..

      LoadModule include_module modules/mod_include.so
      In your Directory entry, likely for your /var/www/html if you don't host mult sites.. If you want to allow parsing in html as well as shtml files..
      AddOutputFilter Includes html
      And stop using windows.