:)

I am just wondering how to define a wildcard in
mod_proxy_html.

In http://www.apachetutor.org/admin/reverseproxies,
they give an example on /app1/ and that worked for me
if want to redirect /gqaf-web/.

Now I have wildcards: Everything that have :TRE: to be
redirected to backend:/gqaf-web/ followed by that
string xxx:TRE:xxx

I will read the mod_proxy_html doc...

thx




--- Joshua Slive <[EMAIL PROTECTED]> wrote:

> On Mon, Mar 31, 2008 at 2:45 PM, Melanie Pfefer
> <[EMAIL PROTECTED]> wrote:
> > Hello Josh,
> >
> >  Do you know if we can write this:
> >
> >
> >  RewriteRule ^/(.*TRE.*)
> >  http://backend:8080/gqaf-web/$1 [P,L]
> >
> >  using ProxyPass directive?
> >
> >  Actually, ProxyPass worked well when I used it
> >  ProxyPass /gqaf-web/
> http://backend:8080/gqaf-web/
> >
> >  I need to do use it also such as:
> >
> >  ProxyPass /(.*TRE.*)
> http://backend:8080/gqaf-web/
> >
> >  The wildcards seems not accepted in ProxyPass.
> >
> >  Thanks in advance for your support
> 
> You don't need to use ProxyPass. You can combine
> RewriteRule with the
> approprite mod_proxy_html directives.
> 
> Honestly, I feel like I'm talking around in circles
> with you. I
> thought you already understood that your problem is
> caused by changing
> the path from proxy to origin server and has nothing
> to do with
> RewriteRule versus ProxyPass.
> 
> Joshua.
> 
>
---------------------------------------------------------------------
> The official User-To-User support forum of the
> Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
>    "   from the digest:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



      ___________________________________________________________ 
Yahoo! For Good helps you make a difference  

http://uk.promotions.yahoo.com/forgood/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to