Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 13:57:42 +0200
From:      albi <albi@scii.nl>
To:        Mad Unix <madunix@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: web protection
Message-ID:  <20050530135742.1bb8e672.albi@scii.nl>
In-Reply-To: <4d3f56c90505300328744009ea@mail.gmail.com>
References:  <4d3f56c90505300328744009ea@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 May 2005 14:28:47 +0400
Mad Unix <madunix@gmail.com> wrote:

> 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

it's recommended to place the passwd-file outside the www-tree

> AuthGroupFile /dev/null/
> AuthName proxy
> AuthType Basic
> Require valid-user

user proxy does exist ?
did you load the auth-module in apache ?

the following might be useful :
http://httpd.apache.org/docs/howto/auth.html
http://httpd.apache.org/docs-2.0/howto/auth.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050530135742.1bb8e672.albi>