Welcome! Log In Create A New Profile

Advanced

Re: strange map $request issue

Maxim Dounin
June 20, 2014 09:22AM
Hello!

On Fri, Jun 20, 2014 at 09:05:44AM -0400, itpp2012 wrote:

> For example:
>
> map $request $testvar {
> default 0;
> ~*montytest 1;
> }
>
> if ($testvar) { return 412; }
>
> [20/Jun/2014:xx:xx:20 +0200] 69.64.xxxx:52393 - - "GET /montytest/ HTTP/1.1"
> 412 712 "-" "Mozilla/5.0........
>
> [20/Jun/2014:xx:xx:29 +0200] 115.254.xxxx:59855 - - "HEAD /montytest/
> HTTP/1.1" 400 0 "-" "-" "-" -
>
> Why does a GET work but not a HEAD ??

It looks like the HEAD request was invalid, and hence 400 was
returned before any further processing. The reason why 400 was
returned should be in error log at info level.

--
Maxim Dounin
http://nginx.org/

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

strange map $request issue

itpp2012 June 20, 2014 09:05AM

Re: strange map $request issue

Maxim Dounin June 20, 2014 09:22AM

Re: strange map $request issue

itpp2012 June 20, 2014 09:35AM

Re: strange map $request issue

Maxim Dounin June 20, 2014 10:26AM

Re: strange map $request issue

itpp2012 June 20, 2014 01:35PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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