Raghav Bhatnagar wrote:
I installed a copy of Galaxy on my server under public_html Folder. I also modified the universe_wsgi.ini file and changed the host setting to 0.0.0.0. Invoking sh run.sh command, Galaxy tends to start starting : serving on 0.0.0.0:8080 <http://0.0.0.0:8080> view at http://127.0.0.1:8080
But http://127.0.0.1:8080 gives a "*page load error*" on viewing in browser.
Hi Raghav, Are there any other errors displayed here? Are you able to load http://your-server-ip:8080 ? 0.0.0.0 should bind to all available interfaces including the loopback (127.0.0.1).
If I change host setting to the IP address of my server, it displays a bunch of errors and does not start Galaxy. Those errors are: -
File "<string>", line 1, in bind socket.gaierror: (-2, 'Name or service not known')
This appears to be a name resolution failure, are you using the IP or hostname in 'host ='? A hostname is valid but must resolve. It might help to paste your [server:main] section of universe_wsgi.ini so we can see exactly what's there. Thanks, --nate