Re: [galaxy-dev] Starting uWSGI

2015-02-17 Thread Dannon Baker
If you'd like to send them directly to me off-list I'd be happy to take a look. -Dannon On Tue Feb 17 2015 at 2:50:15 PM Nicholas Kline wrote: > Hi Dannon, > > Thanks for the reply. So I went ahead and verified a few things, as > you requested: > > 1. config files: > > /home/galaxy/galaxy-dist/

Re: [galaxy-dev] Starting uWSGI

2015-02-17 Thread Nicholas Kline
Hi Dannon, Thanks for the reply. So I went ahead and verified a few things, as you requested: 1. config files: /home/galaxy/galaxy-dist/config/galaxy.ini.sample /home/galaxy/galaxy-dist/universe_wsgi.ini I have only been working with universe_wsgi.ini 2. static_enabled The content of that lin

Re: [galaxy-dev] Starting uWSGI

2015-02-17 Thread Dannon Baker
Hi Nicholas, Odd, I see you're using universe_wsgi.ini. Can you confirm that no /config/galaxy.ini file exists? These configurations were migrated a little while ago, and if you have multiple configuration files that might explain why we're seeing this error. Other than that, when you set stati

Re: [galaxy-dev] Starting uWSGI

2015-02-04 Thread Nicholas Kline
Hi Nate, So I went ahead and set `static_enabled = False` in universe_wsgi.ini, restarted uWSGI, and browsed to localhost. I'm including the results of each step below: After restarting uWSGI, the last few lines of uwsgi.log looked like this: WSGI app 0 (mountpoint='') ready in 11 seconds on

Re: [galaxy-dev] Starting uWSGI

2015-02-02 Thread Nate Coraor
Hi Nicholas, Set `static_enabled = False` in universe_wsgi.ini and restart uWSGI, and see if that makes a difference. Thanks, --nate On Mon, Feb 2, 2015 at 11:26 AM, Nicholas Kline wrote: > Hi Nate. Thanks a lot for all the help so far. So, I started uWSGI like so: > > - activate virtual e

Re: [galaxy-dev] Starting uWSGI

2015-02-02 Thread Nicholas Kline
Hi Nate. Thanks a lot for all the help so far. So, I started uWSGI like so: - activate virtual env - cd ~/galaxy-dist - PYTHONPATH=eggs/PasteDeploy-1.5.0-py2.7.egg uwsgi --ini-paste universe_wsgi.ini Then browsed to localhost, which redirected to https://localhost/ as expected since I

Re: [galaxy-dev] Starting uWSGI

2015-01-28 Thread Nate Coraor
On Wed, Jan 28, 2015 at 11:55 AM, Nicholas Kline wrote: > Hi Nate. Thank you for the reply. So I installed uWSGI inside my > Python virtual environment since that was one of the options listed in > the documentation, like so: > > cd ~/galaxy_env/ > source bin/activate > pip install uw

Re: [galaxy-dev] Starting uWSGI

2015-01-28 Thread Nicholas Kline
Hi Nate. Thank you for the reply. So I installed uWSGI inside my Python virtual environment since that was one of the options listed in the documentation, like so: cd ~/galaxy_env/ source bin/activate pip install uwsgi It looks like uWSGI was successfully installed. I then exited/deac

Re: [galaxy-dev] Starting uWSGI

2015-01-26 Thread Nate Coraor
Hi Nicholas, Sorry for the somewhat misleading text in the documentation. The part about "no extra modules or recompiling" refers to nginx itself - uWSGI protocol support is built in to the core functionality of nginx. This does not mean that uWSGI itself is installed. Installing uWSGI is addresse