From: Leonid Stavnitser (Leonid.StavnitserIZZAToracle.com)
Date: Tue Nov 05 2002 - 23:31:05 EST
Cool. Thank you, Bill. Will try this.
Regards, L.Stavnitser
-----Original Message-----
From: owner-lb-lIZZATvegan.net [mailto:owner-lb-lIZZATvegan.net]On Behalf Of Bill
Whitson
Sent: Tuesday, November 05, 2002 8:13 PM
To: lb-lIZZATvegan.net
Subject: Re: [load balancing] Using BIGIP rule-based load-balancing based on
protocol in use.
Leonid,
This should be pretty simple. You want to set
up a rule that will identify HTTP protocol and
send it to an appropriate pool but send anything
that can't be identified as HTTP to another pool.
A good choice would be to check HTTP VERSION,
since there are only two possibilities - 1.0 and
1.1.
So your rule logic could be:
HTTP VERSION = 1.0 -> HTTP_Pool
HTTP VERSION = 1.1 -> HTTP_Pool
ELSE -> HTTPS_Pool
That should do the trick, though it will
obviously send anything that is neither HTTPS
nor HTTP to your HTTPS pool.
Bill Whitson
Manager, Engineering Services
Global Support Services
F5 Networks
b.whitsonIZZATf5.com
Desk: (206) 272-6763
Cell: (206) 604-7048
http://www.f5.com/
Support: 888-882-4447
Search Solutions at http://tech.f5.com/
Leonid Stavnitser wrote:
> Any ideas how to setup a rule in BIGIP 4.2 PTF6, which would allow to
> split web traffic between mid-tiers A and B, so all requests in format
> http://www.xyz.com:8000 <http://www.xyz.com:8000/> would go to server A
> and all requests in the format https://www.xyz.com:8000
> <https://www.xyz.com:8000/> would go to server B?
>
>
>
> Thank you.
>
>
>
> Leonid Stavnitser
>
>
>
>
>
>
>
____________________
The Load Balancing Mailing List
Unsubscribe: mailto:majordomoIZZATvegan.net?body=unsubscribe%20lb-l
Archive: http://vegan.net/lb/archive
LBDigest: http://lbdigest.com
MRTG with SLB: http://vegan.net/MRTG
Hosted by: http://www.tokkisystems.com
____________________
The Load Balancing Mailing List
Unsubscribe: mailto:majordomoIZZATvegan.net?body=unsubscribe%20lb-l
Archive: http://vegan.net/lb/archive
LBDigest: http://lbdigest.com
MRTG with SLB: http://vegan.net/MRTG
Hosted by: http://www.tokkisystems.com
This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 23:37:49 EST