Apache Upstream Error
Posted: Tue Jun 02, 2015 4:05 pm
I found this error in apache/domain logs while integrating with vetsa with boxbilling.. had same error while integrating WHMCS.. m using Ubuntu 12.04 32-bit.
i feel like this is wronge which is using server ip as upstream
it should be like this with domain.com
when i add this link to brower it says
that means apache is not using correct link for upstream
thanks much for your help
Code: Select all
2015/06/01 17:57:56 [error] 5384#0: *1 upstream prematurely closed connection while reading response header from upstream, client: xx.xx.xx.xx, server: xxxxxxxx.com, request: "GET /manager/index.php/api/admin/order/activate?id=2 HTTP/1.1", upstream: "http://xx.xx.xx.xx:8080/manager/index.php/api/admin/order/activate?id=2", host: "www.xxxxxxx.com", referrer: "http://www.xxxxxxxxx.com/manager/bb-admin.php/order/manage/2"
Code: Select all
upstream: "http://xx.xx.xx.xx:8080/manager/index.php/api/admin/order/activate?id=2
when i add this link in browser it times out
Code: Select all
upstream: "http://xxxxxxx.com:8080/manager/index.php/api/admin/order/activate?id=2
Code: Select all
{"result":null,"error":{"message":"Invalid request. Make sure request origin is http:\/\/www.xxxxxxxx.com\/manager\/","code":1004}}
thanks much for your help