Re: X-Accel-Redirect cannot work with a filter?

2015-05-15 Thread andiger
I have a similar setup, is there a way to use image_filter after the backend responded with "X-Accel-Redirect" header ? if so, how can i pass the parameters i.e. to resize the image: width and hight ? cheers andre Posted at Nginx Forum: http://forum.nginx.org/read.php?2,113039,258913#msg-258913

SSL Session Cache on Windows

2015-05-15 Thread Igal @ Lucee.org
hi, I know that in the past the directive: ssl_session_cache shared:SSL:1m; did not work on Windows. in nginx 1.9.0 I see "*) Feature: shared memory can now be used on Windows versions with address space layout randomization." does that mean that ssl_session_cache can be used on Windows

notification on child process exit

2015-05-15 Thread Nelson, Erik - 2
I fork + exec child processes and I would like to get some kind of notification when they exit. However, the nginx signal handler reaps my child processes and logs a message like 2015/05/14 14:12:24 [notice] 28033#0: signal 17 (SIGCHLD) received 2015/05/14 14:12:24 [notice] 28033#0: unknown pro

Re: Location not found when using /

2015-05-15 Thread Valentin V. Bartenev
On Thursday 14 May 2015 10:22:04 Guido Accardo wrote: > Hi, > >I'm having a few problems with my routes and I'll appreciate any help > that you could provide. > > Here is my nginx configuration: > > upstream internal { > server 10.0.0.13:9001; > server 10.0.0.13:9002; >

Re: strange behavior for cache manager

2015-05-15 Thread Serge Negodyuck
I'm interested what linux kernel version and distribution do you use? -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

回复:Welcome to the "nginx" mailing list (Digest mode)

2015-05-15 Thread runyu91372468
Dear ALL:When I use nginx1.7.9 as a reverse-proxy-server. It will transmit http-302 message to my browser.___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

issues about nginx proxy_cache

2015-05-15 Thread ????????
Hi: Dear all It is very pleasure to join in nginx mail list, but exactly i met a problem When I use nginx1.7.9 as a reverse-proxy-server. more details as follows: my design requirements are those: what I want is that nginx download the files to local by parsing response-http-302-code