ProxyPass v10/v11
Problem this snippet solves: iRule to replace the functionality of Apache Webserver ProxyPass and ProxyPassReverse functions. Allows you to do hostname and path name modifications as HTTP traffic pa...
Published Mar 18, 2015
Version 1.0Kirk_Bauer_1018
Nimbostratus
Joined November 08, 2006
Kirk_Bauer_1018
Nimbostratus
Joined November 08, 2006
John_Beckmann
Sep 07, 2016Employee
Just replace the findclass with the following:-
Find:
set snat [findclass $newpool ProxyPassSNATs " "]
Replace:
set snat [class match -value $newpool equals /Common/ProxyPassSNATs]
Find:
set profilename [findclass $pool ProxyPassSSLProfiles " "]
Replace:
set profilename [class match -value $pool equals /Common/ProxyPassSSLProfiles]