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 […]
Introduction to Apache Web Server
What is Apache Web Server? Apache HTTP Server is a free and open-source web server that delivers web content through the internet. It is commonly referred to as Apache and after development, it quickly became the most popular HTTP client on the web. It’s widely thought that Apache gets its name from its development history and […]
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 […]