Installing PHP on the Red Hat family—Fedora, RHEL, CentOS 7—is a must for cyber security and it’s not rocket science. With a few easy steps, you too can bring your PHP based web applications to the next level.
The LEMP stack: NGINX, MariaDB/MySQL, PHP 7.x on RHEL/Fedora/CentOS with SELinux
The setup of the LEMP stack (NGINX, MariaDB or MySQL, and PHP) has many caveats. They can impact both performance and security.
Here is how to LEMP (not limp along!).
Amazon Route 53 Traffic Flow for Global Traffic Management in the AWS Cloud
With Amazon Route 53 Traffic Flow, the cloud provider introduced a traffic management service that lets you control how your end-users are routed to your application’s endpoints. (Route 53 is Amazon’s DNS and domain registration service.)
Tip of The Day: Test Your Web Server’s Crypto Prowess for TLS, Diffie-Hellman, and more
Are you concerned about the security of data transmissions in which your web server participates day in and day out? Passwords, user names, credit card numbers, and other sensitive private communications on the Internet can easily be compromised unless you actively take precautionary measures and preempt the most common exploits by means of modern cryptography. Your users trust that you will protect them. The only question is: how do you measure success?
Tip of the Day: How to Extract Domain Names from Email Addresses using Regular Expressions (RegEX)
Extracting domain names from email addresses with the help of regular expressions takes just a nanosecond once you have the formula. The formula is the key.