Re: Nginx + php-fpm and multi-domain
Ok I have find solution.You must replace :server_name totaly-different-domain.com;byserver_name totaly-different-domain.com www.totaly-different-domain.com;Same thing for domain.com.
View Articleproxying of POST requests based on $args not working
Hi,The proxying of GET requests on $args i.e. feedid=293634 goes to server2 properly.But proxying of POST requests on $args i.e. feedid=293634 always goes to server1 instead of server2.Following is...
View Articleroute http requests based on response
is there a way with a help of nginx to reroute http requests based on 200ok response?for example:server A sends http req to nginx which proxying the req to server B, server B replies with 200ok and...
View ArticleRe: Improve the Leverage browser caching
Hi All,I do have same problem.Please help.Thanks
View ArticleRe: Nginx serverblocks???
Same problem here...Following lots of tutorials out there, and the official documentation: It should work that wayBut it isn't working for me aswell
View ArticleMemory leak not cleared when I reload NGINX, but only on restart
I am using NGINX version 1.2.5. Under load serving requests, I encountered memory loss. I found three memory leaks which I fixed in my code. The leaks were in the response handling code where memory...
View ArticleRe: Memory leak not cleared when I reload NGINX, but only on restart
Without seeing your patches and holding it against the 1.7 branch, which has several patches already in this area, its impossible to say anything.
View ArticleRe: Memory leak not cleared when I reload NGINX, but only on restart
Here is some more information I got, maybe it can she some light.I perform a service nginx startsh-4.1# service nginx statusnginx (pid 19610 19609 19608 19607 19593) is running...sh-4.1# ps -ef | grep...
View ArticleRe: Memory leak not cleared when I reload NGINX, but only on restart
This "cloud_addons/ngx_http_url_filtering_module.c" is an addon which can cause the 'bug', can you try without any addons? or with the mainline version? alot has changed since 1.2.5
View ArticleAdditional back-end connections with nginx
Hi,My setup goes as follows:Clients -> F5 LB -> Nginx -> JBoss (Nginx reside on the same RHEL 6.5 with JBoss).I was reading about nginx a lot and decided to implement it in my high traffic web...
View ArticleWebdav not writeabl
Hi,I've set up a fresh nginx which has to act as a webdav server.I've added this virtualhost configuration:server {server_name dav.mydomain;location / {root /webdav/www;client_body_temp_path...
View ArticleWriting logs from module
Hello. I wrote C++ module for nginx. Nginx starts with master process and 8 workers processes. Every worker write logs in one public file. What's better way to synchronise write in file. Thanks for...
View Articlemax concurrent connections on single instance?
Hello,i'm using Nginx for a while,but have some general question regarding its limitations.in a single instance (EC2 for example, and in case i got the strongest server)using Nginx as load...
View ArticleConnection refused) while connecting to upstream
Hi,I was wondering if someone could shed some light on an issue we are having in the log files, intermittently we are getting flooded with the below error messages.We are just using NGINX as a reverse...
View ArticleRe: Connection refused) while connecting to upstream
Hi Chev,any luck in your quest ?I have the same probleme except the upstream is refered as "upstream: "http://[::1]:8000/remote.php/webdav/"" which may be normal but I do not know this syntax: [::1].By...
View ArticleSpontaneous shutdown processes nginx
At 2014-07-22 08:07:54 I received a complaint, about one of my site. That's not working.At 08:32:21 all of my sites did'nt work.Isaw log, all nginx processes was kicked:root@server:~# cat...
View ArticleRe: Upstream on Windows 60 second delay
I'm using nginx 1.7.3 for windows and it is happening exactly the same issue.Here are my details:http://stackoverflow.com/questions/25101451/nodejs-api-and-nginx-proxy-pass-proxy-connect-timeout-reached
View ArticleOCSP stapling cache
Hello,I'm facing the problem with NGINX 1.6.0 and OCSP stapling.First request of the OCSP request is returning no response (I understand that is an known issue) and this can be fixed by running request...
View ArticleRe: Upstream on Windows 60 second delay
That post also mentions a 'fix', is this fix working or are you still having this problem ?
View Article