Welcome! Log In Create A New Profile

Advanced

Re: HTTP 505 error message supported by NGINX?

August 04, 2015 06:19PM
I have my FCGI server send "HTTP/1.1 505 Version Not Supported\r\nStatus: 505 Version Not Supported\r\n\r\n".
In nginx.conf, I have:

fastcgi_intercept_errors on;
error_page 505 /errpage;
location /errpage {
try_files /version_not_supported.html =505;
}

If version_not_supported.html is not found, I expected nginx to display "505 HTTP Version Not Supported" on the browser page, and to return "Status Code: 505 HTTP Version Not Supported" in the HTTP response. Instead, I got a blank page, and the HTTP response shows a Status code of "505 OK".

Note NGINX displays the correct error message and Status code for other error codes such as 400, 401, 403, 404, 500, etc. Just for 505, NGINX would not return the proper error message.
Subject Author Posted

HTTP 505 error message supported by NGINX?

nginxuser100 August 04, 2015 05:57PM

Re: HTTP 505 error message supported by NGINX?

B.R. August 04, 2015 06:06PM

Re: HTTP 505 error message supported by NGINX?

nginxuser100 August 04, 2015 06:19PM

Re: HTTP 505 error message supported by NGINX?

Francis Daly August 04, 2015 06:52PM

Re: HTTP 505 error message supported by NGINX?

nginxuser100 August 04, 2015 07:25PM

Re: HTTP 505 error message supported by NGINX?

B.R. August 04, 2015 07:34PM

Re: HTTP 505 error message supported by NGINX?

nginxuser100 August 05, 2015 01:29AM

Re: HTTP 505 error message supported by NGINX?

Francis Daly August 05, 2015 03:18AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 140
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready