web protection

albi albi at scii.nl
Mon May 30 04:57:45 PDT 2005


On Mon, 30 May 2005 14:28:47 +0400
Mad Unix <madunix at 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


More information about the freebsd-questions mailing list