Hi guys,

Please try adding "AuthBasicAuthoritative Off" to your configuration.

My complete config is:

<Directory /var/www/protected>
  AuthType Basic
  AuthName "Please login"
  AuthPAM_Enabled on
  AuthPAM_FallThrough off
  AuthBasicAuthoritative off
  require valid-user
</Directory>

Regards,
Robbert


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to