centos7 安装gitlab之后无法重启nginx,也无法停止

发布于 2022-09-01 20:52:53 字数 2183 浏览 7 评论 0

在 linode centos7 上安装gitlab-ce,安装之后默认的nginx被停止。
现在无法关闭gitlab自带的nginx,使用kill进程也是一样。

[root@linode nginx]# ps aux | grep nginx
root      4223  0.0  0.0   4188   792 ?        Ss   21:53   0:00 runsv nginx
root      4224  0.0  0.0   4332   644 ?        S    21:53   0:00 svlogd -tt /var/log/gitlab/nginx
root      4527  0.0  0.2  26888  4352 ?        Ss   21:57   0:00 nginx: master process /opt/gitlab/embedded/sbin/nginx -p /var/opt/gitlab/nginx
gitlab-+  4528  0.0  0.3  31140  7612 ?        S    21:57   0:00 nginx: worker process
root      4918  0.0  0.1 112668  2272 pts/1    S+   22:02   0:00 grep --color=auto nginx
[root@linode nginx]# 
[root@linode nginx]# systemctl status nginx
nginx.service - nginx - high performance web server
   Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled)
   Active: failed (Result: exit-code) since 二 2015-11-10 21:53:18 CST; 11min ago
     Docs: http://nginx.org/en/docs/
  Process: 4246 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
  Process: 4243 ExecStartPre=/usr/sbin/nginx -t -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)

11月 10 21:53:15 linode nginx[4243]: nginx: configuration file /etc/nginx/nginx.conf test is successful
11月 10 21:53:15 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
11月 10 21:53:16 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
11月 10 21:53:16 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
11月 10 21:53:17 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
11月 10 21:53:17 linode nginx[4246]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
11月 10 21:53:18 linode nginx[4246]: nginx: [emerg] still could not bind()
11月 10 21:53:18 linode systemd[1]: nginx.service: control process exited, code=exited status=1
11月 10 21:53:18 linode systemd[1]: Failed to start nginx - high performance web server.
11月 10 21:53:18 linode systemd[1]: Unit nginx.service entered failed state.
[root@linode nginx]# 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梅窗月明清似水 2022-09-08 20:52:53

gitlab-ctl 守护进程启动的 nginx.
要使用gitlab-ctl restart nginx.

我三岁 2022-09-08 20:52:53

把所有占用80端口的进程全部kill 掉

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文