Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 5074 invoked by uid 500); 27 Aug 2002 16:39:29 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 5061 invoked from network); 27 Aug 2002 16:39:29 -0000 Received: from venus.commerce.ubc.ca (137.82.154.16) by daedalus.apache.org with SMTP; 27 Aug 2002 16:39:29 -0000 Received: from exchange.commerce.ubc.ca (exchange.commerce.ubc.ca [137.82.66.44]) by venus.commerce.ubc.ca (8.9.3/8.9.3) with ESMTP id IAA04371 for ; Tue, 27 Aug 2002 08:32:21 -0700 Received: from slive.ca (usager74-215.hec.ca [132.211.74.215]) by exchange.commerce.ubc.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id Q0JNVVPL; Tue, 27 Aug 2002 09:40:22 -0700 Message-ID: <3D6BAB3A.2030507@slive.ca> Date: Tue, 27 Aug 2002 12:39:22 -0400 From: Joshua Slive User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en, fr MIME-Version: 1.0 To: users@httpd.apache.org References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] securing a file -one by one the penguins take my sanity away Koen Vingerhoets wrote: > Now, I try to secure the reset page > I tried a 'Deny from all' before attempting to add a password. > When I do > > Deny from all > > the file isn't accessible. > The whole site even is unaccessible. And the file IS NOT EVEN THERE!! None > of the files is... :s Start by fixing your config file to use all forward slashes. You have a weird mix of forward slashes and back-slashes. Apache config files should only use forward slashes. I'm not sure if this is the cause of your problem, but it certainly could be an issue. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org