From owner-freebsd-questions@FreeBSD.ORG Tue May 31 05:09:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A78C16A41C for ; Tue, 31 May 2005 05:09:22 +0000 (GMT) (envelope-from madunix@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 346EE43D49 for ; Tue, 31 May 2005 05:09:21 +0000 (GMT) (envelope-from madunix@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2584830wri for ; Mon, 30 May 2005 22:09:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HpqEnDHzPqxxiMKNc5Javu4ZqwFsQAiK+S4Y3Rw7wV00FiA1s7AgS02HKDu694m4feI3nY7KRf7DS/9h/4Tx2TkgniUCNYoaF4+/2prCQeIiFpS4HHmeC0vsws/D+p6IdnPAlRncg8R2td/YWP1g0eGYVORacLA1Qid2FBuZJvw= Received: by 10.54.57.9 with SMTP id f9mr6221641wra; Mon, 30 May 2005 22:09:21 -0700 (PDT) Received: by 10.54.11.59 with HTTP; Mon, 30 May 2005 22:09:21 -0700 (PDT) Message-ID: <4d3f56c905053022093240cb80@mail.gmail.com> Date: Tue, 31 May 2005 09:09:21 +0400 From: Mad Unix To: albi In-Reply-To: <20050530135742.1bb8e672.albi@scii.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4d3f56c90505300328744009ea@mail.gmail.com> <20050530135742.1bb8e672.albi@scii.nl> Cc: freebsd-questions@freebsd.org Subject: Re: web protection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mad Unix List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 05:09:22 -0000 it works now, user created and added to httpd.conf AllowOverride ALL order allow,deny allow from all thanks On 5/30/05, albi wrote: > On Mon, 30 May 2005 14:28:47 +0400 > Mad Unix wrote: >=20 > > I used this link http://faq.web2010.com/htaccess.htm > > but still cant see the effect of protection > --- cut --- > > I created the .htpasswd via > > htpasswd -c .htpasswd proxy > > and vi.htaccess is > > AuthUserFile /var/www/html/squid-reports/.htpasswd >=20 > it's recommended to place the passwd-file outside the www-tree >=20 > > AuthGroupFile /dev/null/ > > AuthName proxy > > AuthType Basic > > Require valid-user >=20 > user proxy does exist ? > did you load the auth-module in apache ? >=20 > the following might be useful : > http://httpd.apache.org/docs/howto/auth.html > http://httpd.apache.org/docs-2.0/howto/auth.html >