Welcome! Log In Create A New Profile

Advanced

Re: HTTP status codes missing description in header for proxy_pass

Maxim Dounin
June 04, 2013 06:58AM
Hello!

On Mon, Jun 03, 2013 at 07:07:50PM -0400, kgoess wrote:

> We're using nginx as a middle layer in front of our application server
> (mod_perl). When mod_perl returns an error page, the HTTP status line is
> missing the "reason phrase" after the status code, like "Not Found", e.g.
>
> HTTP/1.1 404
> Server: nginx/1.2.1
> ...etc
>
> should be
>
> HTTP/1.1 404 Not Found
> ...etc...

[...]

> Is this a bug in nginx, or a configuration issue that we can fix? The patch
> to Perlbal is simple enough, is it worth looking for a patch to nginx? Or
> did we miss something else entirely?

As soon as you proxy requests to another server - nginx just
returns a status line as got from a backend as soon as it's able
to recognize it.

--
Maxim Dounin
http://nginx.org/en/donation.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

HTTP status codes missing description in header for proxy_pass

kgoess June 03, 2013 07:07PM

RE: HTTP status codes missing description in header for proxy_pass

Lukas Tribus June 03, 2013 07:20PM

Re: RE: HTTP status codes missing description in header for proxy_pass

kgoess June 04, 2013 04:09PM

Re: HTTP status codes missing description in header for proxy_pass

Maxim Dounin June 04, 2013 06:58AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 194
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