I've installed galaxy locally and it works fine but I can't get the apache proxy to work. I've followed the instructions on the wiki first by serving galaxy at the web server root with:
RewriteEngine on RewriteRule ^(.*) http://localhost:8080$1 [P]
At the risk of making stupid suggestions: * You can see the galaxy instance directly at http://localhost:8080, yes? * Galaxy is running and Apache is running? * You're restarted Apache? It has the whiff of something being wrong with Apache, so you might want to switch on logging: RewriteLog "/etc/httpd/logs/rewrite_log" RewriteLogLevel 9 and see what that says. ---- Paul Agapow (paul-michael.agapow@hpa.org.uk) Bioinformatics, Centre for Infections, Health Protection Agency ----------------------------------------- ************************************************************************** The information contained in the EMail and any attachments is confidential and intended solely and for the attention and use of the named addressee(s). It may not be disclosed to any other person without the express authority of the HPA, or the intended recipient, or both. If you are not the intended recipient, you must not disclose, copy, distribute or retain this message or any part of it. This footnote also confirms that this EMail has been swept for computer viruses, but please re-sweep any attachments before opening or saving. HTTP://www.HPA.org.uk **************************************************************************