Re: set_real_ip_from, real_ip_header directive in ngx_http_realip_module

2017-03-22 Thread mohitmehral
Dear Nishikubo, Have got resolution. In-fact we are facing similar issue while integrated through Akamai. You help is appreciable! Thanks Mohit M Posted at Nginx Forum: https://forum.nginx.org/read.php?2,272653,273134#msg-273134 ___ nginx mailing li

Re: proxy_cache_path levels

2017-03-22 Thread yolabingo
Correction of a minor error in the previous message: # levels=1:1:1 also provides 16^3 = 4096 directories, but in 3 levels proxy_cache_path /data/nginx/cache levels=1:1:1; /data/nginx/cache/b/1/5/d7b6e5978e3f042f52e875005925e51b Posted at Nginx Forum: https://forum.nginx.org/read.php?2,2450,273

Re: proxy_cache_path levels

2017-03-22 Thread yolabingo
Results of queries for the same URL using different settings for proxy_cache_path "levels" # levels not specified, so all cache files reside in a single directory proxy_cache_path /data/nginx/cache; /data/nginx/cache/d7b6e5978e3f042f52e875005925e51b # a lot of config examples use levels=1:

Re: fastcgi_pass and http upstream

2017-03-22 Thread Yuriy Medvedev
Yes, it is possible. Please read the documentation. 22 марта 2017 г. 22:47 пользователь "Vucomir Ianculov via nginx" < nginx@nginx.org> написал: > corrected question > > i have a situation where i have 2 Apache backed server and 2 php-fpm > backed server. i would like to setup up a upstream to in

Re: fastcgi_pass and http upstream

2017-03-22 Thread Vucomir Ianculov via nginx
corrected question i have a situation where i have 2 Apache backed server and 2 php-fpm backed server. i would like to setup up a upstream to include all 4 back-ends or somehow to balance the requestion on all 4 back-ends back-ends. is it possible? Thanks. Br, Vuko - Original Messa

fastcgi_pass and http upstream

2017-03-22 Thread Vucomir Ianculov via nginx
Hi, is is possible to have a upstream that contains point to http and phpfpm? Kind Regards, Vucomir Ianculov E-Mail: vuko...@ianculov.ro Phone: (+40) 722 - 690 - 514 View Vucomir Ianculov's profile on LinkedIn Vucomir Ianculov ___ nginx mail

Re: [nginx-announce] nginx-1.11.11

2017-03-22 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.11.11 for Windows https://kevinworthington.com/nginxwin1 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announ

Number of memory for reload

2017-03-22 Thread mpidlisnyi
Hi, Is there a possibility to get number of memory which required to reloading nginx workers? Thank you Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273122,273122#msg-273122 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org

Re: Question about custom error pages

2017-03-22 Thread Alex Samad
Do those pages have access to the previous pages details ? Like for example client_verify ? Thanks A On 22 March 2017 at 21:52, B.R. via nginx wrote: > RTFM? :o) > > https://nginx.org/en/docs/http/ngx_http_core_module.html#error_page > --- > *B. R.* > > On Tue, Mar 21, 2017 at 11:18 PM, Alex S

Re: Question about custom error pages

2017-03-22 Thread B.R. via nginx
RTFM? :o) https://nginx.org/en/docs/http/ngx_http_core_module.html#error_page --- *B. R.* On Tue, Mar 21, 2017 at 11:18 PM, Alex Samad wrote: > Hi > > How would I added custom info to the error page. > > Say like for 400 if its a cert error, how can I add that to the page and > maybe to add in

Re: HTTP To TCP Conversion

2017-03-22 Thread Maxim Konovalov
Hello, On 3/21/17 7:35 PM, nginxsantos wrote: > Hi, > > I am planning to use Nginx as a webserver to the front end of my susbcriber > tasks (1:N, 1 Rest Server for N Subscriber Tasks). The communication between > the Nginx and my tasks would be over TCP. So, when the Nginx receives the > HTTP mes