Re: nginx makes mysqld die all the time

2015-08-18 Thread M. Fioretti
On 2015-08-18 14:36, Steve Wilson wrote: Hi, When I migrated from apache+mod_php to nginx+php-fpm I found I had a few websites using persistent mysql connections which never closed. Steve, thanks for this tip. This surely was part of the problem, but not all of it. Sure enough, when I first n

nginx.conf schedule posted for 2015, September 22-24 @ Fort Mason, San Francisco

2015-08-18 Thread Sarah Novotny
Hello all! The NGINX user conference, nginx.conf 2015, is coming soon: September 22-24 @ Fort Mason, San Francisco. Register now to take advantage of our early pricing. — http://bit.ly/1NE1qHD nginx.conf 2015 includes technical talks, case studies, and hands-on training. We’ll also be hosting

Re: Static Content on Different Server Isn't Loaded??

2015-08-18 Thread smsmaddy1981
Hi Francis, One more observation pls. This WORKS in reading static content from remote server location ^~/wkspace/ { proxy_pass http://citwkspace; } This DOESN'T WORK? in reading static content from remote server location ^~/wkspace/agentLogin/ {

Re: nginx-1.9.4

2015-08-18 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.9.4 for Windows http://goo.gl/YvvfXR (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availab

nginx-1.9.4

2015-08-18 Thread Maxim Dounin
Changes with nginx 1.9.4 18 Aug 2015 *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer" directives of the stream module are replaced with the "proxy_buffer_size" directive. *) Feature: the "tcp_nodelay" directive in t

Re: nginx makes mysqld die all the time

2015-08-18 Thread Steve Wilson
Hi, When I migrated from apache+mod_php to nginx+php-fpm I found I had a few websites using persistent mysql connections which never closed. I had to disable this in the php.ini so all the sites fell back to using non-persistent connections. I don't know if this will help as it was mysql not m

nginx makes mysqld die all the time

2015-08-18 Thread M. Fioretti
Greetings, I just migrated to nginx + php-fpm from apache a few websites, on a centos 6.6 virtual server. The sites are up but... now mysqld (MariaDB, actually) dies every 10/20 **minutes** with status: mysqld dead but subsys locked or mysqld dead but pid file exists for reasons not really

Re: nginx 1.8.0 http_proxy cache issues

2015-08-18 Thread Maxim Dounin
Hello! On Tue, Aug 18, 2015 at 07:17:41AM -0400, adrian.biris wrote: [...] > I have noticed that when I restart nginx (using restart or just simple stop > and then start) the cache is not invalidated as it used to be. > After each restart I get HIT for all pages that were valid in cache before >

nginx 1.8.0 http_proxy cache issues

2015-08-18 Thread adrian.biris
Hi, I'm using nginx 1.8.0 on Ubuntu 14.04 LTS. # nginx -V nginx version: nginx/1.8.0 built with OpenSSL 1.0.1f 6 Jan 2014 TLS SNI support enabled configure arguments: --with-cc-opt='-g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -mt