【发布时间】:2017-07-07 07:15:53
【问题描述】:
我的 nginx 有问题。我尝试了不同的解决方案,但对我来说没有任何效果。 那是我的错误:
4 root@BANANAS ~ # sudo service nginx restart :(
Restarting nginx: nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] still could not bind()
nginx.
你能帮帮我吗?
【问题讨论】:
-
看起来 https 已经在使用中了。使用“netstat -tulpn”找出正在使用它的内容。
-
in 'netstat -tulpn' 在 443 端口上没有听到任何声音。我在评论中尝试了所有这些方法。
-
寻找正在运行的有问题的软件。对我来说,它原来是 aria2 客户端。
-
@Deadooshka 我没有 Aria2。
标签: nginx