OpenSSL memory management (no replies)
Hi,I am new to this list and to nginx, so here is a short intro:I am Jan Algermissen, primarily a complete REST/HTTP-head and recentlyfocussing on REST API security. About to write an nginx module as...
View ArticleBest Entertaining Platform from all over the world (no replies)
Welcome to the best entertaining program from all over the word. Make Money Online with best investment in Hedge fund day trading with high returns on Daily Interest the world best revenue sharing...
View ArticleNginx unable to get certificate CRL (no replies)
I'm using nginx(1.1.9) for serving debian packages on https by using client certificate feature.listen 443 ssl;...ssl_certificate /etc/ssl/ca.chain.crt; ssl_certificate_key /etc/ssl/server.key;...
View ArticleProxy before apache, always MISS (1 reply)
Hello everyone,I use NGINX as a proxy before apache - this part works fine.Later, I decided to cache all generated images from uri:bin/* and put them into cache, so I don't get these images generated...
View Articlenginx-1.5.2 (1 reply)
Changes with nginx 1.5.2 02 Jul 2013*) Feature: now several "error_log" directives can be used.*) Bugfix: the $r->header_in() embedded perl method did not return valueof the "Cookie" and...
View ArticleDisable open_file_cache for a specific location (14 replies)
I have set the open_file_cache variable to max=5000 inactive=20s so that it is enabled globally but now I want to disable all caching for a specific virtual location on a domain:- open_file_cache...
View ArticleNginx upstream servers status (10 replies)
Hi,I am trying to configure nginx with upstream.We have 3 machines where we run application server and proxy passing all requests from nginx to application serves.I used following configuration in...
View ArticleSPDY Installed but not working? (10 replies)
We have installed Nginx on CentOS 6. This is a new install using Nginx 1.4.1 and OpenSSL 1.0.1eWe then confgured our vhosts to use SPDY, however using a few different tests, it's showing that SPDY is...
View ArticleDisable access log escaping (1 reply)
Hi,I'm using a module which sets some data formated as json to a variable. I'mtrying to log this variable using the access log, but the content isescaped. I'm getting something like...
View ArticleCongrats to nginx - now the most used webserver in the top 1000 websites (1...
http://w3techs.com/blog/entry/nginx_just_became_the_most_used_web_server_among_the_top_1000_websites_______________________________________________nginx mailing...
View Articleerror.log file doesn't log "404 File Not Found" errors (1 reply)
My error.log doesn't show any request/log based on .php requests,i.e. when I type /test.php (file doesn't exist), error.log doesn't showanything regarding it.Shouldn't nginx log this request inside...
View ArticleSolution for bandwidth limit on Virtualhosts, Nginx. (1 reply)
Hello.I've written a script for having the details of bandwidth usage (100GB perMonth, as an example) of hosted websites, for Nginx server.Anyone needs such solution, feel free to contact...
View Articlenginx cache loader process (5 replies)
We have several hundred Gs of file cached using nginx. Every time we restarted nginx, the cache loader process will appear and server load will go super high and respond very slowly.Looks like cache...
View Articlenginx, solaris, eventport (2 replies)
Hi.I'm using nginx on Solaris for years. For years I've been experiencing errors when eventport is on (with /dev/poll everything is fine, but I'm kinda perfectionist and I want to use native solaris...
View ArticleTweak proxy_next_upstream based on HTTP method (3 replies)
Hi all,I was wondering if there is a way to have different proxy_* rules dependingon the HTTP method? My use case is that I want to be a little moreconservative about what requests I retry for POST...
View Articlemigrating Topincs to nginx (1 reply)
Dear list,This is going to be a long post, but I hope you will bear with me. Iam trying to find a way to run Topincs, an agile web applicationframework based on Topic Maps paradigm, on nginx. Topincs...
View Articlenew requests are not updated in nginx (2 replies)
Hello,I have installed nginx as proxy server for our project purposes. We kept our application in our private lan and made that private url (say http://a.b.c.d:1234/appName) an entry in nginx config...
View ArticleRedirect www to no-www with variable (for multiple domains)? (6 replies)
According to http://wiki.nginx.org/Pitfalls#Server_Name this is the best solution to redirect www to no-www for one domain:server {server_name www.domain.com;return 301...
View Articlespdy per location (4 replies)
HiI'm trying to set up spdy so that I can choose weather or not to use itbased on the server location that's accessedAs I understand, the underlying protocol (http/https/spdy) isestablished first...
View ArticlePerl/CGI on Nginx? (1 reply)
Hello everyone.I'm running Nginx on OpenBSD. PHP works fine, but how can I add support to..pl and .cgi files for Nginx?Many thanks._______________________________________________nginx mailing...
View Article