Forum Discussion
serebra_83282
Nimbostratus
Jul 08, 2009ProxyPass problem
Greetings,
I followed the instruction on http://devcentral.f5.com/wiki/default.aspx/iRules/ProxyPass to set up ProxyPass and got problem.
In browser, it said:
Conn...
hoolio
Cirrostratus
Jul 09, 2009It looks like there might be a slight issue with the ProxyPass iRule's use of 'HTTP::header replace'. Can you find this line:
HTTP::header replace Host: $host_serverside
and replace it with this line?
HTTP::header replace Host $host_serverside
and this line:
HTTP::header replace $header: $protocol$host_clientside$path_clientside[substr $server_path [string length $path_serverside]]
with this line:
HTTP::header replace $header $protocol$host_clientside$path_clientside[substr $server_path [string length $path_serverside]]
and then retest?
Thanks,
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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