No need to - it will be statically compiled. Just drop the "make %{?_smp_mflags}" part for just "make" - otherwise not going to work with OpenSSL 1.0.1 due to a bug. And you will be able to use EC EDH - a lot better than just Ephemeral Diffie-Hellman (if you need Perfect Forward Secrecy, of course); most of the browsers already support it. '--with-openssl=/usr/src/redhat/SOUby Samael - Nginx Mailing List - English
Oh, boy, was this stupid. Thank you very much, I've actually though about this, but said "naah, probably won't help". I will report it to the OpenSSL guys.by Samael - Nginx Mailing List - English
Hello, Maxim, I'm compiling with vanilla nginx 1.1.16 with vanilla OpenSSL sources on CentOS 5 i686. When I compile OpenSSL manually, it compiles (and works) just fine. https://gist.github.com/1c7d728ac08f3c314eea Thanks for the "make all" clarification.by Samael - Nginx Mailing List - English
Hello, community, I'm having trouble compiling nginx against OpenSSL 1.0.1. When I compile OpenSSL manually, I have no problems, everything is fine, but when trying to compile nginx with the --with-openssl option the compilation fails with the following message: ... make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cmac' if [ -n "" ]; then \by Samael - Nginx Mailing List - English
Thank you, this was useful. I've tried it again and this time I correlated the events in the log and the tcpdump capture. It seems that the client is requesting a window update, which doesn't receive an answer and triggers the send timeout. I think that this is the issue. Thank you very much for your help.by Samael - Nginx Mailing List - English
Of course - http://pastebin.com/raw.php?i=RnZv58Zqby Samael - Nginx Mailing List - English
Hello, guys, Recently, I've started seeing a strange problem - sometimes it happens that nginx only transfers only a small part of the file and the download gets interrupted. When I debug it, the issue narrows down to "client timed out (110: Connection timed out) while sending response to client", but this is certainly not the case, as it happens very quickly (almost immediately afterby Samael - Nginx Mailing List - English
And I have no idea why would you enable sslv2 and even sslv3.by Samael - Nginx Mailing List - English
Xan, I suggest you take a look at this link - https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/by Samael - Nginx Mailing List - English
I'm wondering why don't you try http://wiki.nginx.org/HttpRefererModule?by Samael - Nginx Mailing List - English
Well, fortunately, I can read Russian pretty much without problems as I studied it for years :) I could even help with the translation, if I may.by Samael - Nginx Mailing List - English
Thank you for your advices and your insight, Igor, I've adjusted my configuration file accordingly, feels much better now. It is stupid, but the truth is that I didn't know that it was possible to use nested locations. Спасибо!by Samael - Nginx Mailing List - English
Thanks for the suggestions, I will check how can I improve my configuration upon them. Unfortunately, they seem to be less generic (ie including specific paths) and so promote the probability of making errors. I'm wondering about the regex usage in location though - this is one of the things I like very much about nginx. Can you please elaborate the reasons for avoiding them?by Samael - Nginx Mailing List - English
Igor, to cut things short - I'd like to either pass the PHP scripts' execution to the fcgi processes or prevent them from being downloaded. In addition, I tried to prevent PHP scripts in common webserver-writeable directories (of course, this list will be extended) from being executed in order not to allow user-provided PHP files to be passed to php-fpm: if ($uri ~* \/(images?|system|downloaby Samael - Nginx Mailing List - English
Hello, guys, Another Apache convert here. My 3rd day with nginx and loving it. I have a nginx + php-fpm setup. The problem is that nginx downloads the PHP scripts without being parsed instead of passing them to php-fpm - so far I have discovered that happening only with Chrome's 14.0.835 (64bit), otherwise it works just fine; there is no difference whether php-fpm is running or not, so I thiby Samael - Nginx Mailing List - English