List Info

Thread: AW:




AW:
user name
2006-10-31 15:56:24

> -----Ursprüngliche Nachricht-----
> Von: Jim Jagielski 
> Gesendet: Dienstag, 31. Oktober 2006 15:18
> An: devhttpd.apache.org
> Betreff: Re: [Fwd: Re: Apache 2.2.3 mod_proxy issue]
> 

> >
> > How about
> >
> > RewriteEngine On
> > RewriteRule ^(.*.jsp|/servlet/.*)$
balancer://mycluster$1 [P]
> >
> >
> > <Proxy balancer://mycluster>
> > ProxySet stickysession=JSESSIONID nofailover=On
> > BalancerMember ajp://1.2.3.4:8009 route=tomcat1
max=10
> > BalancerMember ajp://1.2.3.5:8010 route=tomcat2
max=10
> > </Proxy>
> >
> 
> Seems to be that we should simply make ProxyPass more
> pattern aware... We don't need a full regex for 95% of
> the cases, and so we'd have a nice faster impl.
> 
> Needing to switch to (and load in) mod_rewrite for
something
> that the proxy module should do itself seems backwards


I am a regexp fan and have mod_rewrite loaded in any of our
servers anyway
for some standard tasks, so this actually does not bother me
.
But of course there are other users as well and using and
understanding
regular expressions is not always easy and straight forward.
So your proposal makes sense
to me. OTOH AFAIK we currently only have two types of
matching through httpd:

1. Prefix matching as in ProxyPass, Location, ....
2. Regular expressions as in mod_rewrite, LocationMatch,
FilesMatch, ....

So this wildcard matching type would be something new.

Regards

Rüdiger
AW:
user name
2006-10-31 15:56:24

> -----Ursprüngliche Nachricht-----
> Von: Jim Jagielski 
> Gesendet: Dienstag, 31. Oktober 2006 15:18
> An: devhttpd.apache.org
> Betreff: Re: [Fwd: Re: Apache 2.2.3 mod_proxy issue]
> 

> >
> > How about
> >
> > RewriteEngine On
> > RewriteRule ^(.*.jsp|/servlet/.*)$
balancer://mycluster$1 [P]
> >
> >
> > <Proxy balancer://mycluster>
> > ProxySet stickysession=JSESSIONID nofailover=On
> > BalancerMember ajp://1.2.3.4:8009 route=tomcat1
max=10
> > BalancerMember ajp://1.2.3.5:8010 route=tomcat2
max=10
> > </Proxy>
> >
> 
> Seems to be that we should simply make ProxyPass more
> pattern aware... We don't need a full regex for 95% of
> the cases, and so we'd have a nice faster impl.
> 
> Needing to switch to (and load in) mod_rewrite for
something
> that the proxy module should do itself seems backwards


I am a regexp fan and have mod_rewrite loaded in any of our
servers anyway
for some standard tasks, so this actually does not bother me
.
But of course there are other users as well and using and
understanding
regular expressions is not always easy and straight forward.
So your proposal makes sense
to me. OTOH AFAIK we currently only have two types of
matching through httpd:

1. Prefix matching as in ProxyPass, Location, ....
2. Regular expressions as in mod_rewrite, LocationMatch,
FilesMatch, ....

So this wildcard matching type would be something new.

Regards

Rüdiger
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )