Weird SSL Issue (2 replies)
I use nginx to host multiple websites, and one of them has a valid SSLcertificate. I've noticed recently (from early November 2012 according toGoogle Webmaster Tools), that if I make an SSL connection...
View Articlenginx-1.3.11 (no replies)
Changes with nginx 1.3.11 10 Jan 2013*) Bugfix: a segmentation fault might occur if logging was used; the bughad appeared in 1.3.10.*) Bugfix: the "proxy_pass" directive did not work with IP...
View Articlengx_slab_alloc() failed: no memory (not push, not key space) (no replies)
Hi Folks,As ever, thanks for the mindblowingly great webserver.Unfortunately, we've run into an odd little issue.We've recently started auto-scaling at AWS, and we add and remove upstream hosts from...
View ArticleRequest time of 60s when denying SSL requests? (2 replies)
I purposely use the following rule to deny both http and https requests made to the root or our nginx server:location = / { access_log /logs/nginx/forbidden.log main; deny all; }If you enter...
View ArticleRe: [nginx-announce] nginx-1.3.11 (no replies)
Hello Nginx Users,Now available: Nginx 1.3.11 For Windows http://goo.gl/8oZ3E (32-bit and 64-bitversions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleNginx, PHP, Wordpress, VirtualBox (4 replies)
Dunno if anyone's running anything similar. I recently shifted to Nginxfrom Cherokee - and in so doing I setup a virtual server usingVirtualBox to run it in. My primary use is for serving a pair...
View ArticleWordpress Multisite Subdomain (no replies)
I have Wordpress currently setup with subdomain multisite. I havemultiple domains that are aliases for a primary domain. With the rulesI have in place, going to one of the secondary domains results in...
View ArticleIs it possible that nginx will not buffer the client body? (1 reply)
Hello!is it possible that nginx will not buffer the client body before handle therequest to upstream?we want to use nginx as a reverse proxy to upload very very big file to theupstream, but the default...
View ArticleMultiple site with PHP-FPM home directory permission (1 reply)
Hi Guys!I have an nginx server with multiple virtual hosted site. Every siterunning with unique user permission using PHP-FPM.Its all fine, i see the user variable in the phpinfo page and i see...
View ArticleZero day security hole in Java plugin (1 reply)
Hello,a friend of mine called my attention to the following link:http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.htmlI'm new to the server's world, so I'm not sure,...
View Articlewho can help me ? (1 reply)
The nginx make proxy server...Some time was ok,some time :[error] 18528#0: *50881 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 222.178.73.129,...
View Articlefastcgi wrapper for windows (1 reply)
is there any?_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleVariables and includes (3 replies)
Is it possible to use a variable from one configuration in a includedconfig file? Example:set $a = "hello";include test.conf;[test.conf]if ($a = "hello") {set $a = "world";}# something that works with...
View ArticlePerceived poor performance (4 replies)
I don't know if this actually IS poor performance - it just feels like it.I'm running nginx and php-fpm on a VirtualBox virtual server. No otherservices are running (other than the standard Ubuntu...
View Articleotrs on nginx with fcgiwrap (1 reply)
Hi There,I'm trying to run OTRS on Debian with nginx and fcgiwrap. But all I get is this error:FastCGI sent in stderr: "Cannot get script name, is DOCUMENT_ROOT and SCRIPT_NAME setand is the script...
View ArticleThe quesion will be kill me (no replies)
Using nginx make proxy server, the backend server are nginx,apacheSometimes,the web is not ok !An error occurred.Sorry, the page you are looking for is currently unavailable.Please try again later.If...
View ArticleRe: A problem with the keepalive module and the direcitve proxy_next_upstream...
Hello!On Mon, Jan 14, 2013 at 04:11:20PM +0800, 姚伟斌 wrote:> Hi, folks,>> We have found a bug with the keepalive module. When we used the keepalive> module, the directive proxy_next_upstream...
View Articlehtaccess to nginx (no replies)
Hi guys!I have this rewrite rule in apache:RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME}\.php -fRewriteRule ^([\w\.-]*)(?:\/(.*))?$ $1.php?q=$2...
View ArticleA problem with the keepalive module and the direcitve proxy_next_upstream (no...
Hi, folks,We have found a bug with the keepalive module. When we used the keepalivemodule, the directive proxy_next_upstream seems disabled.We use Nginx as reverse server. Our backend servers simply...
View Articlepatch.spdy-55_1.3.11 broken? (1 reply)
I have patched the nginx sources with the latest spdy patch:/usr/src/nginx-1.3.11# patch -p1 < patch.spdy-55_1.3.11.txtbut building the package isn't possible anymore:dpkg-buildpackage -rfakeroot...
View Article