Forum Discussion
Che_Wang_86502
Apr 05, 2011Nimbostratus
Apache mod_status "server-status" not showing Client IP
Having some trouble when I use mod_status in Apache. When I go to /server-status, the client IP is showing the F5 load balancer IP. I am already using the "X-Forwarded-For" HTTP header in LogFormat ...
Colin_Walker_12
Apr 05, 2011Historic F5 Account
The LTM shouldn't be inserting its IP address unless it's being told to. Do you have snat turned on? If so, then you could selectively disable it for requests going to /server-status.
Something like:
when HTTP_REQUEST {
if {[HTTP::uri] eq "/server-status"} {
snat none
}
}
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