突然,我的服务器在没有任何配置或其他东西的情况下关闭了
我没有在我的服务器(linode.com 上的 vps 帐户)上执行任何操作,例如配置或其他操作。但是,突然我的服务器宕机了。当我尝试启动 apache 时,我看到了以下错误消息: ( 正在启动 Web 服务器:apache2(98)地址已在使用中:make_sock:无法绑定到地址 [::]:80 (98)地址已在使用:make_sock:无法绑定到地址0.0.0.0:80 没有可用的侦听套接字,正在关闭 无法打开日志 失败的! )
我确实尝试以某种方式启动 apache,但我现在面临“启动 Web 服务器:apache2 失败!”
感谢您的帮助, 埃尔曼
I did not do anything on my server (vps account on linode.com) such as configuration or something. But, suddenly my server is down. When i try to start apache, i saw this error message:
(
Starting web server: apache2(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!
)
I did try to start apache with some way and i face now "Starting web server: apache2 failed!"
Thanks for your help,
Erman
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能意味着另一台服务器(可能是 apache 本身)正在同一端口上运行。如果您有 shell 访问服务器的权限,请尝试确定哪个进程正在使用端口 80。(netstat --也许听一下,做一些 google),然后通过 Kill 命令终止该进程。
This probably means another server (probably apache itself) is running on same port. If you have shell access to server, try to determine which process is using port 80. (netstat --listen perhaps, do some google) and then kill the process by kill command.
您尝试过 linode.com 支持吗?这可能是您最好的选择。
您还可以尝试重新启动所有服务(不仅仅是 Apache,而是所有可供您重新启动的服务)。
Have you tried linode.com support? This is probably your best bet.
You could also try restarting all of your services (not just Apache, but everything that is available to you to restart).