Forum Discussion
smoussa_86110
Nimbostratus
May 12, 2008Take's 3 minutes for F5 to send request to Apache
I am experiencing a strange problem where a page will take exactly 3 minutes to load when going through the F5. When I take the F5 out of the picture, the speed is just fine. Now this page is on another server and in it's own pool so what I did was create a rule that will redirect all traffic with URI /smx to one pool, and that works fine.. speed is great. Now within the same rule, I have everything going to URI /rmx use another pool and I think that's where the problem may be occurring.
Also, I have one Virtual Server specified and all traffic from both servers are passed through the F5. In that Virtual Server, I have it pointing to a rule with the following information:
when HTTP_REQUEST {
if {[HTTP::path] contains "/rmx"}{
pool rmx_pool
}
elseif {[HTTP::path] starts_with "/smx"}{
pool smx_pool
}
}
I am assuming something is timing out before it sends the request to the rmx_pool. I hope I provided enough information here for someone to have an idea about what may need to be done. Thanks in advance for your help.
3 Replies
- Steve_Brown_882Historic F5 AccountThis is probably not the answer you are looking for, but having worked through performance issues many times I would suggest taking some tcpdumps of the traffic as this is likely the only way you will find the problem. If you are not familiar with how to capture or read tcpdumps, I would suggest opening a ticket as the support staff is very good at diagnosing these types of issues.
- Colin_Walker_12Historic F5 AccountFrankly, I'd agree with stjbrown on this one. It's likely there's some un-seen issue here if you're seeing that kind of delay. I've never heard of an iRule coding error taking 3 minutes to process.
- Krzysztof_Kozlo
Nimbostratus
Is the client issuing the request to the affected URL the same as the one that works fine? Are the requests similar? Also, are you sure it's not getting to the server for three minutes? Could it be that the response is not getting to the client?
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