我的RatHat上安装apache,启动apache后出现:
[root@bogon bin]# ./apachectl restart
AH00557: httpd: apr_sockaddr_info_get() failed for bogon
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
httpd not running, trying to start
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
紧张了下,嘿嘿,不过后来发现killall -9 httpd后,这其实不影响apache的启动,但是还是觉得很纠结啊~~~
后来我上网搜了下发现:
只要在:vi /usr/local/apache2/conf/httpd.conf中ServerName(或vi /etc/httpd/conf/httpd.conf)前面的“#”拿掉就好了。嘿嘿~
加油吧~everybody~
本文记录了在RatHat上安装并启动Apache时遇到的问题及解决方法。主要问题包括无法可靠地确定服务器的全限定域名、地址已被占用以及无法打开日志文件等。通过修改httpd.conf文件中的ServerName设置解决了这些问题。
1834

被折叠的 条评论
为什么被折叠?



