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): File "/homes/galaxy/galaxy_dist/eggs/Paste-1.6-py2.6.egg/paste/httpserver.py", line 1053, in process_request_in_thread self.finish_request(request, client_address) File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__ self.handle() File "/homes/galaxy/galaxy_dist/eggs/Paste-1.6-py2.6.egg/paste/httpserver.py", line 432, in handle BaseHTTPRequestHandler.handle(self) File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle self.handle_one_request() File "/homes/galaxy/galaxy_dist/eggs/Paste-1.6-py2.6.egg/paste/httpserver.py", line 427, in handle_one_request self.wsgi_execute() File "/homes/galaxy/galaxy_dist/eggs/Paste-1.6-py2.6.egg/paste/httpserver.py", line 287, in wsgi_execute self.wsgi_start_response) File "/homes/galaxy/galaxy_dist/eggs/Paste-1.6-py2.6.egg/paste/urlmap.py", line 194, in __call__ path_info = self.normalize_url(path_info, False)[1] File "/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? Ciao, Michael ;-)