Michael Siebauer wrote:
Hey,
I have a problem running Galaxy behind an Apache Proxy. I followed the ApacheProxy Tutorial: http://bitbucket.org/galaxy/galaxy-central/wiki/Config/ApacheProxy loaded the proxy, proxy_http and rewrite modules and added
| <Directory /var/www/> RewriteEngine on RewriteRule ^(.*) http://localhost:8080$1 [P]
|To the Apache configuration.
When I try to access the Server via address http://bioapp07/ I get an "Internal Server Error" and the Galaxy Debug log shows:
|Starting server in PID 1077. serving on 0.0.0.0:8080 view at http://127.0.0.1:8080 ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 52475) Traceback (most recent call last): ... "/homes/galaxy/galaxy_dist/eggs/Paste-1.6-py2.6.egg/paste/urlmap.py", line 118, in normalize_url "URL fragments must start with / or http:// (you gave %r)" % url) AssertionError: URL fragments must start with / or http:// (you gave 'HTTP/1.1') ----------------------------------------|
Is there some other module missing, or what am I doing wrong?
Hi Michael, Sorry for the late response. If you're still experiencing this problem, could you send a copy of your Apache config and the Galaxy config file, with any passwords/private information removed? Feel free to send off-list if you'd prefer. Thanks, --nate
Ciao, Michael ;-)
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev