免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2386 | 回复: 4
打印 上一主题 下一主题

[Web] Apache权限,验证无法通过 (应该是一个典型错误) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-06-14 12:27 |只看该作者 |倒序浏览
在apache的配置文件httpd.conf中加入
<Directory /var/www/test>;
Allowoverride AuthConfig
Options All
order allow,deny
allow from all
</Directory>;

在/var/www/test目录下建立.htaccess文件
authtype basic
authname "test"
authuserfile /etc/httpd/conf/.htpasswd
require valid-user

用使用htpasswd -bc /etc/httpd/conf/.htpasswd admin 123456

检查httpd.conf语法,无误
apachectl restart 之后,进入、http://x.x.x.x/test出现验证框,使用admin
用户验证,发现无法验证通过,不知道是为什么。请高手请答,谢谢

论坛徽章:
0
2 [报告]
发表于 2005-06-14 13:40 |只看该作者

Apache权限,验证无法通过 (应该是一个典型错误)

test文件夹的权限不够,改成755就行了

论坛徽章:
0
3 [报告]
发表于 2005-06-14 14:04 |只看该作者

Apache权限,验证无法通过 (应该是一个典型错误)

权限早已设为775了,如应该不是这个问题

论坛徽章:
0
4 [报告]
发表于 2005-06-28 22:34 |只看该作者

Apache权限,验证无法通过 (应该是一个典型错误)

<Directory /var/www/test>;
Allowoverride AuthConfig
Options All
order allow,deny
allow from all
</Directory>;

在/var/www/test目录下建立.htaccess文件
authtype basic
authname "test"
authuserfile /etc/httpd/conf/.htpasswd
require valid-user admin

论坛徽章:
0
5 [报告]
发表于 2005-06-29 09:06 |只看该作者

Apache权限,验证无法通过 (应该是一个典型错误)

确保/etc/httpd/conf/.htpasswd apache能读到这个,  日志一般有错误
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP