Re: web protection
From: Mad Unix (madunix_at_gmail.com)
Date: 05/31/05
- Previous message: Ted Mittelstaedt: "RE: FreeBSD"
- In reply to: albi: "Re: web protection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 May 2005 09:09:21 +0400 To: albi <albi@scii.nl>
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:
>
> > 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
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Ted Mittelstaedt: "RE: FreeBSD"
- In reply to: albi: "Re: web protection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]