Nginx prompt address or port is occupied to resolve

Source: Internet
Author: User

Nginx prompt address or port is occupied to resolve

Today's small series in the start of Nginx encountered the following error

Starting Nginx:nginx: [Emerg] bind () to 0.0.0.0:80 failed (98:address already use)

This is the Nginx 80 port is occupied we often appear in the Nginx boot or close too many cases

1, check the 80 port is what program occupied

Fuser-n TCP 80

Such as

[Email protected]:/home/gaojin# fuser-n TCP 80

80/tcp:1116

2, delete the corresponding program process can be

Kill-9 1116

3, if the confirmation is only nginx occupancy, you can also directly end all the Nginx process

Killall-9 Nginx

Okay, once again,/etc/init.d/nginx start starts normally.

    • This article is from: Linux Tutorial Network

Nginx prompt address or port is occupied to resolve

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.