Forum Discussion
jonm_62062
Jan 07, 2011Nimbostratus
ProxyPass iRule, Version 8.2 usage
I'm trying to implement ProxyPass iRule, Version 8.2 so I can remove apache from a server . The apache code does nothing accept 'proxypass' to another app on the same server . Here is the proxy pass s...
Chris_Miller
Jan 07, 2011Altostratus
Can you add additional logging to this part?
} else {
pool $newpool
if { $::ProxyPassDebug > 0 } {
log local0. "$log_prefix: Using parsed pool $newpool"
}
change it to this:
} else {
log local0. "newpool is set to $newpool"
pool $newpool
if { $::ProxyPassDebug > 0 } {
log local0. "$log_prefix: Using parsed pool $newpool"
}
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