Sinatra 1.0 fastcgi deployment
- by TheMoonMaster
I am trying to deploy my sinatra app to my hosting(shared) and I keep getting this error.
/usr/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/fastcgi.rb:23:in `initialize': Address family not supported by protocol - socket(2) (Errno::EAFNOSUPPORT)
from /usr/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/fastcgi.rb:23:in `new'
from…