From owner-freebsd-questions Tue Mar 5 12:39:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intelli2.ezworks.net (mail.ezworks.net [63.238.60.5]) by hub.freebsd.org (Postfix) with ESMTP id F0DC837B402 for ; Tue, 5 Mar 2002 12:39:07 -0800 (PST) Received: from [63.238.60.24] by intelli2.netwzrd.net (NTMail 4.30.0013/NU3336.00.28fc2157) with ESMTP id pupylcaa for ; Tue, 5 Mar 2002 15:26:43 -0500 From: "Mike Tindall" To: Subject: Apache & SSI Woes Date: Tue, 5 Mar 2002 15:44:10 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am having a heck of a time with my freebsd 4.4 box running apache 1.3.20. I currently have apache installed from the ports collection. Front Page extensions were installed separately (also have tried using the apache13-fp port). No matter what I do I cannot get SSI to work. Here is what the relevant lines of my httpd.conf look like: LoadModule includes_module libexec/apache/mod_include.so AddModule mod_include.c # # To use server-parsed HTML files AddType text/html .shtml AddType text/x-server-parsed-html .shtml AddHandler server-parsed .shtml ServerName domain.dom ServerAlias www.domain.dom DocumentRoot /home/user/html CustomLog /home/user/logs/access_log combined ErrorLog /home/user/logs/error_log Options ExecCgi Indexes Includes ScriptAlias /_vti_bin/_vti_adm/ /home/user/_vti_bin/_vti_adm/ ScriptAlias /_vti_bin/_vti_aut/ /home/user/html/_vti_bin/_vti_aut/ ScriptAlias /_vti_bin/ /home/user/html/_vti_bin/ If anyone has any ideas I would greatly appreciate hearing about them. Thank you! Mike Tindall mike@netwzrd.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message