RE: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Axel-Stephane SMORGRAV
0/ -ascs De : Bryan Richardson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 janvier 2008 17:13 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Needing help with mod_proxy

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
gt; > # I here assume that ProxyPreserveHost is Off > ProxyPassReverse /otherapp/ http://127.0.0.1:3001/ > ProxyPassReverse / http://127.0.0.1:3000/ > > > -ascs > > > > De : Bryan Richardson [mailto:[EMAIL PROTECTED] > Envoyé : merc

RE: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Axel-Stephane SMORGRAV
ProxyPassReverse /otherapp/ http://127.0.0.1:3001/ ProxyPassReverse / http://127.0.0.1:3000/ -ascs De : Bryan Richardson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 janvier 2008 17:13 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Needing help with mod_proxy

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
it is not needed unless you actually add a query string > at the end of the second argument of RewriteRule. > > -ascs > > ____ > > De : Bryan Richardson [mailto:[EMAIL PROTECTED] > Envoyé : mardi 1 janvier 2008 03:24 > À : users@httpd.apache.org > Objet : [EMAIL

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
t; > > Regarding the QSA it is not needed unless you actually add a query string > at the end of the second argument of RewriteRule. > > -ascs > > > > De : Bryan Richardson [mailto:[EMAIL PROTECTED] > Envoyé : mardi 1 janvier 2008 03:24 &

RE: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Axel-Stephane SMORGRAV
argument of RewriteRule. -ascs De : Bryan Richardson [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 janvier 2008 03:24 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Needing help with mod_proxy Hello all, I'm currently using mod_proxy to forward non-static

[EMAIL PROTECTED] Needing help with mod_proxy

2007-12-31 Thread Bryan Richardson
Hello all, I'm currently using mod_proxy to forward non-static pages to my WEBrick server for my Rails application. I'm wanting to setup a second Rails application on my website, running on a different port number, and I want to access it via a "directory". www.mysite.com --> main app www.mysite