当前位置: 技术问答>linux和unix
关于apache ver:2.2.16, start 的不能启动的问题? 请指教
来源: 互联网 发布时间:2016-09-22
本文导语: [root@linuxhost bin]# ./apachectl start httpd: apr_sockaddr_info_get() failed for linuxhost httpd: Could not reliably determine the server's fully qualified domain name, ue (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address...
[root@linuxhost bin]# ./apachectl start
httpd: apr_sockaddr_info_get() failed for linuxhost
httpd: Could not reliably determine the server's fully qualified domain name, ue
(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
吾新手,请问如何解决?
httpd: apr_sockaddr_info_get() failed for linuxhost
httpd: Could not reliably determine the server's fully qualified domain name, ue
(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
吾新手,请问如何解决?
|
(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
你的系统是不是已经启动的有httpd了?或者别的程序占用了80端口?
lsof -i:80
看看
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
你的系统是不是已经启动的有httpd了?或者别的程序占用了80端口?
lsof -i:80
看看
|
什么发行版?自己build的?非要自己build?