From owner-freebsd-questions Thu Oct 8 15:26:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04825 for freebsd-questions-outgoing; Thu, 8 Oct 1998 15:26:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hera.webcom.com (hera.webcom.com [209.1.28.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04811 for ; Thu, 8 Oct 1998 15:26:43 -0700 (PDT) (envelope-from graeme@echidna.com) Received: from kigal.webcom.com (kigal.webcom.com [209.1.28.57]) by hera.webcom.com (8.9.1/8.9.1) with SMTP id WAA12050; Thu, 8 Oct 1998 22:26:30 -0700 Received: from [199.183.207.37] by inanna.webcom.com (WebCom SMTP 1.2.1) with SMTP id 4444025; Thu Oct 08 15:24 PDT 1998 Message-Id: <361D6550.3089@echidna.com> Date: Thu, 08 Oct 1998 18:22:24 -0700 From: Graeme Tait Organization: Echidna X-Mailer: Mozilla 2.02 (Win16; I) Mime-Version: 1.0 To: Erez Golomb Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSI References: <361D2133.CE7D5C0D@globecastna.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 > > DocumentRoot /usr/local/apache/www/dvdexplorer > ServerName www.dvdexplorer.com > TransferLog logs/dvdexplorer-access_log > AddType text/html .shtml > AddHandler server-parsed .shtml > > > 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