Re: [galaxy-dev] apache proxy configuration

2011-05-16 Thread Paul-Michael Agapow
 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.aga...@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
**

___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/


Re: [galaxy-dev] apache proxy configuration

2011-05-16 Thread Yann Surget-Groba

Hi Nate and Paul,
thanks for your answers. It works now, I just didn't edit the right 
configuration file. I also tried with nginx, seems much more 
straightforward to configure than apache!

Thanks again,
best,
Yann



On 05/16/2011 06:30 AM, Nate Coraor wrote:

Yann Surget-Groba wrote:

Hi all,

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]

if I go to http://localhost/ I get the default apache page, not galaxy


I also tried serving galaxy at a sub directory but then if I go to
http://localhost/galaxy I get a not found page

Any idea of what is wrong with my configuration?

I'm running apache v2.2.17 on a Debian system and mod_proxy,
mod_http_proxy, and mod_rewrite are enabled.

Hi Yann,

Could you set RewriteLog, raise RewriteLogLevel to 9, restart Apache,
and see if anything is logged?  You may also want to set LogLevel debug
and check your error_log for anything interesting.

--nate


Thanks,

Yann
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/


___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

 http://lists.bx.psu.edu/