Actions
Bug #159
closedBackend server fail to call back.
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
12/12/2012
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Description
After installed F5, backend status unable to call back our server.
Error occur in apache server '46.16.251.241 - - [12/Dec/2012:11:14:00 +0800] "POST /ukstore/uk/test_gc_psc.jsp HTTP/1.1" 302 233'
client will get HTTP Error 302 Moved temporarily.
Solution:
added irule in F5, to remove port number ':443'
when HTTP_REQUEST {
if { [HTTP::host] equals "www.ecosway.com:443"} {
HTTP::header replace "Host" "www.ecosway.com"
}
}
Actions