fastcgi_cache_path empty

2014-01-13 Thread Lorenzo Raffio
I wanted to try fastcgi_cache on my nginx 1.5.8 as shown here http://seravo.fi/2013/optimizing-web-server-performance-with-nginx-and-php In nginx conf, http section, I added: fastcgi_cache_path /var/cache/nginx levels=1:2 keys_zone=microcache:10m max_size=1000m inactive=60m; In server section:

Re: username mapping for imap/pop

2014-01-13 Thread bidwell
Thank you. That is what I thought and have implimented. Tracing the problem further, my imap connection successfully authenticates and then gets a "connection closed by foreign host" going through nginx. The pop connection works just fine, but imap fails. I have nginx configured to enter on por

Re: SSL ciphers, disable or not to disable RC4?

2014-01-13 Thread Axel
Am 12.1.2014 20:08, schrieb Darren Pilgrim: HIGH will add in only high-grade ciphers, so you don't need to add them manually or exclude export- and low-grade ciphers. You can use @STRENGTH to sort the list for you instead of doing it by hand: ssl_ciphers HIGH:!CAMELLIA:!RC4:!PSK:!aNULL:@STRENGT