我的一个用户有问题。她正在使用 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>
她可以登录其中一个页面。但其余的不起作用。
请帮忙。