Re: [galaxy-dev] Apache proxy under Ubuntu

2015-12-15 Thread Raymond Wan
Hi Mic,

On Wed, Dec 16, 2015 at 10:35 AM, Mic  wrote:
> Where do I insert the following settings?
>
> RewriteEngine on
> RewriteRule ^/static/style/(.*)
> /home/galaxy/galaxy/static/june_2007_style/blue/$1 [L]
...


They should probably go in
/etc/apache2/sites-available/000-default.conf .  If you are using
virtual hosting (i.e., multiple sites on the same server), then
another file in /etc/apache2/sites-available/ .

I'm not sure if there is a better place for it, though.

Ray
___
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:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Re: [galaxy-dev] apache proxy

2015-02-18 Thread Dannon Baker
Hey Thon,

I'd probably recommend using a simple supervisord (http://supervisord.org/)
configuration to do this.   Here's a link to some great reference material
that might help you out:
https://wiki.galaxyproject.org/Events/GCC2014/TrainingDay/AdminWalkthrough#Configure_supervisord

-Dannon

On Wed Feb 18 2015 at 11:11:36 AM Michael Thon mike.t...@gmail.com wrote:

 If I use apache to proxy connections to the galaxy run.sh process, what is
 the best way to launch galaxy at boot time?  Can apache do it?

 ___
 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:
   https://lists.galaxyproject.org/

 To search Galaxy mailing lists use the unified search at:
   http://galaxyproject.org/search/mailinglists/
___
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:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/