Sign in through GitHub

Samuel Kobe's Profile

GitHub User: samuelkobe

Site: http://samuelkobe.com

Comments by Samuel Kobe

Avatar

Hey everyone I figured out another solution. by adding:

listen [::]:80 ipv6only=on default_server;

after the

listing [::]:80

this answer was located here on stackoverflow here:

http://stackoverflow.com/questions/14972792/nginx-nginx-emerg-bind-to-80-failed-98-address-already-in-use

Thanks #Nathan

Avatar

Yes I have done enough poking around on forums to understand that I have something running, its just that its a fresh rebuild... I didn't think anything would be running because of that.

That being said... How do I close this running thing?

Thanks,

Sam.

Avatar

Hey all very green here, first time using Linode

(early on in the tutorial)
When running:

root@li511-230:~# service nginx start

I get:

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()

Any suggestions would be greatly appreciated. Thanks.