Dear All,
I am trying to run galaxy in multiple processes. I followed the documentation: https://wiki.galaxyproject.org/Admin/Config/Performance/Scaling
And while the python processes seem to run fine, the balacing is broken - while accessing Galaxy server via www, I can only download a text file with "internal server error" inside.
Here is my httpd.conf: http://www.wklej.org/id/1799330/ And here is my universe_wsgi.ini file: http://www.wklej.org/id/1799334/
Any help would be appreciated.
Dnia 2015-09-18, piÄ… o godzinie 22:14 +0200, Zuzanna K. Filutowska pisze:
Dear All,
I am trying to run galaxy in multiple processes. I followed the documentation: https://wiki.galaxyproject.org/Admin/Config/Performance/Scaling
And while the python processes seem to run fine, the balacing is broken
- while accessing Galaxy server via www, I can only download a text file
with "internal server error" inside.
Here is my httpd.conf: http://www.wklej.org/id/1799330/ And here is my universe_wsgi.ini file: http://www.wklej.org/id/1799334/
Any help would be appreciated.
Well, I solved it, in the doc is: RewriteRule ^(.*) balancer://galaxy$1 [P]
while it should be: RewriteRule ^(.*) balancer://galaxy/$1 [P]
galaxy-dev@lists.galaxyproject.org