Hello,
I'm using apache since a long time, and I never had problems with
User authentication for special directorys.
After updating to apache SSL, I always get an authentication
error back.
The part of the configuration file:
<Directory /home/www-serv/data/intern>
AuthName Intranet
AuthType Basic
AuthUserFile /home/www-serv/intranet/passwd
<LIMIT GET>
order allow,deny
allow from all
require valid-user
</LIMIT>
</Directory>
Does anybody know how to fix this ? In an older thread was the
suggestion, to remove the LIMIT part. But then you don't need a
password. Apache without SSL patches works great with this.
Thanks,
Thorsten
--
Thorsten Kukuk kukuk@vt.uni-paderborn.de
http://www-vt.uni-paderborn.de/~kukuk/
Linux is like a Vorlon. It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.