SocketError (getaddrinfo: Name or service not known) - Sunspot/Solr Rails development

前端 未结 7 919
轮回少年
轮回少年 2020-12-15 07:15

I have had lots of trouble with deploying my rails 3.0.10 application to Ubuntu 10.04 server with Passenger, Capistrano, nginx and MySQL (and even more trouble with apache2)

7条回答
  •  失恋的感觉
    2020-12-15 08:02

    just a wild guess, any chance you are using localhost as the hostname? Try changing localhost to 127.0.0.1

提交回复
热议问题