Re: Apache and password protected pages.

1998-05-09 Thread Igmar Palsenberg
>Found some more info: >1) If you configure in the access.conf and do not allow overrides: > > AllowOVerride None > AuthUserFile /home/httpd/passwords/.htpasswd > AuthGroupFile /home/httpd/passwords/.htgroup > AuthName ByPassword > AuthType Basic > > require valid-user > >

Re: Apache and password protected pages.

1998-05-09 Thread Hans Feringa
Found some more info: 1) If you configure in the access.conf and do not allow overrides: AllowOVerride None AuthUserFile /home/httpd/passwords/.htpasswd AuthGroupFile /home/httpd/passwords/.htgroup AuthName ByPassword AuthType Basic require valid-user 2) If you a

Re: Apache and password protected pages.

1998-05-09 Thread Hans Feringa
Make sure that you allow override's for the directory you want to protect with an .htaccess file. If it is Allowoveride None, it will ignore the .htaccess file. It is also possible to configure your access restrictions in the access.conf file itself with an AllowOverride None. I forgot the exact s

Re: Apache and password protected pages.

1998-05-09 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- At 23:42 5/8/98 +0200, Igmar Palsenberg wrote: >This a a .htaccess file : > >AuthUserFile /password/brumanual/.htpasswd >AuthName BRU Manual >AuthType Basic > > >require user igmar > > > >It doesn't work. Everyone has access. It beats me !!! Make sure the U

Apache and password protected pages.

1998-05-08 Thread Igmar Palsenberg
Hi, I have a problem with Apache: I used to have a password protected page. When I updated Apache to a new version, it overwrote my access.conf. Nog big deal, but the backup was accedently killed To be short : It doesn't work anymore, and I don't have a clue. Here is my access.conf file :