Re: [gentoo-user] htaccess with userdir not working

2006-10-22 Thread Allan Gottlieb
At Thu, 28 Sep 2006 11:22:49 +0200 Henti Smith <[EMAIL PROTECTED]> wrote: > I've setup a user Apache setup but for some reason I cannot htaccess > the cgi-bin in the one folder. > > here is the details : > > .htaccess in /home/user/public_html/cgi-bin > > AuthType Basic > AuthUserFile /etc/apache

[gentoo-user] htaccess with userdir not working

2006-09-28 Thread Henti Smith
Hi all, I've setup a user Apache setup but for some reason I cannot htaccess the cgi-bin in the one folder. here is the details : .htaccess in /home/user/public_html/cgi-bin AuthType Basic AuthUserFile /etc/apache2/htpasswd/user AuthName "user" require valid-user satisfy any httpd.conf