"nginx does not suck at ssl"

2013-03-09 Thread Grant
After reading "nginx does not suck at ssl": http://matt.io/entry/ur I'm using: ssl_ciphers ALL:!aNULL:!ADH:!eNULL:!MEDIUM:!LOW:!EXP:!kEDH:RC4+RSA:+HIGH; Is this a good choice? - Grant ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/m

HTTPS header missing from single server

2013-03-09 Thread Grant
How can I make nginx set the HTTPS header in a single http/https server? piwik with force_ssl=1 on apache goes into a redirect loop because it doesn't know SSL is on due to the nginx reverse proxy. There is a piwik bug which references a similar problem and blames the HTTPS header: http://dev.piw

Re: Headers set in http {} go missing after setting headers in location {}

2013-03-09 Thread nano
Accidentally pasted the headers twice. The config should look like this; http://pastie.org/private/lz9zjkmvd3drbo4ezsp3fg Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237172,237173#msg-237173 ___ nginx mailing list nginx@nginx.org http://ma

Headers set in http {} go missing after setting headers in location {}

2013-03-09 Thread nano
Here is my nginx configuration http://pastie.org/private/4lceuccm9twmuiozdjnzkg My nginx -V is: nginx version: nginx/1.2.7 built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) TLS SNI support enabled I noticed that when I had headers (add_header) in the http{ } block, those headers were not being

Re: proxy_read_timeout for an apache location?

2013-03-09 Thread Grant
>> Can I pass for-apache.html to apache and wait 30m for it? > > In nginx, one request is handled in one location. Only the configuration > in, or inherited into, that location applies. > > To send to apache, you need the proxy_pass directive -- which has > documentation at http://nginx.org/r/proxy

Re: error unlink() nginx 1.2.6

2013-03-09 Thread michael.heuberger
Hello guys I'm having this problem too in version 3.1.14 and never do delete these files manually. How can I solve this? Maxim, if you say the message is too scary, then why don't we change the level of this log message from critical to notice? Cheers Michael Posted at Nginx Forum: http://foru

Re: nginx for images (apache for pages)

2013-03-09 Thread Grant
> nice tutorial! > > didnt you found anything approbiate here? > http://wiki.nginx.org/Configuration I tried some of those but nothing seemed to match my situation as clearly as the one I used. http://kbeezie.com/apache-with-nginx/ - Grant ___ nginx m

Re: nginx forward proxy - 502 bad gateway

2013-03-09 Thread mex
> > This server is behind a cisco firewall with port 8080 open. Where is > the > problem? > > The line: > > proxy_pass http://$http_host$uri$is_args$args; > > has problem with firewalls? or it is something else? > are you able to connect to $http_host from that second server, maybe via lynx/

Re: Issue with HttpAuthDigestModule

2013-03-09 Thread Francis Daly
On Fri, Mar 08, 2013 at 06:41:46PM -0500, redleaderuk wrote: Hi there, > I think I've found the actual problem: having a querystring at the end of > the URL stops the HttpAuthDigiestModule from working correctly. > Can anyone shed any light on this please? I hope it's something I can fix > via

nginx forward proxy - 502 bad gateway

2013-03-09 Thread Panagiotis Theodoropoulos
I have install nginx forward proxy in two Ubuntu 12.04 servers with the following configuration. server { listen 8080; location / { resolver 8.8.8.8; proxy_pass http://$http_host$uri$is_args$args; } } After this I use the two servers as proxy on firefox. The one server works fine. But on the s

Why Nginx Doesn't Implement FastCGI Multiplexing?

2013-03-09 Thread Ji Zhang
Hi, I'm doing some research on FastCGI recently. As I see from the FastCGI specification, it does support multiplexing through a single connection. But apparently none of the current web servers, like Nginx, Apache, or Lighttpd supports this feature. I found a thread from nginx dev mailing list b

Re: Problem configuring Nginx to host SpreeCommerce - 502 error

2013-03-09 Thread mex
ok,your config is a little confused. in your @ruby - part you should proxy_pass to your unicorn - server proxy_passhttp://unicorn_server; (thats why you put your definition there :) --- > OK, so I've gone through the documentation on

Re: RSA+DSA+ECC bundles

2013-03-09 Thread mex
are you talking about SNI? http://de.wikipedia.org/wiki/Server_Name_Indication nginx can handle this http://nginx.org/en/docs/http/configuring_https_servers.html#sni Posted at Nginx Forum: http://forum.nginx.org/read.php?2,235967,237152#msg-237152 ___

Re: nginx for images (apache for pages)

2013-03-09 Thread mex
nice tutorial! didnt you found anything approbiate here? http://wiki.nginx.org/Configuration regards, mex Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237099,237151#msg-237151 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.

Re: how work ip_hash and weight in nginx 1.2.7

2013-03-09 Thread mex
did you resolved your problems? i must admit, i did not understood what your problems where. moke110007 Wrote: --- > Nobody reply. > Tested,iphash and weight,support balance. > Over. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2