This is a guess, but it's possible your sphinx daemon on the database
server is binding to localhost only.
Does your sphinx config file have 'address = 127.0.0.1' in it? If so,
try adding "address: database.ip.address" to sphinx.yml and regenerating
your configs.
-- James Healy <ji...@deefa.com> Thu, 12 Nov 2009 15:51:26 +1100
Did you update the sphinx.yml on both your web servers and the db
server? If so, have you restarted the rails processes so they detect the
new address to connect to the sphinx daemon on?
-- James Healy <ji...@deefa.com> Thu, 12 Nov 2009 18:30:49 +1100