Intro to NGINX If you’ve been following along with my posts, you have a sound introduction to Apache Web Server, how it functions, it’s place in history, and how Sumo Logic can help you sort through the numerous logs provided. Apache Access and Error logs are integral to understanding the traffic patterns and issues your users […]
Getting Started with LEMP: Installing Nginx, MySQL, PHP on Ubuntu 18.04 (Part 3 of 3)
Welcome to the final installment of this 3 part guide! In the previous section, we went over how to configure server blocks, move our test pages into the proper directories, creating symbolic links, and editing our host file. In part 3, we will be installing MySQL and PHP, configuring security settings, and ensuring Nginx can […]
Getting Started with LEMP: Installing Nginx, MySQL, PHP on Ubuntu 18.04 (Part 2 of 3)
In the first part of this LEMP installation guide, we went over updating and installing your Linux packages, installing and testing Nginx, configuring network ports, and creating test pages. In part 2, we are going to configure our server blocks, move our test pages, make sure they can be served, and edit our host file. […]
Getting Started with LEMP: Installing Nginx, MySQL, PHP on Ubuntu 18.04 (Part 1 of 3)
You can find many LAMP/LEMP tutorials online, but I am curating this “How-To” guide for my own benefit so I can come back to this when needed, and also perhaps if anyone needs help, this can serve as a starting point for them. I’m going to be using VirtualBox for this and I highly recommend […]