//在zhoutao.name网站的跟目录下建立一个文件.htaccess,并且编辑
- Authname "zhoutao.name"
- AuthType Basic
- AuthUserFile /etc/httpd/vconf.d/zhoutao.name.htpasswd
- Require valid-user
//建立zhoutao.name 域的密码文件,并且文件必须被apache组可读
- [root@centos129 zhoutao.name]# htpasswd -cm /etc/httpd/vconf.d/zhoutao.name.htpasswd zhoutao
- New password:
- Re-type new password:
- Adding password for user zhoutao
- chgrp apache /etc/httpd/vconf.d/zhoutao.name.htpasswd
- chmod g+r /etc/httpd/vconf.d/zhoutao.name.htpasswd
//添加虚拟主机配置文件中<Directiry>增加
AllowOverride AuthConfig
//测试
访问www.zhoutao.name 提示输入密码,
成功进入