by James Bradach | Feb 7, 2016 | Articles |
Nginx Plugin During Early Beta When Let’s Encrypt started their closed beta, their documentation warned that their Nginx plugin was experimental. Using it as the authenticator to obtain certificates seemed to work, but using it as the installer would almost...
by James Bradach | Sep 10, 2015 | Articles |
For almost a year now I’ve been hosting CiviCRM instances for a couple clients. This has resulted in quite a bit of troubleshooting and experimentation with file permissions and Nginx configuration. Unfortunately, most of the documentation I’ve been able...
by Guest Blogger | Nov 1, 2014 | Articles |
Nginx is one of the most viable (and visible) open-source HTTP servers competing against Apache today. Due to its asynchronous, event-based nature, Nginx is highly scalable and can far outperform Apache under very heavy loads. As a result, it is one of the best...
by James Bradach | Oct 26, 2014 | Articles |
This weekend I overhauled my quick-lemp scripts for automating part of the server setup and LEMP stack installation process. The basic functionality is the same: standard new server setup is performed and a fully functioning LEMP stack is installed along with a sample...
by James Bradach | Oct 15, 2014 | Articles |
Despite being 15 years old, and theoretically replaced by TLS, SSL 3.0 is still in widespread use. As luck would have it, yesterday Google researchers revealed a vulnerability in 3.0 which allows for the decryption of secure connections. Poodlebleed is a vulnerability...
by Guest Blogger | Oct 14, 2014 | Articles |
IP Addresses and Domains In computer networks, every single machine is identified by a numerical label called an IP address like 203.0.113.1 (IPv4) or 2001:0db8:0f61:a1ff:0000:0000:0000:0080 (IPv6). As IP addresses are hard to remember, the Domain Name System has been...