When i try to deploy VPS after running service nginx start command i got following error:
root@li356-76:~# service nginx start
* Starting nginx nginx 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()
Problem got fixed using add this line in top of ~/.bashrc on remote server.
Assuming that i am using rvm in my remote as well as in my local computer.
Thanks Ryan
I am trying to deploy my rails app to Linode VPS but after i finished all steps when i did
i got following error:
full log is below:
I tried all the ways and update following in deploy.rb
require "bundler/capistrano"
but problem still unresolved,Anyone can help me?
Thanks, i have similar problem, now problem got fixed.
Thanks @jeremydt by your solution my problem got fixed
Hello
When i try to deploy VPS after running service nginx start command i got following error:
What should i do to fix this problem?