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

Re: Feature request to "access_log" directive

2022-04-11 Thread Fabiano Furtado Pessoa Coelho
; > On Mon, Apr 04, 2022 at 04:28:54PM -0300, Fabiano Furtado Pessoa Coelho wrote: > > Hi there, > > > Sorry to bother you with this feature request. I believe you software > > engineers already thought about it and there are a million reasons to > > not implement it. &g

Re: Feature request to "access_log" directive

2022-04-08 Thread Francis Daly
On Mon, Apr 04, 2022 at 04:28:54PM -0300, Fabiano Furtado Pessoa Coelho wrote: Hi there, > Sorry to bother you with this feature request. I believe you software > engineers already thought about it and there are a million reasons to > not implement it. I suspect that what you are a

Feature request to "access_log" directive

2022-04-04 Thread Fabiano Furtado Pessoa Coelho
Hi... Sorry to bother you with this feature request. I believe you software engineers already thought about it and there are a million reasons to not implement it. Well, I'm exactly in this situation described here https://serverfault.com/questions/498799/how-to-log-nginx-requests-made

Re: feature request: warn when domain name resolves to several addresses

2019-11-21 Thread Roger Pack
posed to be a simpler configuration?). Or maybe add a warning to the documentation near where it says "If a domain name resolves to several addresses, all of them will be used in a round-robin fashion." If you specify a hostname like 'localhost' and your system supports both

Re: feature request: warn when domain name resolves to several addresses

2019-11-20 Thread Maxim Dounin
ase to be identical to the multiple-addresses one, or vice versa. Or even by making this configurable. (Actually, previously multiple-addresses case was handled differently, closer to the single-address approach, and resulted in just one 502, with "quick recovery" of all servers on th

Re: feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Roger Pack
's" if any connections timeout (> 60s) for any reason. Since only 2 of those and your entire server group has been exhausted. > (And no, it's not a DNS failure - DNS is only used when nginx > resolves the name in the proxy_pass directive while parsing > configuration on startup.

Re: feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Maxim Dounin
g problem is still the same though: backends cannot cope with the load, and there are errors. (And no, it's not a DNS failure - DNS is only used when nginx resolves the name in the proxy_pass directive while parsing configuration on startup.) > Suggestion/feature request: If a domain nam

feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Roger Pack
users who innocently put the domain name "localhost" then find that round-robin across ipv6 and ipv4 is occurring, ref: https://stackoverflow.com/a/58924751/32453 https://stackoverflow.com/a/52550758/32453 Suggestion/feature request: If a domain name resolves to several addresses, log a warni

Re: Feature Request proxy_cache_min_size and proxy_cache_max_size

2019-09-05 Thread yunteam
I also encountered the same problem, but after 4 years, this feature has not been added to the latest version. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,258604,285566#msg-285566 ___ nginx mailing list nginx@nginx.org http://mailman.ngin

Feature request

2018-07-25 Thread Alex Samad
Hi Not sure where to put this. But I would like to have the ability to add client cert required any where on the URI tree so www.abc.com.au/ you can access with out a cert but www.abc.com.au/private/ you need a cert www.abc.com.au/public/ no cert needed A __

Re: Feature request ?

2016-11-21 Thread Francis Daly
On Mon, Nov 21, 2016 at 09:28:06AM +1100, Alex Samad wrote: Hi there, > But I find that the amount of information about the client cert is very > limited. compared to say squid / apache. > > For example I looking for end date for the client cert. It would be nice > if this sort of information c

Feature request ?

2016-11-20 Thread Alex Samad
Hi I do a lot of stuff with client certs, we have just moved from an inhouse RP to using NGINX. But I find that the amount of information about the client cert is very limited. compared to say squid / apache. For example I looking for end date for the client cert. It would be nice if this sort

deployment issue (or feature request?) - multiple `include` with `log_format`

2016-11-18 Thread Jonathan Vanasco
I'm not sure if this is a feature request or just an issue with our deployment... We host many domains, often partitioned across many configuration files (ie: sites-enabled/domain1.conf, sites-enabled/domain2.conf, sites-enabled/domain3.conf, ) An issue tha

Re: Feature Request: write error logs when detecting duplicate http headers

2016-05-30 Thread smaer780
thanks,recently i ran into this problem I saw you this post, help me with this problem Posted at Nginx Forum: https://forum.nginx.org/read.php?2,204689,267222#msg-267222 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

http/2 with big pcitures (possible feature request?)

2016-02-27 Thread meteor8488
Hi all, I just enabled http2 for my website. Due to my website has lots of big pictures, it seems that the http2 new feature " single, multiplexed connection" will cause browser to download lots of data at the same time and use up all bandwidth. And on some mobile devices, it will freeze the web b

Re: Feature Request for access_log stdout;

2016-02-20 Thread Aleksandar Lazic
Hi. Am 19-02-2016 09:42, schrieb Konstantin Pavlov: On 19/02/2016 02:56, Aleksandar Lazic wrote: [snipp env errors] Any plans to add this possibility or have I missed something? Please check the following: https://hub.docker.com/_/nginx/, section "using environment variables in nginx con

Re: Feature Request for access_log stdout;

2016-02-19 Thread Konstantin Pavlov
On 19/02/2016 02:56, Aleksandar Lazic wrote: > access_log > syslog:server=${NGINX_TEST_PORT_8514_UDP_ADDR}:${NGINX_TEST_PORT_8514_UDP_PORT}; > > nginx: [alert] could not open error log file: open() > "/var/log/nginx/error.log" failed (13: Permission denied) > 2016/02/18 23:54:51 [warn] 12#12:

Re: Feature Request for access_log stdout;

2016-02-18 Thread Aleksandar Lazic
Hi. Am 18-02-2016 15:02, schrieb Aleksandar Lazic: Hi Andrew. Am 18-02-2016 10:16, schrieb Andrew Hutchings: [snipp] What version of Docker are you running? If it is prior to 1.9 you are likely to hit his bug: https://github.com/docker/docker/issues/6880 docker version Client: Versi

Re: Feature Request for access_log stdout;

2016-02-18 Thread Aleksandar Lazic
Hi Andrew. Am 18-02-2016 10:16, schrieb Andrew Hutchings: On 18/02/16 08:59, Andrew Hutchings wrote: Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how diff

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
On 18/02/16 08:59, Andrew Hutchings wrote: Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to ngin

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to nginx, similar like "error_log stderr;"? I ask be

Re: Feature Request for access_log stdout;

2016-02-17 Thread Aleksandar Lazic
Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to nginx, similar like "error_log stderr;"? I ask because in some PaaS environment is it difficult to setup a de

Re: Feature Request for access_log stdout;

2016-02-17 Thread Valentin V. Bartenev
On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: > Hi. > > how difficult is it to be able to add "access_log stdout;" to nginx, > similar like "error_log stderr;"? > > I ask because in some PaaS environment is it difficult to setup a > dedicated user yust for nginx. > > It fits a

Feature Request for access_log stdout;

2016-02-17 Thread Aleksandar Lazic
Hi. how difficult is it to be able to add "access_log stdout;" to nginx, similar like "error_log stderr;"? I ask because in some PaaS environment is it difficult to setup a dedicated user yust for nginx. It fits also a little bit better to http://12factor.net/logs BR Aleks ___

Feature Request proxy_cache_min_size and proxy_cache_max_size

2015-05-04 Thread philipp
In order to solve this issue http://forum.nginx.org/read.php?2,255421,255438#msg-255438 two additional features would be cool: proxy_cache_min_size Syntax: proxy_cache_min_size number; Default:proxy_cache_min_size 1; Context:http, server, location Sets the minimal size i

Re: feature request: smtp auth passthrough

2014-04-21 Thread guyguy333
Here you can find my patch to add SMTP AUTH LOGIN to backend server : https://github.com/guyguy333/nginx/commit/09ac17efa8cc28bf758d03ddafbccea663fa4779 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245939,249425#msg-249425 ___ nginx mailing

feature request: smtp auth passthrough

2013-12-31 Thread Michael Both
Hello, sorry for that beforehand, but yes, I'm another newbie using (or at least trying to use) NGINX in a mail proxy setup. I read the wiki entries and docs beforehand... and I thought it just works like that (passing auth to backend). So actually I was rather shocked that authentication is no