Created
March 16, 2017 18:37
-
-
Save pywebdesign/e4448e418a2c8af0b1414451c21f11b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Stopping nginx ... | |
* start-stop-daemon: 1 process refused to stop | |
* Failed to stop nginx [ !! ] | |
* Checking nginx' configuration ... | |
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok | |
nginx: configuration file /etc/nginx/nginx.conf test is successful [ ok ] | |
* Starting nginx ... | |
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) | |
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) | |
nginx: [emerg] still could not bind() | |
* start-stop-daemon: failed to start `/usr/sbin/nginx' | |
* Failed to start nginx [ !! ] | |
* ERROR: nginx failed to start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment