From owner-freebsd-questions@FreeBSD.ORG Tue Nov 28 05:35:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A97716A53D for ; Tue, 28 Nov 2006 05:35:32 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0B7451F1 for ; Tue, 28 Nov 2006 04:43:39 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id kAS2JS52056635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Nov 2006 09:19:28 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id kAS2KOse047305; Tue, 28 Nov 2006 09:20:24 +0700 (ICT) Date: Tue, 28 Nov 2006 09:20:24 +0700 (ICT) Message-Id: <200611280220.kAS2KOse047305@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org In-reply-to: <20061127122558.ED78.GERARD@seibercom.net> (message from Gerard Seibert on Mon, 27 Nov 2006 12:31:23 -0500) References: <20061127104016.1873.GERARD@seibercom.net> <20061127160301.GC73438@gizmo.acns.msu.edu> <20061127122558.ED78.GERARD@seibercom.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: jerrymc@msu.edu, freebsd-questions@freebsd.org Subject: Re: Getting SHTML to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 05:35:32 -0000 > Secondly, I needed to either expressly place the file on the command > line or else the SSI would not display, I don't understand what you mean. > or chmod the file to 0755. I > choose to do the later obviously since it is an index file. I run a site full of SSI, files are mode 644 and it is working fine. Do you have suexec configured?Then you may have to consider the configuration of suexec. Bests Olivier