怎样设置可以使网页访问需要验证

怎样设置可以使网页访问需要验证

在apache server的http.conf上配置什么样的语句,
打开页面需要验证
http://w.yi.org/ftp/FAPM/apache/Apache2/zh/howto/auth.html
在httpd.conf 中
设置
options indexes followsymlinks    
allowoverride authconfig    
order allow,deny    
allow from all    
在你需要验证的目录下
建.httpaccess
在此文件中设置
Authname "yourname"
AuthUserFile  dirpath
Authtype basic
require user