Directory "/data/httpd/$site"结果无法通过验证。
AuthUserFile /usr/local/apache2/conf/.htpasswd
AuthName "SimpleAuth"
AuthType Basic
require valid-user
Options None
AllowOverride None
Order Deny,Allow
Deny from all
Allow from $ipaddr
把 Directory "/data/httpd/$site" 改为 Directory "/home/httpd/$site" 就可以了。
如果 /data/httpd/$site/ 下的一个页面通过 url 连接到 http://$site/ 下的某个其他页面则仍会有问题,因为显然不能自动提交认证信息。
没有评论:
发表评论