免费注册 查看新帖 |

Chinaunix

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

[Web] 急!!linux 9下apache自带的验证机制出错问题的请教! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-10-30 18:27 |只看该作者 |倒序浏览
我在linux下子带安装的apache2.040配置.htaccess验证出现问题.报错信息为500 internal server error . 而在7.3下同样的配置能够正常使用.具体报错如下:


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@chinese.1234.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.0.40 Server at chinese.1234.org Port 80

我的配置大概如下:
httpd.conf 中

<Directory "/var/www/html">;
        Options Indexes Includes FollowSymLinks
                                                                                    AllowOverride Authconfig
        Allow from all
                                                                                   Order allow,deny
</Directory>;

在var/www/html下配置.htaccess文件.
Authname  bingbinginter
Authtype basic
Authuserfile /etc/httpd/.passwd
require valid-user

然后用htpasswd -c /etc/httpd/.passwd user1
建立user1用户.

结果访问http://ip
出现以上报错信息.  而在linux7.3下配置就没有问题.请各位指教.  感谢!!

日志中:
[Thu Oct 30 18:54:40 2003] [alert] [client 172.16.5.1] /var/www/.htaccess: Invalid command 'AuthName!!"bingbinginter"!!', perhaps mis-spelled or defined by a module not included in the server configuration
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP