I don't know which Apache Proxy you are using, or the reason that you would have a web page running longer than 60 seconds, but this message ("The proxy server received...") is probably coming from Apache. You can search on that phrase for a lot of reasons and possible fixes, for Apache's message at least.

If Jetty is just taking too long - and Apache has given up waiting, then it looks like you can add or edit something like this in your Apache httpd.conf file:
Resolution:
Timeout 2400
ProxyTimeout 2400
ProxyBadHeader Ignore

The 2400 seconds is just a number you can set yourself. Be sure to restart the Apache service.

If Jetty is actually breaking, then the real cause of the error might be in Jetty's logs, not Apache's.

HTH,
Al

On 1/16/2016 12:36 PM, Lee wrote:
Hi All,

I have an AWS server running CentOS and OpenBDJam 3.1 but there default settings between Jetty and Apache appear to be timing out certain pages resulting in the error message:

Proxy Error

The proxy server received an invalid response from an upstream server.

This is on any page that runs longer than 60 seconds, I have tried to find the right setting but cannot find the right combination or location to put it.

Pages work find under my old apache / tomcat setup with 3.1 but not the new ones.

Any direction you guys could provide would be much appreciated.

Kind Regards,

Lee
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to