|
|
rh9.0
由于需要web服务,所以从rh9.0第一章盘里找到httpd-manual-2.0.40-21.i386.rpm
httpd-2.0.40-21.i386.rpm 两个文件安装了一下,
但是安装完毕后 启动apache服务
————————————————————————————————————
[root@firewall hzl]# /usr/sbin/apachectl start
出现httpd: Could not determine the server's fully qualified domain name, using 127.0
.0.1 for ServerName
——————————————————————————————————————后修改conf文件,将
ServerName new.host.name:80 前的#去掉
运行后
——————————————————————————————————
[root@firewall hzl]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: [FAILED]
————————————————————————————————————
httpd服务还是起不来,请问是什么原因 如何才能够解决?
谢谢 |
|