ALPN Step 1. Manually update your openssl # openssl version OpenSSL 1.0.1e-fips 11 Feb 2013 # yum install pcre-devel -y # cd /usr/local/src/ # wget https://www.openssl.org/source/openssl-1.0.2-latest.tar.gz # tar -zxf openssl-1.0.2-latest.tar.gz # cd openssl-1.0.2k/ # ./config # make depend # make # make test # make install # mv /usr/bin/openssl /usr/bin/openssl_1.0.1e # ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl ..
Category : Nginx
Since you can get a shed load of RAM these day for next to nothing you might as well use to improve performance. Pretty easy to do, just tell your “server block” w..
Fancied a play with both CentOS 7 and Nginx, since I’ve used CentOS 6 (ok and 4 and 5, I’m old!) and apache. I’m still just going to do it the lazy way though, no f..