Re: [users@httpd] mod_proxy_http changes 46x status code to 500

2011-08-30 Thread Cristina Tilab
Hi Nick, thanks but ProxyErrorOverride param doesn't solve the problem. Default is off, if I turn it on the error code is still changed to 500 and moreover the original body response is changed to the standard Apache body message of the Server Internal Error status. On 8/30/11, Nick Kew wrote: >

Re: [users@httpd] mod_proxy_http changes 46x status code to 500

2011-08-30 Thread Nick Kew
On 30 Aug 2011, at 09:17, Cristina Tilab wrote: > How can I configure Apache 2.2 to preserve the original status code > returned by my back-end web application? ProxyErrorOverride -- Nick Kew - The official User-To-User suppo

[users@httpd] mod_proxy_http changes 46x status code to 500

2011-08-30 Thread Cristina Tilab
Hallo all, in a reverse proxy configuration with Apache 2.2, if a JSP returns a http status code out of the standard ones (for example a '460' status code for a specific REST error I want to return to the client), the Apache proxy returns instead a '500 Internal Server Error', while the response b