打印

httpd无法正常启动

httpd无法正常启动

我安装的是RedHat Linux AS 4。在启动httpd时提示:
[root@www bin]# /etc/rc.d/init.d/httpd restart
停止 httpd:                                           [  确定  ]
启动 httpd:[Fri Oct 06 09:15:38 2006] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 475 will probably never match because it overlaps an earlier AliasMatch.
                                                       [  确定  ]
[root@www bin]#

第475行是 : Alias /manual "/var/www/manual"
麻烦高手指点一下,谢谢!

TOP

弄好了。我把/var/www/manual给注释调就没有问题了。但是出现了Forbidden错误,通过改变文件属性的办法可以修复这个错误。具体方法请参考这个页面:
http://www.topchinesenews.com/blog/viewblog.aspx?msg_id=27&user_id=3740&category=4&type_name=Linux
.
给大家添麻烦了!

TOP