Apache 2 basic authentication problem with some browser
Hi,
I have configured an Apache 2 virtualhost to be accessible only with the basic authentication.
<Directory /path>
AuthType Basic
AuthName "You need to be connected"
AuthUserFile /usr/local/apache2/conf/passfile
Require user specifieduser
</directory>
This settings work great, but I have a problem that occur with some user.
When they access a page, the browser asks to identify multiple times to show the page, around 6-7.
My client runs on Ubuntu jaunty width firefox 3 and I don't have this problem.
Some windows users have it and others not.
It appear that most Mac OS X users have this problem, Safari and Firefox.
Do you know a known issue and maybe a solution ?
|
Recent comments
23 hours 33 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 8 hours ago
1 day 9 hours ago
2 days 1 hour ago
2 days 2 hours ago
2 days 5 hours ago