Hi all,
i'm porting apache https mod_cluster to NGINX, however the methods used for
internal control mod_cluster
use the character '-' (ex: ENABLE-APP), and for NGINX these methods are invalid
because of character '- ‘.
Now comes my doubts, gave a quick read in RFCs 2616 and 822 and found not
Hey,
> if there's something wrong with patch itself - I always can fix it.
1. m(un)lockall is POSIX, so you need to stop guarding it with
NGX_LINUX and add tests for it in configure,
2. master process doesn't set rlimit(RLIMIT_MEMLOCK),
3. there is no error handling (logging isn't error handling)
> I don't like neither the functionality nor the patch.
> Trivial solution to the original problem would be to just disable
> swap on the system (and you'll have to disable dumps and
> hibernation as well).
this is not solving our problem - we still would like to have the possibility
to swap
details: http://hg.nginx.org/nginx/rev/524741fd50ed
branches:
changeset: 5704:524741fd50ed
user: Ruslan Ermilov
date: Thu May 22 00:16:09 2014 +0400
description:
Core: output client port number when logging accept event.
diffstat:
src/event/ngx_event_accept.c | 14 +++---
details: http://hg.nginx.org/nginx/rev/d5b8ee9f2201
branches:
changeset: 5705:d5b8ee9f2201
user: Ruslan Ermilov
date: Thu May 22 00:16:17 2014 +0400
description:
Mail: output client port number on client connects (ticket #531).
diffstat:
src/mail/ngx_mail_handler.c | 8 ++--
details: http://hg.nginx.org/nginx/rev/7deb01451486
branches:
changeset: 5703:7deb01451486
user: Maxim Dounin
date: Wed May 21 21:56:20 2014 +0400
description:
Mail: added a check for the number of arguments in MAIL/RCPT.
Missed during introduction of the SMTP pipelining support (04
Hello!
On Wed, May 21, 2014 at 04:21:17PM +0200, Marcin Strągowski wrote:
>
> Hello, I'm new here but I work with nginx on daily basis at my
> company Adpilot.pl and I would like to suggest a patch to nginx.
>
> Recently we had a need to provide a full security to our servers
> by securing ou
Hello, I'm new here but I work with nginx on daily basis at my company
Adpilot.pl and I would like to suggest a patch to nginx.
Recently we had a need to provide a full security to our servers by securing
our encryption keys and preventing them to be written on to the hard disk.
But there stil
details: http://hg.nginx.org/nginx/rev/777202558122
branches:
changeset: 5702:777202558122
user: Vladimir Homutov
date: Mon May 12 16:34:15 2014 +0400
description:
Added syslog support for error_log and access_log directives.
diffstat:
auto/sources |6