Forum Discussion
SSHSSH_97332
Jan 25, 2012Nimbostratus
Top Domains Selection
i need to do the below : Users router will direct all HTTP traffic to external interface( external vlan ) of my F5 LTM . on this external vlan i have Vs listening for HTTP traffic & i need to do the ...
SSHSSH_97332
Jan 26, 2012Nimbostratus
Q1:****Vs is 0.0.0.0 & port 80 . router will forward HTTP traffic to LTM so i think this means that it is transparent & i can use what you provided , right ?
Q2:****Also i cannot understand the part
when CLIENT_ACCEPTED {
Save VS default pool name
set default_pool [LB::server pool]
Q3:*****Why is not it only the below :
when HTTP_REQUEST {
switch [string tolower [URI::host [HTTP::uri]]] {
youtube.com -
www.youtube.com -
4shared.com -
www.4shared.com -
rapidshare.com -
www.rapidshare.com {
pool cache_pool
}
default {
pool $default_pool
}
}
}
Q4:****Also :
switch [string tolower [URI::host [HTTP::uri]]]
URI::host : looks at host part of HTTP , but what is need of [HTTP::uri] ?
string tolower : what does this do ?
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