Welcome! Log In Create A New Profile

Advanced

Re: access log request without query string

Frank Liu
April 20, 2017 11:50PM
I was thinking about lua but the map regex is much better.
Thanks!
Frank


On Thu, Apr 20, 2017 at 2:25 AM, Oleg A. Mamontov <oleg@mamontov.net> wrote:

> On Wed, Apr 19, 2017 at 09:23:11PM -0400, Zhang Chao wrote:
> > Maybe lua-nginx-module is more convenient :)
>
> Please don't overcomplicate such a simple task ;)
> The following approach should just work:
> --------------------------------
> map $request_uri $request_path {
> ~(?<path>[^?]*) $path;
> }
> --------------------------------
>
> > On 20 April 2017 at 08:08:46, Frank Liu (gfrankliu@gmail.com) wrote:
> >
> > Hi,
> >
> > What's the best way to login the original request uri ($request_uri)
> > without query string? I tried $uri but it seems to be normalized and if I
> > have customized 404 error page /404.html, all those requests are logged
> as
> > /404.html instead of original requests uri.
> >
> > Thanks!
> > Frank
>
> --
> Cheers,
> Oleg A. Mamontov
>
> mailto: oleg@mamontov.net
>
> skype: lonerr11
> cell: +7 (903) 798-1352
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

access log request without query string

Frank Liu April 19, 2017 08:10PM

Re: access log request without query string

tokers April 19, 2017 09:24PM

Re: access log request without query string

Oleg A. Mamontov April 20, 2017 05:28AM

Re: access log request without query string

Frank Liu April 20, 2017 11:50PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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