Forum Discussion
Yozzer
Jul 08, 2012Nimbostratus
Pool 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
- nitassEmployeehave you seen this one? can you try?
- YozzerNimbostratusjust looked at it thanks.
- YozzerNimbostratusSame result when adding in LB::detach:
- nitassEmployeecan you try to capture packet?
- YozzerNimbostratusHmmm, have added a default if it fails:
- nitassEmployeecan you post your configuration?
- YozzerNimbostratusNot currently. The browser gives me this error when accessing the site using the IP address:
- YozzerNimbostratushttps_pool
- YozzerNimbostratushttp_pool is the same as https_pool
- YozzerNimbostratusType 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