Book Image

CentOS System Administration Essentials

Book Image

CentOS System Administration Essentials

Overview of this book

Table of Contents (18 chapters)
CentOS System Administration Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Nginx – Deploying a Performance-centric Web Server

When it comes to web servers, it seems that Apache gets all the attention, and you may be led to believe that there is little competition; so let me introduce Nginx to you. We have seen many articles implementing the Linux Apache MySQL and PHP (LAMP) technology. We shall play this a little left field and look at Linux Nginx MySQL and PHP (LEMP); the E in LEMP comes from the phonetic version of the web server that is pronounced engine-x, allowing us to place a well needed vowel to create the acronym LEMP. The web server was first introduced in 2004, and Nginx is beginning to make inroads into the enterprise web space, being faster to deliver web content than equivalent Apache servers.

The following topics are going to be covered in this chapter:

  • Installing and configuring Nginx: We will install and configure the Nginx web server

  • Installing PHP: We will install PHP5 to integrate with Nginx

  • Installing MySQL: We will install and configure...