get some errors when i install openresty (no replies)
some errors:x ngx_openresty-1.7.10.1/bundle/ngx_lua-0.9.15/t/042-crc32.tx ngx_openresty-1.7.10.1/bundle/ngx_lua-0.9.15/t/107-timer-errors.tx...
View ArticleCase insensitive exact location match? (no replies)
I know how to do case insensitive regex location matching. But it would bevery useful if I could do same with exact string matching, something likelocation =* /testSo it would matching "/test" as well...
View ArticleDNS configuration to invoke complete URL (no replies)
Hi Talents,Need your support immediately on the below requirement:I have configure DNS "worsktream.com" to proxy pass the complete URL "http://worsktream.com/workstream/agentLogin"while invoking the...
View ArticleGet some errors when i install openresty on mac (no replies)
I have some errors when i install openresty on mac:Please help me. Thank you in advance._______________________________________________nginx mailing...
View ArticleGet some errors when i install openresty on mac (no replies)
I have some errors when i install openresty on mac:use command: tar xzvf ngx_openresty-1.7.10.1.tar.gzPlease help me. Thank you in advance._______________________________________________nginx mailing...
View Articleswf problem with reverse proxy (no replies)
Hello,I have a nginx reverse proxy behind nginx web server.I have a simple flash site, with swf embedded in html page.I have a problem with this page, swf start loading but does not end.If I point site...
View ArticleUsing diameter aaa protocol with nginx (no replies)
Hi,I want to set up a AAA layer over the nginx server (for approxiamtely 2000users at a time). I saw the available options, and found diameter andtacacs+ to be the best. I found there's a PAM...
View ArticleAllow all Access-Control-Allow-Headers (no replies)
Hi,I have a nginx in front of many differrents web applications. At this time a have a generic configuration for all applications.Now I need to allow all Access-Control-Allow-Headers but I did not find...
View ArticleSimple timeout module (3 replies)
I'm trying to build a simple timeout module using nginx timers. At the beginning of a request I'm firing up a timer and after time interval elapses I want to check if request has already completed, and...
View Articleis it possible to use multiple sub_filter in one location? (1 reply)
Trying to do this:location /whatever/ {proxy_buffering off;proxy_pass http://11.22.33.44:5555;sub_filter '"df":"https://df-foo"' '"df":"https://df-bar"';sub_filter '"pr":"https://pr-foo"'...
View ArticleStable Ubuntu PPA (no replies)
HiI have recently upgraded our fleet of Ubuntu servers to nginx 1.8.0via the nginx/stable PPA[1]. After the upgrade we are seeing two -probably related - problems. They are:1. When the log files are...
View Articlea problem while using nginx1.4.6 and nginx1.8.0 for web service (1 reply)
Hello,This is Amily.I meet a problem while using nginx1.4.6 and nginx1.8.0 for web service.The follow is that the content shows on the /var/log/messages:May 21 01:55:51 web3 kernel: nginx[16176]...
View ArticleBest place for metrics module (1 reply)
I want to write my custom nginx module for measuring request processing time for every HTTP request received. I need to start counting request processing time as early as nginx receives first byte of a...
View ArticleCancel ongoing ngx_http_request_t (no replies)
So I'm continuing to work on my simple timeout module: http://forum.nginx.org/read.php?2,259019Now, when timer elapses, I want to cancel ongoing http request, here's my timer handler:static void...
View Articleip_hash in active_active nginx setup (2 replies)
Hi all,we want to use a F5 loadbalancer in front of two nginx instances, which balance the load to our app-nodes.The F5 loadbalancer distributes incoming requests via round-robin algorithm to the two...
View Articlehtaccess to nginx conversion? (no replies)
Hello,I am working with a panel in which requires the pages to function properly from the .htaccess file. However, I am no longer using Apache and have decided to do a Centmin Mod LEMP web stack to...
View Articlessl_dhparam compatibility issues? (3 replies)
I'm using Mozilla's "Old backward compatibility" ssl_ciphers so I feelgood about my compatibility there, but does the following open me upto potential compatibility problems:# openssl dhparam -out...
View Articleencoded url (1 reply)
Hello everyone,I've nginx 1.2.5 and I've an issue about encoded URLs.Is there a way to make nginx accepts URL like the following:http://www.mywebsite.com/image.php%3Fid%3D12345as equivalent of the...
View Articlecan somebody help me to rewrite this? (3 replies)
Hi guys, i really need some help here. I plan to move my forum from the root domain to a subfolder named "/forum"I need to rewrite...
View Articlecalling unique url not more then 1 time per 5 seconds (3 replies)
Hi,Assuming I have an url like /payout/[hash] , where hash is something unique, and I want to make, that on nginx level it's checked that this url is called not more then 1 time per 5 seconds. 1st time...
View Article