[plug] SSI on apache

ryan at is.as.geeky.as ryan at is.as.geeky.as
Thu Aug 22 12:01:27 WST 2002


On Thu, Aug 22, 2002 at 11:46:42AM +0800, Adrian Woodley wrote:
>     Ok, heres how its going to work; I'm going to ask someone to list the steps
> necessary to get SSI working on apache. They're going to list them out. I'm
> going to say "yes, yes, yes, no, ah!". It will then work and I can go home
> early. Wait, I work from home, ok I can go out early! :)

I do it this way in httpd.conf:

LoadModule includes_module /usr/lib/apache/1.3/mod_include.so

<Directory /var/www/>

 # whatever else is already here

 Options Includes # plus whatever else such as FollowSymLinks MultiViews

 # whatever else is already here

</Directory>

AddHandler server-parsed .html # and/or .shtml if you want it that way
    

Then as a test try out a file with this in it:

<!--#echo var="REMOTE_ADDR"-->



More information about the plug mailing list