Re: pcre.org down?

2016-09-08 Thread Kurt Cancemi
It appears to have just come back online. -- Kurt Cancemi https://www.x64architecture.com ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Setting ssl_ecdh_curve to secp384r1 does not work

2016-07-06 Thread Kurt Cancemi
/openssl/blob/OpenSSL_1_0_2-stable/ssl/t1_lib.c#L266 Kurt Cancemi https://www.x64architecture.com > On Jul 6, 2016, at 03:15, Florian Reinhart wrote: > > Hi Maxim! > > Thanks for investigating this! I thought ssl_ecdh_curve was only used to > specific curves for ECDHE. > >

Re: Differing ocsp responses

2016-06-28 Thread Kurt Cancemi
. The OCSP responses are valid for seven > days. Is each worker doing its own OCSP query independently of the others? > Or is there something else happening? > -- Kurt Cancemi https://www.x64architecture.com ___ nginx mailing list nginx@nginx.org

Re: OpenSSL 1.1.0 Pre 6 patch for Nginx 1.11.*

2016-06-24 Thread Kurt Cancemi
Hello, I attached a trivial patch that fixes the build. OpenSSL removed unused error codes and SSL_R_NO_CIPHERS_PASSED was one of them. Apply with: patch -p1 < 0001-Fix-nginx-build.patch Kurt Cancemi https://www.x64architecture.com 0001-Fix-nginx-build.patch Description: Binary data &

Re: "pid" directive is duplicate in /etc/nginx/nginx.conf

2016-06-03 Thread Kurt Cancemi
Hello, See here https://bugs.archlinux.org/task/46500. Kurt Cancemi https://www.x64architecture.com > On Jun 2, 2016, at 04:01, Harkonnen wrote: > > Hi, > > I'm trying to set up a very simple nginx web server on top of an archlinux > distribution. Here is my

Re: "pid" directive is duplicate in /etc/nginx/nginx.conf

2016-06-03 Thread Kurt Cancemi
Hello, See here https://bugs.archlinux.org/task/46500 <https://bugs.archlinux.org/task/46500>. Kurt Cancemi https://www.x64architecture <https://www.x64architecture/>.com > On Jun 2, 2016, at 04:01, Harkonnen wrote: > > Hi, > > I'm trying to set up a very s

echo-nginx-module and HTTP2

2016-01-29 Thread Kurt Cancemi
Hello, I was doing some debugging and though I haven't found a fix. The problem is in the ngx_http_echo_client_request_headers_variable() function c->buffer is NULL when http v2 is used for some reason (internal to nginx). -- Kurt Cancemi https://www.x64architecture.com -- -- Kurt

Re: nginx-rtmp-compile-for-windows error??? help

2015-05-30 Thread Kurt Cancemi
-- Forwarded message -- From: Kurt Cancemi Date: Sat, May 30, 2015 at 6:40 PM Subject: Re: Compiling Nginx on Windows 7 To: "nginx@nginx.org" That's an OpenSSL asm compile error, you need nasm <http://nasm.us> installed and in your PATH, masm which is incl

Re: Compiling Nginx on Windows 7

2015-05-30 Thread Kurt Cancemi
That's an OpenSSL asm compile error, you need nasm <http://nasm.us> installed and in your PATH, masm which is included in visual studio is not supported by OpenSSL. Kurt Cancemi https://www.x64architecture.com > On May 30, 2015, at 4:00 PM, z_kamikimo wrote: > > Im expe

Re: AES-NI support with nginx

2015-03-10 Thread Kurt Cancemi
http://openssl.6102.n7.nabble.com/having-a-lot-of-troubles-trying-to-get-AES-NI-working-tp44285p44301.html <http://openssl.6102.n7.nabble.com/having-a-lot-of-troubles-trying-to-get-AES-NI-working-tp44285p44301.html> > On Mar 10, 2015, at 3:51 AM, HD DH wrote: > > Kurt Cancem

Re: AES-NI support with nginx

2015-02-19 Thread Kurt Cancemi
AES-NI is already on, there is no configuration option and it will work as long as your cpu supports it. --- Kurt Cancemi https://www.x64architecture.com On Thu, Feb 19, 2015 at 10:37 PM, Anlu Wang wrote: > Hi, > > Is AES-NI is enabled in nginx 1.7.10 by default, through the op

Re: buffering / uploading large files

2015-02-01 Thread Kurt Cancemi
ar.gz $ wget https://raw.githubusercontent.com/x64architecture/ngx_nonbuffered/master/nginx-1.7.9.patch $ patch -p0 < nginx-1.7.9.patch --- Kurt Cancemi https://www.x64architecture.com On Sun, Feb 1, 2015 at 4:54 AM, nginxuser100 wrote: > Thanks Kurt. > In the meantime, is there a way

Re: buffering / uploading large files

2015-01-31 Thread Kurt Cancemi
It's a planned feature see (http://trac.nginx.org/nginx/roadmap) But it has no ETA. Kurt Cancemi https://www.x64architecture.com > On Jan 31, 2015, at 11:25 PM, nginxuser100 wrote: > > Hi, how can tell nginx not to buffer client's requests? I need this > capability to up

Re: Any suggestions for active Ubuntu nginx-mainline repo?

2014-08-08 Thread Kurt Cancemi
The nginx-extras package is only available in the nginx ppa. The official nginx package only provides a vanilla nginx install (no third party modules). --- Kurt Cancemi http://www.getwnmp.org On Fri, Aug 8, 2014 at 2:14 PM, talkingnews wrote: > Aleksandar Lazic Wrote: > >> Why don

Re: peer closed connection in SSL handshake while SSL handshaking

2014-07-01 Thread Kurt Cancemi
doing that though as it may break other packages.) 2. Compile nginx with the latest openssl library. (Negative is that you have to maintain your own packages and monitor for openssl security vulnerabilities.) 3. Upgrade your Linux distribution to 14.04 LTS. --- Kurt Cancemi http:

Re: Nginx on Windows PHP fastcgi read timeouts

2014-06-18 Thread Kurt Cancemi
I meant change max_execution_time = 30 to max_execution_time = 120 --- Kurt Cancemi http://www.getwnmp.org On Wed, Jun 18, 2014 at 11:58 AM, Kurt Cancemi wrote: > To change the Maximum execution time, in your php.ini change > max_execution_time 30 to 120. The maximum execution time is h

Re: Nginx on Windows PHP fastcgi read timeouts

2014-06-18 Thread Kurt Cancemi
To change the Maximum execution time, in your php.ini change max_execution_time 30 to 120. The maximum execution time is how low a php script may run for in seconds. --- Kurt Cancemi http://www.getwnmp.org On Wed, Jun 18, 2014 at 11:19 AM, c0nw0nk wrote: > Looking at it PHP, MySQL and Ng

Re: Best method for adding GeoIP support

2014-06-17 Thread Kurt Cancemi
Hello, There is no way to do this with the packages from nginx.org, without recompiling nginx, with the --with-http_geoip_module build flag. Unless you do it on another level (e.g. with the geoip php extension) which I am assuming you don't want. You could set up your own repo. --- Kurt Ca

Re: nginx Segmentation fault

2014-06-04 Thread Kurt Cancemi
Hello, this is unrelated to nginx and has to do with mod_security. There is an alternative if it suits your needs called naxsi. Regards, Kurt Cancemi http://www.getwnmp.org On Jun 4, 2014 9:18 AM, "Godinho" wrote: I needed to use modsecurity so I compiled nginx and modsecurity. Modse

Re: Wildcard proxy_cache_purge doesn't work

2014-05-31 Thread Kurt Cancemi
Hello, I think this is only supported in the commercial edition of nginx. You are using the ngx_cache_purge module see here <https://github.com/FRiCKLE/ngx_cache_purge/blob/master/TODO.md>, which doesn't support wildcard urls. --- Kurt Cancemi http://www.getwnmp.org On Sat, May 31,

Re: Pretty printer for the Nginx config?

2014-05-19 Thread Kurt Cancemi
Hello, Would thissuit your needs? And the nginx configuration files are written in there own language/syntax. On Mon, May 19, 2014 at 2:49 PM, Lyle wrote: > Is there a pretty printer for this file? It doesn't seem to be in

Re: Strange advisory

2014-05-10 Thread Kurt Cancemi
, Kurt Cancemi On Sat, May 10, 2014 at 2:59 PM, B.R. wrote: > I just saw something strange on > http://nginx.org/en/security_advisories.html: > "An error log data are not sanitized > Severity: none > CVE-2009-4487 > Not vulnerable: none > Vulnerable: all" > > S