0

我的一个用户有问题。她正在使用 MacOSX 10.9。在日志中,我只能看到错误 401,但没有别的。

这是 apache2 配置条目:

Alias /path/toscript /home/path/user/xxxxx/script
<Location /path/toscript >
    AuthName "DEVInfo"
    AuthType Basic
    AuthUserFile /dev/null
    require valid-user
    AuthMYSQL on
    AuthBasicAuthoritative off
    AuthMySQL_Authoritative on
    AuthMySQL_Host host
    AuthMySQL_User auth
    AuthMySQL_Password VERY_SECURED_PASSWORD
    AuthMySQL_DB auth
    AuthMySQL_Password_Table user
    AuthMySQL_Username_Field name
    AuthMySQL_Password_Field passwd
    AuthMySQL_Empty_Passwords off
    AuthMySQL_Encryption_Types Crypt_DES PHP_MD5
</Location>

她可以登录其中一个页面。但其余的不起作用。

请帮忙。

4

1 回答 1

0

正如我所发现的,多个 http auth 正在发生冲突,这就是只有某些页面有效的原因。

于 2013-12-18T14:47:27.367 回答