From owner-freebsd-questions Sun Mar 31 21:42:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from venom.ai.net (venom.ai.net [205.134.190.250]) by hub.freebsd.org (Postfix) with ESMTP id 0D23137B419 for ; Sun, 31 Mar 2002 21:42:31 -0800 (PST) Received: from blood (pool-138-88-76-111.res.east.verizon.net [138.88.76.111]) by venom.ai.net (8.11.1/8.9.3) with SMTP id g315gSO21219; Mon, 1 Apr 2002 00:42:28 -0500 (EST) (envelope-from deepak@ai.net) Reply-To: From: "Deepak Jain" To: "Gary Kline" Cc: "FreeBSD Mailing List" Subject: RE: any Apache//web wizards out there? Date: Mon, 1 Apr 2002 00:42:33 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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) In-Reply-To: <20020331212322.B97995@tao.thought.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 > 3) Make sure your file is named .shtml or .html with the execute bit set > [Xbithack] -rwxr-xr-x 1 kline wheel 1928 Mar 31 20:34 index.html Note that when I tried index.shtml, apache gave me a permission error about not having access to "/". This may be another part of the problem. (??) --- This is probably a sign that the directory being used for your website is not the same as the one you are working on. If index.shtml and index.html are in the same directory, there should be a permission error. Try renaming the index.html you are working on to index.shtml or index2.html and see if you can still access it. > 4) Make sure you have Includes permissions turned on for the directory you > are in: > > > Options +Includes > Do I need the + prepended to "Includes"? ...Another thing is whether I need to specify the "/usr/local/www/wwdata" directory here. Above, n the default section I have enabled Imcludes; also in the /cgi-bin/ section. --- +Includes adds Includes to the available options, its a way of not screwing with whatever else you have set. > Restart httpd and you should be fine. > Not so far. Any other clues? gary --- What directory paths are you dealing with and what are your directory settings? Deepak Jain AiNET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message