相关疑难解决方法(0)

nginx - nginx:[emerg] bind()到[::]:80失败(98:地址已经在使用中)

突然间,我得到了以下nginx错误

 * Restarting nginx
 * Stopping nginx nginx
   ...done.
 * Starting nginx nginx
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
   ...done.
   ...done.
Run Code Online (Sandbox Code Playgroud)

如果我跑

lsof -i :80 …
Run Code Online (Sandbox Code Playgroud)

ubuntu nginx

218
推荐指数
11
解决办法
21万
查看次数

标签 统计

nginx ×1

ubuntu ×1