Re: client_max_body_size increase

2014-10-14 Thread shm...@riseup.net
mex wrote: > it is more a performance- than a security-issue (diskspace, i/o, buffering) > etc ok assume no webmail activity in this moment does this setting affect & impact a static site serving mainly images in this scenario ? ___ nginx mailing li

client_max_body_size increase

2014-10-14 Thread shm...@riseup.net
are there any inherent security risks associated with increasing to a value of, say, 10M to accommodate attachment upload for web mail client usage ? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

1.6.2 selective dir logging in doc root

2014-10-12 Thread shm...@riseup.net
is it possible to enable selective dir logging from the document root ? i don't want to log access to a specific dir in doc root (and not sub dirs also) i do want to log errors to a specific dir in doc root (and sub dirs also) purpose: disable dir logging for roundcube dir but still enable erro

Re: [calling all patch XPerts !] [PATCH] RSA+DSA+ECC bundles

2014-10-07 Thread shm...@riseup.net
Maxim Dounin wrote: > Hello! > > On Tue, Oct 07, 2014 at 11:31:56AM +0400, kyprizel wrote: > >> Updating patch for the last nginx isn't a problem - we need to hear from >> Maxim what was the problem with old patch (it wasn't applied that time - >> why should by applied a new one?) to fix it. >

Re: [calling all patch XPerts !] [PATCH] RSA+DSA+ECC bundles

2014-10-06 Thread shm...@riseup.net
calling all patch XPerts ! calling all patch XPerts ! is anybody out there able to update patch support for the latest nginx ? shm...@riseup.net wrote: > unfortunately this was as far as i got with version git > > $ patch -p0 < nginx_multiple_certs_and_stapling_V2.patch > patc

Re: Fwd: Re: [PATCH] RSA+DSA+ECC bundles

2014-09-20 Thread shm...@riseup.net
adling wrote: > On 19/09/14 15:37, shm...@riseup.net wrote: >> many thanks for that rob >> >> this in addition to an already successful boring ssl patch could be >> quite exciting if it works ! > > :-) > >> cheers >> >> Rob Stradling w

Re: 2 certs, 1 domain, 1 IP

2014-09-19 Thread shm...@riseup.net
hi rob, Rob Stradling wrote: > On 17/09/14 16:17, shm...@riseup.net wrote: >> it works with postfix >> i guess not in nginx >> feature request ? > > Hi. You could try this patch: > > http://forum.nginx.org/read.php?29,243797,244306#msg-244306 many thanks sor

Re: 2 certs, 1 domain, 1 IP

2014-09-17 Thread shm...@riseup.net
it works with postfix i guess not in nginx feature request ? nginx: [emerg] "ssl_certificate" directive is duplicate in /etc/nginx.conf:53 nginx: configuration file /etc/nginx.conf test failed shm...@riseup.net wrote: > is it possible with SNI and nginx to have both an ECDSA

2 certs, 1 domain, 1 IP

2014-09-16 Thread shm...@riseup.net
is it possible with SNI and nginx to have both an ECDSA and RSA cert serving 1 website on 1 IP ? best practices ? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx + boringSSL

2014-07-30 Thread shm...@riseup.net
Alex Hunsaker wrote: > On Tue, Jul 29, 2014 at 3:52 AM, sopato wrote: >> Everything is ok , but when add ssl module , such as: >> >> ./configure --with-openssl=../boringssl --prefix=/srv1/nginx >> --with-http_ssl_module >> >> the make process is error , what can I do next ? > > Can you paste th