nginx or apache for game (1 reply)
We are building a web based game on a LAMP stack, but it could just as well be on a LEMP stack. The game does not involve a lot of typical game stuff - character movement, etc. - like in most video...
View Articleworker process (cache manager process) exiting on signal 11 (1 reply)
I've compiled nginx 1.3.11 on my RaspberryPI (512MB) running Debian Wheezy/ARM, and all appears to be quite okay, that is until nginx is getting fired up, then it's aborting with some error...
View ArticleUpgrading Executable on the Fly - wrong docs? (1 reply)
Hi!After reading the section titled "Upgrading Executable on the Fly" in the docs (at http://nginx.org/en/docs/control.html) I have an impression the information given is wrong.In the first bullet one...
View Articleupstream with vps (3 replies)
Hello guy, I'm sorry for my englishSo I have 4 vps:1. 4gb ram 1 processor 1 ipv42. 2gb ram 4 processors 3 ipv4 + 3 ipv63. 1gb ram 4 processors 3 ipv4 + 3 ipv64. 1gb ram 4 processors 3 ipv4 + 3 ipv6I...
View Articleset $cookie_abc "$cookie_abc"; (8 replies)
I have some lua code where I play with the value of ngx.var.cookie_abc. The variable must exist if some assignment is done on it.To achieve this I didset $cookie_abc "$cookie_abc";The above line clears...
View ArticleNginx seems to ignore proxy_set_header Host directive (3 replies)
Hi allI am trying to use nginx to get remote access to various service on my home server, via proxy_pass redirection to various subdirectorysFor example, owncloud server with apache, pyload with it's...
View ArticleConverting Apache configs to nginx, why is a NameVirtualHost workalike is a...
I'm switching some servers from Apache 2.2.x to nginx 1.2.6. In Apache,I use NameVirtualHost. I also use Rewrite directives to manage www.prefixing via a 301 redirect. All the user has to is...
View Articlenginx-1.2.7 (no replies)
Changes with nginx 1.2.7 12 Feb 2013*) Change: now if the "include" directive with mask is used on Unixsystems, included files are sorted in alphabetical order.*) Change: the "add_header" directive...
View ArticleRe: [nginx-announce] nginx-1.2.7 (no replies)
Hello Nginx Users,Now available: Nginx 1.2.7 For Windows http://goo.gl/q2kaJ (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleNeed help : Getting 502 response status code for specific URL (1 reply)
Hi nginx team,I am getting 502 bad gateway error for particular URL.Application details :Rails 3.1.0Ruby 1.9.2unicorn 4.2.0resque 1.20.0nginx/1.0.14redis 2.4.8nginx error log :2013/02/12 07:36:16...
View ArticleWhen 1.3 becomes stable? (1 reply)
I want to know when there will be stable 1.3 version of nginx.Personally I interested in this feature:*) Feature: support for chunked transfer encoding while reading clientrequest body.I need to know...
View ArticleTimeout serving large requests (6 replies)
I'm struggling to find the source of a timeout. I am running Nginx (1.2.6), Passenger 3.0.18, and Rails 3.2.11. On serving one long running request, I find the results (CSV file) truncated after being...
View ArticleContent-Length ###s being served, but no actual content (1 reply)
I've discovered what I believe to be a bug (yeah I know everyone is already rolling their eyes) :DI believe that my CGI is returning some data (perhaps Content-Type header) and then is occasionally...
View Articleonly allow traffic from specific servers (1 reply)
BACKGROUND:I will be setting up two servers on a hosted platform. I plan to use NGINX as a front-end proxy for APACHE. Let's call the two servers App Server 1 and App Server 2. I also have a server on...
View Articlenginx not reverse proxying correctly (no replies)
Hello,I come seeking your help because I have a problem that I have been unable to solve using the classic Internet resources.Currently, we have an Apache2 webserver acting as load balancer for our web...
View ArticleRegex for rewrite of subdomains (3 replies)
I want to rewrite subdomains by adding a separate server for subdomains asserver {server_name domain.com...}server {server_name *.domain.com}but how I can I ass a rewrite rule int the second server to...
View Articleinstalling nginx on centos should be straightforward (no replies)
I have set up a virtual server with a LAMP stack (Centos 6.3) and am now trying to install nginx to use as a proxy server. I have been told to download from sudo rpm -Uvh...
View ArticleDebugging performance under high load (1 reply)
Hi all,I have a reasonably beefy VPS (16gb RAM, 4x vCores) running Ubuntu 12.04 LTS on a 1GigE line that is basically uncontested at the moment. Speed tests on the box show reasonably high bandwidth...
View ArticleRewriting jpg with specific google referer to 1 pixel gif (no replies)
If I understand correctly, nginx doesn't do multiple conditions in an 'if'or nested if's.Based on some of the ideas being tossed around in this...
View ArticleReverse proxy configuration help (1 reply)
I am new to nginx, it being recommended to solve a problem.The problem: I have a VPS hosting a website and an application server in my DMZ. I have a test and prod version of each. I want both DMZ'ed...
View Article