2013-11-03 172 views
0

我遇到了我的用戶問題。 她正在使用MacOSX 10.9。 在日誌中,我只能看到錯誤401,但沒有別的。登錄HTT密碼登錄頁面返回錯誤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> 

她可以在頁面上的一個登錄。 但其餘的不起作用。

請幫忙。

+0

嗯,我想最簡單的方法是尋找登錄認證的另一種方式。 –

回答

0

正如我可以找到它,多個http認證衝突,這就是原因只有某些網頁的工作。