Why use haproxy now ? (12 replies)
Hi,I made a lot of reading and comparisons.But I still cannot understand why, in 2013 and with the latest version of nginx, we would still need haproxy in front of it.Nginx has it all to handle high...
View ArticleCompiling Nginx on Windows 7 (no replies)
Im experiencing issues with compiling Nginx on Windows 7, every thing goes good until nmake -f objs/Makefile.I get the following error:Generating Code...link -lib -out:pcre.lib -verbose:lib...
View Articlejpeg image quality is bad (1 reply)
Hi there!I'm playing around with nginx and I'm running into a problem related toimage uploading. I have nginx as a load balancer and java server (jetty,spring based) as the backend server. When I...
View Articlewhy socket for communication between master and worker used the so large...
my nginx is just a http tunul proxy http connection, and max connection isjust lower than 100.# ps auxroot 19849 0.0 0.0 18028 2452 ? Ss 2012 0:00 nginx:master process...
View Articlereset_timedout_connection (no replies)
Hi.Why is this parameter disabled by default?Best regards,Dmitriy Shalashov_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleMail proxy with SNI (2 replies)
Hi,I would like to use nginx 1.2.1 with TLS SNI support to proxy SMTP submission for several different domains over SSL. I would expect that if I configure multiple servers with different server names...
View Articlefastcgi-cache and expires (1 reply)
Just curious...In a lot of examples I've seen on the net for setting up fastcgi-cache thedirectivesfastcgi_ignore_headers Cache-Control Expires;expires epoch;are included. Is there any major reason for...
View ArticleNginx maintenance page/redirect with ip exception (no replies)
Coming fra Apache/htaccess, im trying to get my head around the Nginx paradigme. Im trying to achieve a temporary redirect to a www.mysite.com/maintenance.html page, for all visitors to www.mysite.com...
View Articlephp-fpm take up all cpu resources (1 reply)
Hi All,In these days, php-fpm took up all cpu resources several times a day..Each php-fpm may take up 25% cpu resource which should be less than 5% in normal status.Below is the...
View Articledefault domain name (no replies)
I am trying out the proxy (without cache module) functionality in nginx.Here is the problem I am encounteringOn the client machine the default domain name is company.comwhen user types in...
View Articlewhere is the pid file (1 reply)
Hion Linux Centos 5 wiht nginx 1.2.7, I am struggling to find the pid filein my nginx.conf file I havepid /usr/local/nginx/logs/nginx.pid;but I dont see any nginx.pid in there. I tried to set that path...
View ArticleHow to create a cache server to caching downloaded files (with IDM) (no replies)
Hello to all friends.How can I install cache server for caching downloaded files ?I try use Squid and Polipo for it.but it's not working properly.Squid can caching downloaded files when download the...
View Article"bug in glibc" (2 replies)
There is a note in src/os/unix/ngx_user.c about a bug in glibc for crypt_r:/* work around the glibc bug */cd.current_salt[0] = ~salt[0];value = crypt_r((char *) key, (char *) salt, &cd);I was...
View Articlelocation vs. rewite (1 reply)
I want to server favicon from a different place rather than the root folder. As I explored I have two options1.location = /favicon.ico { alias /var/www/media/images/favicon.X.ico; }2.rewrite...
View ArticleSplit words into caracters (1 reply)
Hi !I don't know if it is the right way to go, and I hope to hear from you if it is not.My concern is about the selection of a file traversing a tree. I have a bunch of hashed directories (dozens of...
View Articlenginx-1.2.8 (no replies)
Changes with nginx 1.2.8 02 Apr 2013*) Bugfix: new sessions were not always stored if the "ssl_session_cacheshared" directive was used and there was no free space in sharedmemory.Thanks to Piotr...
View ArticleNginx and upstart (no replies)
HiI'm using the following script to keep nginx up and running:start on (filesystem and net-device-up IFACE=lo)stop on runlevel [!2345]env DAEMON=/usr/sbin/nginxenv CONF=/etc/nginx/nginx.confenv...
View ArticleExact Client public certificate authentication using Nginx (3 replies)
Hi,I am relatevely new to Nginx and below is what i need to achieve.I have an Nginx proxy server with following key and...
View ArticleOptimize rewrite (no replies)
helloI have a script that works with apache but I want to migrate to nginx, Ihave this rule, but maybe you can do differently optimized.## HTACCESS<IfModule mod_rewrite.c>RewriteEngine...
View Articleupstream load balancing. (1 reply)
Folks,I'm sharing processing load across 3 remote servers, and am having aterrible time getting it balanced.Here's the configupstream backend {server 192.168.162.218:9000 fail_timeout=30 max_fails=3...
View Article