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認証が衝突しているため、特定のページのみが機能します。

于 2013-12-18T14:47:27.367 に答える