different fastcgi_cache for bots and humans (no replies)
As mentioned before, I'm tweaking pixabay's version of handling the newGoogle Image search traffic killer by making their trap URLs morecacheable.Img tags in the html will have ?i appended to the...
View Articlegeoip filtering not working (no replies)
Hello,I'm trying to figure out why Nginx's geoip modules doesn't seem to filter out certain ip's from a banned country. I manually tested the GeoIP.dat using 'geoiplookup' against a few ips that...
View ArticleEXSLT func:function not registered for XSLT filter module (no replies)
Hi,I'm trying to use EXSLT's <func:function> with nginx's xslt filtermodule. The effect I think I'm seeing is that my functions areseemingly ignored.I made a test XSLT stylesheet:iona% cat...
View ArticleReWrite rule help (1 reply)
Hi I am trying to write following rewrite urlrequest: www.example.com/abc/xyz?a=1&b=2It should get response from following urlwww.example.com:8080/xyz?a=1&b=2can some one help me to do...
View ArticleCustom 401 page not displaying or not prompting for credentials (1 reply)
Hello, I was trying to set a custom error 401 page on my Nginx serverversion 1.5.1 using the following methods:error_page 401 /401.htmlBy itself it still displays the default siteerror_page 401...
View ArticleRe: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address (5...
From nginx to something upstream? (That's what I meant.)On Jul 13, 2013, at 4:54 PM, Atul Bansal wrote:> ya>>> On Sun, Jul 14, 2013 at 4:22 AM, Scott Ribe...
View ArticleRe: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address (2...
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleRe: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address (1...
Thanks for stopping-by.mailed you in seperate email. Pls seeOn Sun, Jul 14, 2013 at 3:42 AM, Sajan Parikh <sajan@noppix.com> wrote:> You most likely already have something running on port 80....
View Articleconnect() to 127.0.0.1:80 failed (99: Cannot assign requested address (2...
HiI just installed Nginx on my new VPS on centOS.But while accessing the phpinfo.php, I am getting belwo exception" connect() to 127.0.0.1:80 failed (99: Cannot assign requested address)while...
View ArticleStrange log file behavior (1 reply)
I noticed that most of my rotated nginx log files are empty (0 bytes).My only access_log directive is in nginx.conf:access_log /var/log/nginx/localhost.access_log combined;Also nginx is currently...
View ArticleX-Accel-Redirect without internal (1 reply)
Hello,My problem is very simple, I'd like to change from php readfile to x-accel-redirect. I know exactly how to do it, but I have a problem:My files are organized like that:/home/ID(id of directory on...
View ArticleHow to log POST body data? (no replies)
I'm trying to use $request_body but get '-' in my log file for this fieldhere is my configure file, is there sth wrong or the $request_body has other deps to work?http {log_format client '$remote_addr...
View ArticleHTTP Upload Progress bug (no replies)
I'm using NGINX 1.4.1 with the HTTP Upload Progress module but I'm getting some strange result when GETing the current progress. The uploaded size is always 0, while the total size is the size of the...
View ArticleReg: SCGI application running error in NGINX server (no replies)
Hi,I got this error in log file while running SCGI client inaddress 172.16.8.180 and nginx running on 172.16.8.143./Error/: *upstream timed out (110: Connection timed out) while readingresponse header...
View ArticleSSL Reverse Proxy issues (no replies)
So I have a nginx.conf file that has multiple server blocks in it and they all are working except this one, and this one is half working so I assume I'm just missing one thing. Basically what happens...
View ArticleNginx worker processors D state and high I/O utilization !! (8 replies)
Hello,We're using nginx-1.2.8 to serve large static files for videostreaming. However all nginx worker_processes are in "D" state and HDD I/Outilization is 99%.[root@DNTX010 ~]# ps aux |grep nginxroot...
View Articlelogs show massive spam of "proxy.php" access (1 reply)
Hello,since I have installed nxginx on my Ubuntu LTS, I see the logs absolutely full of text like this:2013/07/16 11:07:43 [error] 24590#0: *445 rewrite or internal redirection cycle while internally...
View ArticleReverse Proxy Stats (no replies)
All,I'm wondering what people are doing for Reverse Proxy stats. Most projectseem to be incomplete or may have bit rot. I'm looking to see thefollowing.1. Active sessions to upstream servers2. Request...
View ArticleLogging a variable set by nginx's Lua module (3 replies)
I am trying to use the Lua module in nginx to set a variable ("foo") based on JSON in the body of a request. Then I want to log the value of that variable to the access log.Like so:...
View Article502 errors while running elgg social network app.. used the common solutions...
greetings!does anyone here have a reliable way of accurately calculating all the various parameters that are used in the .conf files for nginx hosted sites - that may cause 502 errors if set...
View Article