Re: Problems with custom log file format

2016-08-23 Thread lists
To: nginx@nginx.org Subject: Re: Problems with custom log file format > Without the specified format so ses the default. .. it uses the default. rr ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/l

Re: Problems with custom log file format

2016-08-23 Thread Reinis Rozitis
Without the specified format so ses the default. .. it uses the default. rr ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problems with custom log file format

2016-08-23 Thread Reinis Rozitis
Link goes to conf file https://www.dropbox.com/s/1gz5139s4q3b7e0/nginx.conf?dl=0 On line 324 you have (for the lazygranch.xyz virtualhost): access_log /var/log/nginx/access.log; Without the specified format so ses the default. rr ___ nginx mailing

Re: Problems with custom log file format

2016-08-23 Thread li...@lazygranch.com
Link goes to conf file https://www.dropbox.com/s/1gz5139s4q3b7e0/nginx.conf?dl=0 On Tue, 23 Aug 2016 20:51:55 +0300 "Reinis Rozitis" wrote: > > Configuration file included in the post. I already checked it. > > You have shown only few excerpts (like there might be other > access_log directives

Re: Problems with custom log file format

2016-08-23 Thread Reinis Rozitis
Configuration file included in the post. I already checked it. You have shown only few excerpts (like there might be other access_log directives in other parts included config files (easily missed when doing include path/*.conf) etc). For example if you can reproduce the issue with such conf

Re: Problems with custom log file format

2016-08-23 Thread Lucas Rolff
nginx@nginx.org Subject: Re: Problems with custom log file format Hello! On Tue, Aug 23, 2016 at 10:07:56AM -0700, li...@lazygranch.com wrote: Looks like I have no takers on this problem. Should I filed a bug report? If so, where? I would recommend you to start with double-checking your configur

Re: Problems with custom log file format

2016-08-23 Thread lists
Configuration file included in the post. I already checked it.   Original Message   From: Maxim Dounin Sent: Tuesday, August 23, 2016 10:10 AM To: nginx@nginx.org Reply To: nginx@nginx.org Subject: Re: Problems with custom log file format Hello! On Tue, Aug 23, 2016 at 10:07:56AM -0700, li

Re: Problems with custom log file format

2016-08-23 Thread Maxim Dounin
Hello! On Tue, Aug 23, 2016 at 10:07:56AM -0700, li...@lazygranch.com wrote: > Looks like I have no takers on this problem. Should I filed a > bug report? If so, where? I would recommend you to start with double-checking your configuration instead. -- Maxim Dounin http://nginx.org/

Re: Problems with custom log file format

2016-08-23 Thread lists
Looks like I have no takers on this problem. Should I filed a bug report? If so, where?   Original Message   From: li...@lazygranch.com Sent: Sunday, August 21, 2016 7:02 PM To: nginx@nginx.org Reply To: nginx@nginx.org Subject: Problems with custom log file format Nginx 1.10.1,2 FreeBSD 10.2

Problems with custom log file format

2016-08-21 Thread li...@lazygranch.com
Nginx 1.10.1,2 FreeBSD 10.2-RELEASE-p18 #0: Sat May 28 08:53:43 UTC 2016 I'm using the "map" module to detect obvious hacking by detecting keywords. (Yes, I know about Naxsi.) Finding the really dumb hacks is easy. I give them a 444 return code with the idea being I can run a script on the log