cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Proxy error on Export of large XLSX file

SWeiler_9940261
15-Moonstone

Proxy error on Export of large XLSX file

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.

 

1 ACCEPTED SOLUTION

Accepted Solutions

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.

 

View solution in original post

3 REPLIES 3

Similar error in the following articles:

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.

 

Glad you solved your problem!

Top Tags