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
cathy_123
Oct 18, 2016Cirrus
Just a note I repeat Thomas comment for when you input datagroup for ProxyPassSSLProxile always indicate the path so revising above instruction (On my end we only use 1 partition - Common)
this will be the sample output from your datagroup
/Common/Pool1 := ServerSSLProfile1
/Common/Pool2 := ServerSSLProfile2
Also change the line
set profilename [findclass $pool ProxyPassSSLProfiles " "]
to
set profilename [class match -value -- $pool equals ProxyPassSSLProfiles]
(saw this line change from Deon credits to him 🙂 )
this works on v11.6.1
Cheers!