由 isaaczeng 在 11-03-2004 17:36 发表:
Apache权限认证问题
我用Apache做了个ftp的web server
填入ip地址后,顺利列出指定的文件列表例如
co_rd xxxx
co_pub xxxx
xxxxx xxxx
xxxxx xxxx
在httpd.conf 添加了如下项
1<location co_rd=""></location>
Options FollowSymLinks Indexes
AuthType Basic
AuthName "co_rd Require Auth"
AuthDBMUserFile /etc/httpd/conf/co
AuthDBMType DB
require user co 之后新增验证文件co in the /etc/httpd/conf
问题在这之后出现
再次填入ip地址,文件列表却少了 co_rd.
我要在ip地址