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?
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.
How does this work? I am having the same issue getting a Missing Template.
Did you figure this out? It is quite easy. If I am understanding what you are asking correctly, a simple change in the routes.rb file should do it.
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
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.
Hey all very green here, first time using Linode
(early on in the tutorial)
When running:
root@li511-230:~# service nginx start
I get:
Any suggestions would be greatly appreciated. Thanks.