Re: Format of messages posted to error_log?

2022-04-12 Thread Oleg A. Mamontov
On Tue, Apr 12, 2022 at 10:30:29PM +0300, Sergey A. Osokin wrote: On Tue, Apr 12, 2022 at 05:04:19PM +, Scott Snow wrote: Sergey - Thanks for the quick reply. Note I am not asking after format of message content akin to what's available for access_log, just the interpretation of the numer

Re: Format of messages posted to error_log?

2022-04-12 Thread Sergey A. Osokin
On Tue, Apr 12, 2022 at 05:04:19PM +, Scott Snow wrote: > Sergey - > Thanks for the quick reply. > > Note I am not asking after format of message content akin to what's > available for access_log, just the interpretation of the numerical parts > of the apparent pattern in the error_log message

njs-0.7.3

2022-04-12 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release focuses on stabilization of recently released features including async/await and fixing bugs found by various fuzzers. Learn more about njs: - Overview and introduction:https://nginx.org/en/docs/njs/ - NGI

RE: Format of messages posted to error_log?

2022-04-12 Thread Scott Snow
Sergey - Thanks for the quick reply. Note I am not asking after format of message content akin to what's available for access_log, just the interpretation of the numerical parts of the apparent pattern in the error_log messages posted: "[] # : " Perhaps you mean even the "[] #" isn't fixed or

Re: Format of messages posted to error_log?

2022-04-12 Thread Sergey A. Osokin
Hi Scott, hope you're doing well. The error_log directive is documented well [1]. There's no format of error messages. While I'm here I'd recommend to keep 72 characters per line, that helps a lot to read emails, thank you. References: [1] https://nginx.org/en/docs/ngx_core_module.html#error_lo

Format of messages posted to error_log?

2022-04-12 Thread Scott Snow
Is there documentation for the format of error messages nginx posted to error_log? Specifically, following the level in square brackets are two numbers separated by '#'; what do these represent? For instance, the message on the page Advanced Configuration with Snippets | NGINX Ingress Controlle

Re: Feature request to "access_log" directive

2022-04-12 Thread Fabiano Furtado Pessoa Coelho
Thank you very much, Francis! Indeed, it was a permission issue on the filesystem. Again, my bad! Sorry to bother this mailing list with this basic issue. On Tue, Apr 12, 2022 at 8:22 AM Francis Daly wrote: > > On Mon, Apr 11, 2022 at 10:02:40AM -0300, Fabiano Furtado Pessoa Coelho wrote: > > H

Re: map problem : how to debug it ?

2022-04-12 Thread Igor Ippolitov
Hello Gilles, A browser won't send URL postion after the '#' mark to a web server. So your maps won't work as expected and there is nothing to do in Nginx about it. Regards, Igor. On 12.04.2022 10:16, gperrot wrote: Hello, I am using nginx/1.16.1 on CentOS Linux 7. I am using map directive

Re: map problem : how to debug it ?

2022-04-12 Thread Sergey A. Osokin
Hi, hope you're doing well these days. The best way to debug such situations is to enable a debugging log [1]. Hope that helps. While I'm here I'd recommend to upgrade nginx instance to the more recent stable version, i.e. 1.20.2. References: [1] https://nginx.org/en/docs/debugging_log.html --

Re: Nginx development

2022-04-12 Thread Maxim Konovalov
Hi Dimitre, On 11.04.2022 19:52, dimitre wrote: First of all thanks for all the hard work on the best server out there. I'm now using the experimental QUIC branch. I've noticed developent stalled about two months ago, both QUIC and mainline. As I knew about Igor departure this year I'm kind of c

Re: Feature request to "access_log" directive

2022-04-12 Thread Francis Daly
On Mon, Apr 11, 2022 at 10:02:40AM -0300, Fabiano Furtado Pessoa Coelho wrote: Hi there, > I've one more question about an access_log weird behavior, when it's > configured with a $1 regex return variable. http://nginx.org/r/access_log -- The file path can contain variables > For instance: > >

map problem : how to debug it ?

2022-04-12 Thread gperrot
Hello, I am using nginx/1.16.1 on CentOS Linux 7. I am using map directive for managing a large number of redirects from one server to another server : map $request_uri $new_uri { include /etc/nginx/conf/redirect.map; include /etc/nginx/conf/documentation.map; } In /etc/nginx/conf/docum