Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Oct 1998 18:22:24 -0700
From:      Graeme Tait <graeme@echidna.com>
To:        Erez Golomb <egolomb@globecastna.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SSI
Message-ID:  <361D6550.3089@echidna.com>
References:  <361D2133.CE7D5C0D@globecastna.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Erez Golomb wrote:
> 
> I am trying to configure SSI on my FREEBSD 2.2.6. I am running apache
> 1.3 with followings configurations...
> 
> httpd.conf
> <VirtualHost 209.218.170.151>
> DocumentRoot /usr/local/apache/www/dvdexplorer
> ServerName www.dvdexplorer.com
> TransferLog logs/dvdexplorer-access_log
> AddType text/html .shtml
> AddHandler server-parsed .shtml
> </VirtualHost>
> 
> srm.conf
> DirectoryIndex index.html index.shtml home.html
> 
> # To use CGI scripts:
> AddHandler cgi-script .cgi .pl
> 
> # To use server-parsed HTML files
> AddType text/html .shtml
> AddHandler server-parsed .shtml
> 
> Any ideas what is that I am missing here?


Have you set the Options Includes directive?

See http://www.apache.org/docs/mod/core.html#options and 
http://www.apache.org/docs/misc/FAQ.html#ssi-part-i .

(Look in the standard access.conf)


-- 
Graeme Tait - Echidna


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?361D6550.3089>