Practical Apache, PHP-FPM & Nginx Reverse Proxy: How to Build a Secure, Fast and Powerful Webserver from scratch (Practical Guide Series Book 3)
<h1>Practical Apache, PHP-FPM & Nginx Reverse Proxy</h1><br />This is the 3rd book in the Practical Guide Series for Linux System Administrators. It will help you understand what is Apache Handler, what is PHP SAPI - e.g. DSO, mod_suPHP, mod_fastcgi, etc and how all these pieces fit together. <br /><br />This book will also show you how to <b>secure and hardened the Apache</b> webserver and <b>PHP-FPM</b>. The default setup in Apache and PHP are pretty lax in security. A web-user on a non-secured server can easily view the system password file (/etc/passwd) as well as view another user's private/system files by writing just 3 lines of code. This book will show you exactly how you can accomplish this on a non-secured server!<br /><br />This book will also cover how to setup <b>Nginx Reverse Proxy</b> to the Apache webserver to boost website performance. Here are the table of contents in this Practical Guide to Apache, PHP-FPM and Nginx Reverse Proxy:<br /><br /><ul><li>Chapter 1. The 'LAMP' stack</li><br /><li>Chapter 2. Apache Handlers & PHP SAPI</li><br /><li>Chapter 3. Instal & Configure PHP-FPM</li><br /><li>Chapter 4. Boost Performance with Opcode Cache</li><br /><li>Chapter 5. Securing Apache</li><br /><li>Chapter 6. Securing PHP (php.ini)</li><br /><li>Chapter 7. Performance Tuning</li><br /><li>Chapter 8: Installing Nginx server as Reverse-Proxy</li><br /><li>Summary: Book Errata & Support</li><br /></ul><br />