Skip to main content
16-Pearl
May 13, 2022
Solved

Proxy error on Export of large XLSX file

  • May 13, 2022
  • 1 reply
  • 1885 views

Receiving the following error when exporting a particularly large report to XLSX.The error comes consistently at 60 seconds. Is there a timeout option for Apache that can be increased? Using a reverse proxy. 

 

Proxy Error. The proxy server received an invalid response from an upstream server. The proxy server could not handle the request. Reason: Error reading from remote server.

 

Best answer by SWeiler_9940261

It seems that the error was from Proxy Pass settings.

I added connectiontimeout and timeout settings into my ProxyPass:
G:\httpproxy\conf\conf.d\30-windchill.conf

 

As per suggestion in the answer from:

https://serverfault.com/questions/1014537/how-to-fix-apache2-proxy-httperror-ah01102-error-reading-status-line-from-re

 

That allowed me to exceed the default 60 second timeout.

 

1 reply

24-Ruby III
May 14, 2022

Similar error in the following articles:

SWeiler_994026116-PearlAuthorAnswer
16-Pearl
May 16, 2022

It seems that the error was from Proxy Pass settings.

I added connectiontimeout and timeout settings into my ProxyPass:
G:\httpproxy\conf\conf.d\30-windchill.conf

 

As per suggestion in the answer from:

https://serverfault.com/questions/1014537/how-to-fix-apache2-proxy-httperror-ah01102-error-reading-status-line-from-re

 

That allowed me to exceed the default 60 second timeout.

 

24-Ruby III
May 16, 2022

Glad you solved your problem!