Project

General

Profile

Actions

Bug #159

closed

Backend server fail to call back.

Added by Soh Keong almost 12 years ago. Updated about 11 years ago.

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 #1

Updated by Soh Keong almost 12 years ago

  • Status changed from New to Resolved
Actions #2

Updated by Soh Keong about 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF