Davide Cittaro wrote:
Hi all, after successful configuration of multiple server instances (web and runner) I've placed everything behind apache proxy (actually I'm trying to). I can see the welcome page and navigate through my history (still I have to delegate the authentication to apache), nevertheless I'm not able to perform any job... getting data from UCSC is waiting for run after a couple of hours, uploading files is stuck... Hence I've tried to disable the proxy thing and still have the same issues. I've then checked at the log files for the five runners and two of them report this:
[runner0]
...
[runner1]
This is most likely the problem. At present we only support a single job runner. Try only starting runner0 and see if it works. --nate
BTW, this is the proxy conf:
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyVia Off <Proxy balancer://galaxy> BalancerMember http://localhost:8080 BalancerMember http://localhost:8081 </Proxy> </IfModule>
and the rewrite rules:
RewriteEngine on RewriteRule ^/galaxy$ /galaxy/ [R] RewriteRule ^/galaxy/static/style/(.*) /data/galaxy_dist/static/june_2007_style/blue/$1 [L] RewriteRule ^/galaxy/static/(.*) /data/galaxy_dist/static/$1 [L] RewriteRule ^/galaxy/images/(.*) /data/galaxy_dist/static/images/$1 [L] RewriteRule ^/galaxy/favicon.ico /data/galaxy_dist/static/favicon.ico [L] RewriteRule ^/galaxy/robots.txt /data/galaxy_dist/static/robots.txt [L] RewriteRule ^/galaxy(.*) http://127.0.0.1:8080$1 [P]
Any hint is appreciated...
Thanks
d
/* Davide Cittaro
Cogentech - Consortium for Genomic Technologies via adamello, 16 20139 Milano Italy
tel.: +39(02)574303007 e-mail: davide.cittaro@ifom-ieo-campus.it <mailto:davide.cittaro@ifom-ieo-campus.it> */
------------------------------------------------------------------------
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev