Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2005 09:09:21 +0400
From:      Mad Unix <madunix@gmail.com>
To:        albi <albi@scii.nl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: web protection
Message-ID:  <4d3f56c905053022093240cb80@mail.gmail.com>
In-Reply-To: <20050530135742.1bb8e672.albi@scii.nl>
References:  <4d3f56c90505300328744009ea@mail.gmail.com> <20050530135742.1bb8e672.albi@scii.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
it works now, user  created and added
to httpd.conf
<Directory /var/www/html/squid-reports>
 AllowOverride ALL
 order allow,deny
 allow from all
</Directory>

thanks


On 5/30/05, albi <albi@scii.nl> wrote:
> On Mon, 30 May 2005 14:28:47 +0400
> Mad Unix <madunix@gmail.com> 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
>



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