level 1
121608946
楼主
为什么我创建了用户和密码, 不能成功登陆到指定的目录下啊? 这个问题捆扰我1天了..我的httpd-dav.conf文件配置如下, #表示注释DavLockDB "C:/Program Files/Apache2.2/var/DavLock"Alias /uploads "C:/Program Files/Apache2.2/uploads"
Dav On # Order Allow,Deny # Allow from all AuthType Digest AuthName DAV-upload # You can use the htdigest program to create the password database: # htdigest -c "C:/Program Files/Apache2.2/user.passwd" DAV-upload admin AuthUserFile "C:/Program Files/Apache2.2/user.passwd" # Allow universal read-access, but writes are restricted # to the admin user.
require user admin 以上配置写的对不对啊? 请高手指点啊~~谢谢! 我的MSN是[email protected] 最好留个联系方式,再此感谢^_^
2006年10月09日 04点10分
1
Dav On # Order Allow,Deny # Allow from all AuthType Digest AuthName DAV-upload # You can use the htdigest program to create the password database: # htdigest -c "C:/Program Files/Apache2.2/user.passwd" DAV-upload admin AuthUserFile "C:/Program Files/Apache2.2/user.passwd" # Allow universal read-access, but writes are restricted # to the admin user.
require user admin 以上配置写的对不对啊? 请高手指点啊~~谢谢! 我的MSN是[email protected] 最好留个联系方式,再此感谢^_^