HTTP methods with '-' char

2014-05-21 Thread George Fleury
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

Re: [PATCH] make nginx not swappable

2014-05-21 Thread Piotr Sikora
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)

Re: [PATCH] make nginx not swappable

2014-05-21 Thread Marcin Strągowski
> 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

[nginx] Core: output client port number when logging accept event.

2014-05-21 Thread Ruslan Ermilov
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 +++---

[nginx] Mail: output client port number on client connects (tick...

2014-05-21 Thread Ruslan Ermilov
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 ++--

[nginx] Mail: added a check for the number of arguments in MAIL/...

2014-05-21 Thread Maxim Dounin
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

Re: [PATCH] make nginx not swappable

2014-05-21 Thread Maxim Dounin
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

[PATCH] make nginx not swappable

2014-05-21 Thread Marcin Strągowski
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

[nginx] Added syslog support for error_log and access_log direct...

2014-05-21 Thread Homutov Vladimir
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