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
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
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
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
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
&
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
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