hi, i'm running rails and sphinx on separate servers. in the sphinx.yml file, i can specify the 'address'. it seems this value goes two places:
1. it's used by the thinking sphinx plugin to know where to contact the sphinx server 2. it's copied into the sphinx config file when running the configuration rake task on the machine running the sphinx server, i deploy my rails app but don't run it. that way i have all the config files, and can run the thinking sphinx rake task etc. however, the problem is that the address in the sphinx config file must be set to 0.0.0.0 instead of the value set in sphinx.yml, otherwise it can't be contacted from the rails servers. is there a way to specify this in the sphinx.yml file? anyone else using a multiple-server setup? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
