当前位置: 技术问答>linux和unix
带有密码验证的apache服务器配置问题
来源: 互联网 发布时间:2015-11-17
本文导语: 1.把DocumentRoot 改成/mysite 2.把DirectoryIndex 改成index.htm 3.把ServerName new.host.name :80 改成ServerName localhost 4.在/mysite下新建一个index.htm文件 5.在/etc/httpd/conf/httpd.conf文件中的 DocumentRoot 后面加上以下内容: DocumentRoot "/my...
1.把DocumentRoot 改成/mysite
2.把DirectoryIndex 改成index.htm
3.把ServerName new.host.name :80 改成ServerName localhost
4.在/mysite下新建一个index.htm文件
5.在/etc/httpd/conf/httpd.conf文件中的 DocumentRoot 后面加上以下内容:
DocumentRoot "/mysite"
Order allow,deny
Allow from all
AllowOverride AuthConfig
6.在/mysite下新建一个.htaccess文件,内容为:
AuthName "admin"
AuthType Basic
AuthUserFile /etc/httpd/passwd
require valid-user
7. htpasswd -c /etc/httpd/passwd user1
chuang jian xin yong hu cheng gong
wei shen me zhe me zuo le yi hou zai liu lan qi zhong da kai de shi hou mei you chu xian mi ma yan
zheng de chuang ti ne?
2.把DirectoryIndex 改成index.htm
3.把ServerName new.host.name :80 改成ServerName localhost
4.在/mysite下新建一个index.htm文件
5.在/etc/httpd/conf/httpd.conf文件中的 DocumentRoot 后面加上以下内容:
DocumentRoot "/mysite"
Order allow,deny
Allow from all
AllowOverride AuthConfig
6.在/mysite下新建一个.htaccess文件,内容为:
AuthName "admin"
AuthType Basic
AuthUserFile /etc/httpd/passwd
require valid-user
7. htpasswd -c /etc/httpd/passwd user1
chuang jian xin yong hu cheng gong
wei shen me zhe me zuo le yi hou zai liu lan qi zhong da kai de shi hou mei you chu xian mi ma yan
zheng de chuang ti ne?
|
1、检查一下log
2、mod_auth是否load了
2、mod_auth是否load了