码迷,mamicode.com
首页 > 其他好文 > 详细

Nginx(二) nginx 无法启动

时间:2018-03-11 22:29:40      阅读:1100      评论:0      收藏:0      [点我收藏+]

标签:res   grep   客户端   ready   浏览器   led   nginx   ddr   bsp   

有时候在客户端输入:nginx

但是终端会输出以下,显示启动失败

nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)
nginx: [emerg] still could not bind()

这时候可以输入:ps -ef| grep nginx

 终端会输出以下,显示占用的端口

    0   551     1   0  9:22PM ??         0:00.01 nginx: master process nginx
   -2   614   551   0  9:26PM ??         0:00.00 nginx: worker process
    0   618   606   0  9:27PM ttys000    0:00.00 grep nginx

然后输入:kill 551

来停止该端口进程。

再在终端输入:nginx

然后在浏览器输入:http://127.0.0.1:8080/

就会显示启动正常。

 

Nginx(二) nginx 无法启动

标签:res   grep   客户端   ready   浏览器   led   nginx   ddr   bsp   

原文地址:https://www.cnblogs.com/Jomini/p/8546282.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!