Re: [galaxy-dev] apache setting

2014-05-12 Thread Carlos Borroto
ds! > > Jun > > > > From: Carlos Borroto [mailto:carlos.borr...@gmail.com] > Sent: Tuesday, March 25, 2014 3:45 PM > To: Jun Fan > Cc: galaxy-dev@lists.bx.psu.edu > Subject: Re: [galaxy-dev] apache setting > > > > On Monday, March 24, 2014, Jun Fan wrote: >

Re: [galaxy-dev] apache setting

2014-05-12 Thread Jun Fan
From: Carlos Borroto [mailto:carlos.borr...@gmail.com] Sent: Tuesday, March 25, 2014 3:45 PM To: Jun Fan Cc: galaxy-dev@lists.bx.psu.edu Subject: Re: [galaxy-dev] apache setting On Monday, March 24, 2014, Jun Fan mailto:j@qmul.ac.uk>> wrote: RewriteEngine on RewriteRule ^(.*) http://loc

Re: [galaxy-dev] apache setting

2014-03-25 Thread Carlos Borroto
On Monday, March 24, 2014, Jun Fan wrote: > RewriteEngine on > > RewriteRule ^(.*) http://localhost:8080$1 [P] > > I tried to add them to 1) the main conf file: apache2.conf, 2) newly > generated httpd.conf by myself under /etc/apache2 folder and 3) newly > generated .htaccess file under

[galaxy-dev] apache setting

2014-03-24 Thread Jun Fan
Hi all, Following the instruction on https://wiki.galaxyproject.org/Admin/Config/ApacheProxy to use Apache as proxy for Galaxy, I got stuck to put directives into the configuration file. The steps I took include: 1. install apache2: sudo apt-get install apache2 2. ins