Re: apache .htpasswd problems

2001-09-23 Thread Matthew Daubenspeck
How about the /etc/apache/access.conf? Check the Options and AllowOverride sections. I think the AllowOverride is set to "None" by default. I had to change and restart apache. At 05:11 PM 9/23/01 +0200, you wrote: hi dudes, trying to get apache to authorize users through .htaccess. this isn

Re: apache .htpasswd problems

2001-09-23 Thread Robert Waldner
On Sun, 23 Sep 2001 17:11:44 +0200, Martin F Krafft writes: >trying to get apache to authorize users through .htaccess. this isn't >my first time, but it's not working and i am clueless. > >i can either configure the following settings via .htaccess (having >set AllowOverride AuthConfig for Direct

Re: apache .htpasswd problems

2001-09-23 Thread Martin F Krafft
also sprach Jens Gecius (on Sun, 23 Sep 2001 11:19:04AM -0400): > Do you have a 'loadmodule sys_auth_module ...' in your http.conf? > > If yes, comment it out. That was what my box didn't like back when I > had the problem to get the user-auth to work at all. i do have that in my httpd.conf, but

Re: apache .htpasswd problems

2001-09-23 Thread Jens Gecius
Martin F Krafft <[EMAIL PROTECTED]> writes: > trying to get apache to authorize users through .htaccess. this isn't > my first time, but it's not working and i am clueless. > > i can either configure the following settings via .htaccess (having > set AllowOverride AuthConfig for Directory /, or i