Steven Hartland schreef op 19/11/13 18:36:
- Original Message - From: "Maxim Dounin"
To:
Sent: Tuesday, November 19, 2013 4:52 PM
Subject: Re: Patch: Prevent crit error being loggged on delete of
non-existent file
Hello!
On Tue, Nov 19, 2013 at 04:43:54PM -, Steven Hartland wr
No. Nginx doesn't do anything with dynamic configuration or JSON.
Write some logic that stores the config files and then run 'nginx -s reload'.
Works for me, just avoid doing it too often.
Tom
> On 25 sep. 2013, at 06:25, Myla John-B22173 wrote:
>
> Hi,
>
> Are there any JSON APIs defined
Frankly, I don't see the need. We're talking about eliminating 4 or 5 CPU
instructions per accept() call which only seems relevant if that's the only
thing nginx does: but with HTTP pipelining this optimization is very
insignificant as that already reduces the amount of accept() calls a lot. Als
You might want to add some checks to ensure compilation doesn't fail on
platforms that don't define the constant, such as Windows.
Tom
> On 26 jul. 2013, at 10:07, Sepherosa Ziehau wrote:
>
> Hi all,
>
> I have the following preliminary patch to enable SO_REUSEPORT feature
> on listen socke
Hi,
Wouldn't a better place for this patch be the configure script instead of
hardcoding the values?
Tom
> On 25 jul. 2013, at 03:32, Sepherosa Ziehau wrote:
>
>> On Wed, Jul 24, 2013 at 10:32 PM, Maxim Konovalov wrote:
>> Hi,
>>
>>> On 7/24/13 5:42 PM, Sepherosa Ziehau wrote:
>>> Hi,
>>>
=
--- auto/modules(revision 5017)
+++ auto/modules(working copy)
@@ -365,6 +365,11 @@
HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_KEEPALIVE_SRCS"
fi
+if [ $HTTP_UPSTREAM_SOCKS = YES ]; then
+have=NGX_HTTP_UPSTREAM_SOCKS .
l protocol,
imho.
I Agree with you that this would be a nice upsteam module, even that I
don't
need it at the moment.
Cheers
Aleks
Am 23-01-2013 17:05, schrieb Tom van der Woerdt:
Hi,
A project I'm working on has a backend server that, for security
reasons, can only be accessed vi
similar with the
tcp proxy module? https://github.com/yaoweibin/nginx_tcp_proxy_module
2013/1/24 Tom van der Woerdt mailto:i...@tvdw.eu>>
Hi,
A project I'm working on has a backend server that, for security
reasons, can only be accessed via a SOCKS4a/SOCKS5 proxy. A
}
As far as I'm aware, this feature wouldn't break anything, since a SOCKS
connections behaves just like any other normal socket.
Thanks for considering,
Tom van der Woerdt
___
nginx-devel mailing list
nginx-devel@nginx.org
http://