Forum Discussion
Yozzer
Nimbostratus
Jul 08, 2012Pool not called
Hi
Is there any other configuration i need to perform to get the following irule to trigger correctly:
when HTTP_REQUEST {
if {[HTTP::uri] contains "/test/"} {
log -noname local0. "should go to pool"
pool https_pool
}
}
The log command is executing (so i know the if command is being triggered) and the request is being sent to the https_pool pool but no response comes back from the server. I know the pool member is correct as when i change it i get a compilation error.
I added the following and i can see that the correct pool has been selected and the pool is up and accessible:
when LB_SELECTED {
log local0. "Selected server: [LB::server]"
}
when LB_FAILED {
log local0. "Selected server: [LB::server]"
}
ASM is being used but the page i want to access has no restrictions.I want requests to /test/ to go to a different pool which will handle the users login and then set the cookie for the same domain.
Thanks
23 Replies
Sort By
- nitass
Employee
have you seen this one? can you try? - Yozzer
Nimbostratus
just looked at it thanks. - Yozzer
Nimbostratus
Same result when adding in LB::detach: - nitass
Employee
can you try to capture packet? - Yozzer
Nimbostratus
Hmmm, have added a default if it fails: - nitass
Employee
can you post your configuration? - Yozzer
Nimbostratus
Not currently. The browser gives me this error when accessing the site using the IP address: - Yozzer
Nimbostratus
https_pool - Yozzer
Nimbostratus
http_pool is the same as https_pool - Yozzer
Nimbostratus
Type standard
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