引用:
原帖由 bwb 于 2008-6-1 21:09 发表 
将port.conf文件内容改回:Listen 80
改好了,/etc/init.d/apache2 start 后出现下面提示:
复制内容到剪贴板
代码:
Starting web server (apache2)...apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!pkill apache2 然后再 /etc/init.d/apache2 restart 后出现下面的提示:
复制内容到剪贴板
代码:
Forcing reload of web server (apache2)...apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
httpd (no pid file) not running
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!