Getting HTTP 500 Error (no replies)
I'm trying to setup Nginx+phpFPM for first time (php5.2) and can't get it working. Base system is FreeBSD 9.1.So my main configs:nginx.conf - http://pastebin.com/KwhHr0NKphp-fpm.conf -...
View ArticleRewrite inside location block before proxy to local port (no replies)
Hi,I asked somewhat releated question here:http://serverfault.com/questions/484573/nginx-proxy-to-a-new-vm-without-affect-old-site-enabled-rulesProblem arises with one java program. This java program...
View Articlenginx-1.3.14 (no replies)
Changes with nginx 1.3.14 05 Mar 2013*) Feature: $connections_active, $connections_reading, and$connections_writing variables in the ngx_http_stub_status_module.*) Feature: support of WebSocket...
View ArticleNeed help to convert .htaccess to nginx rules (no replies)
[code]<Files *.htm>#CompressSetOutputFilter DEFLATE</Files>Options +FollowSymLinksRewriteEngine onRewriteBase /# please use .php at url for adminRewriteRule ^recent-articles-feed rss.php...
View Articlenginx-1.3.14: alert sched_setaffinity() failed (2 replies)
Hi,On an updated CentOS 6.3 x86_64 VM I just installed nginx 1.3.14 withextra modules ngx_cache_purge and nginx-auth-ldap, the SPDY 66 patch andbuilt statically against openssl-1.0.1e. In the error log...
View ArticleQNs about cookies and caching (no replies)
I'm wondering if someone can help with the following? I have a java app where I'm using nginx as a caching reverse proxy. I have a location defined for five distinct JSPs and different cache...
View ArticleWhy would nginx 0.7.6 is drop requests randomly (no replies)
I notice our server is rapidly responding 500 errors for random pages.Our setup is pretty basic. We are running Nginx 0.7.6 with Unicorn and aRails app on a Ubuntu 10.4 server.What ever the problem, it...
View ArticleForwarding to upstream server at port specified in url query paramter (1 reply)
I am trying to use the HttpProxyModule to forward traffic to an upstream server. The incoming request will be like:http://foobar.com/path?p=1234where p=1234 indicates the upstream port to use.For this...
View ArticleProblem configuring Nginx to host SpreeCommerce - 502 error (7 replies)
I have had a terribly difficult time deploying SpreeCommerce, despite(or perhaps because of) following the Spree documentation. I haveeventually gotten to the point where the Capistrano deployment...
View Articlehow work ip_hash and weight in nginx 1.2.7 (no replies)
sorry,my english is poor.>>>webserver: tomcat 6.0.23When I tested on four tomcat servers, one server load is higher always.How to set up to make each server load is balanced.>>>Use...
View ArticleNgixn не отдает файлы больше 1 мб (2 replies)
Nginx не отдает файлы > 1мбЕсть Rails + Nginx + UnicornВсе работает, мелкие файлы отдаются, даже видео через JWPlayerпроигрывается.Проблема в том, что есть флешка 1.8 МБ и когда пытаешься ее вывести...
View ArticleProblem request_timeout not working with proxy_next_upstream on...
HelloIn our setup we have an NGNX as front-end and several back-end.The problem is our load profile, we have a lot of simple and fast http requests, and very few but very heavy in terms of time and BE...
View ArticleCache keeps growing despite Max_size limit (7 replies)
Hi,I'm having issues with nginx where my cache directory keeps growing until the hdd is full.If anyone can give me any information on how to solve this it will be appreciated.nginx -V:nginx version:...
View ArticleLimit serving to responses only below certain size (3 replies)
Hi,Is there a way to server files only below a certain size?eg. Return 403 on files bigger than 5MB?_______________________________________________nginx mailing...
View ArticleNginx proxy_intercept_errors (6 replies)
Hi,I have noticed that when I set 'proxy_intercept_errors on;' in my nginx config it kills tcp connection to the origin server if it returns 4xx or 5xx?This is my example config to reproduce the...
View Article'Primary' domain in server block? (1 reply)
HiI'm doing some work with PayPal integration. My server block looks likethis:server {server_name dev01.localmap.net dev01.devsite.co.uk;..}The work is being done in under 'dev01.devsite.co.uk' domain....
View ArticleI/O error on uploading video upto 4mb (1 reply)
Hello,We recentyl changed our ip of the server to upgrade port to 2Gbpsbut after upgrading port, we are unable to upload .flv video upto 4mb.Everything was working fine before the up-gradation....
View Articlebuild from source pointing to installed libs (e.g. pcre) (2 replies)
hi,i'm trying to build from source on an ubuntu system which has libpcre3installed:tony@quantal:~/Downloads/nginx-1.3.14$ dpkg -l | grep pcreii libpcre3:i386 1:8.30-5ubuntu1 i386 Perl 5 Compatible...
View Article[ANNOUNCE] ngx_slowfs_cache-1.10 (no replies)
Version 1.10 is now available at:http://labs.frickle.com/nginx_ngx_slowfs_cache/GitHub repository is available at:http://github.com/FRiCKLE/ngx_slowfs_cache/Changes:2013-03-07 VERSION 1.10* Fix...
View ArticleKindly help me convert this htaccess to nginx directives? (1 reply)
ErrorDocument 404 /ErrorDocument 500 /Options +FollowSymlinksRewriteEngine onRewriteBase /<IfModule mod_security.c>SecFilterEngine OffSecFilterScanPOST Off</IfModule>RewriteCond...
View Article