how to allow apache to control SSL traffic ?

2014-04-20 Thread Joydeep Bakshi
Hello list, My apache vhosts are configured to take care of SSL connections. I have installed nginix as http accelerator. How can I instruct nginx to pass all SSL request to apache SSL vhost ? Thanks ___ nginx mailing list nginx@nginx.org http://mailma

RE: nginx ssl handshake vs apache

2014-04-20 Thread Lukas Tribus
> Hi > > I was watching this video by fastly ceo http://youtu.be/zrSvoQz1GOs?t=24m44s > he talks about the nginx ssl handshake versus apache and comes to the > conclusion that apache was more efficient at mass handshakes due to > nginx blocking while it calls back to openssl > > I was hoping to ge

Re: How to save into variable proxy header response?

2014-04-20 Thread google000
Can someone help me with configuration how to grab this filename and save into variable using map module ? I'm trying 2 days and still not working for me :(( Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249402,249406#msg-249406 ___ nginx ma

Re: How to save into variable proxy header response?

2014-04-20 Thread google000
I have tryeid to do something like this but it seems that variable $upstream_http_content_disposition is empty.. when I want to redirect to different url.. proxy_pass http://www.domainresultget.com; set $x $upstream_http_content_disposition; return 301 http://domaintest.com/test.php?x=$x; variabl