Forum Discussion
dyobbs_25515
Feb 03, 2012Nimbostratus
iRule to redirect a variable to http
Guys hi,
I'm newbie here. I wanted to create an iRule, that truncates the later part of the message from the "http://.acme.com" to http://
any help is appreciated.
Will t...
Kalpesh_48932
Feb 13, 2012Nimbostratus
e.g.
[root@ve1023:Active] config b virtual bar list
virtual bar {
snat automap
pool Pool_Test_Sorry_Alfresco
destination 172.28.19.79:80
ip protocol 6
rules myrule
profiles {
http {}
tcp {}
}
}
[root@ve1023:Active] config b pool Pool_Test_Sorry_Alfresco list
pool Pool_Test_Sorry_Alfresco {
monitor all http
members 200.200.200.101:80 {}
}
[root@ve1023:Active] config b pool Pool_Test_Sorry_Alfresco|grep -i pool\ member
+-> POOL MEMBER Pool_Test_Sorry_Alfresco/200.200.200.101:80 active,up
[root@ve1023:Active] config curl -I http://172.28.19.79
HTTP/1.1 200 OK
Date: Thu, 09 Feb 2012 15:25:01 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 11 Nov 2011 14:48:14 GMT
ETag: "4183e4-3e-9c564780"
Accept-Ranges: bytes
Content-Length: 62
Content-Type: text/html; charset=UTF-8
[root@ve1023:Active] config b pool Pool_Test_Sorry_Alfresco monitor all fake
[root@ve1023:Active] config b pool Pool_Test_Sorry_Alfresco|grep -i pool\ member
+-> POOL MEMBER Pool_Test_Sorry_Alfresco/200.200.200.101:80 inactive,down
[root@ve1023:Active] config curl -I http://172.28.19.79
HTTP/1.0 302 Found
Location: http://dev-sorry-webarch.xyz.com
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
*******************************************************************************************************
How to use it in web console....?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects