web protection
    Mad Unix 
    madunix at gmail.com
       
    Mon May 30 22:09:22 PDT 2005
    
    
  
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 at scii.nl> wrote:
> 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