Fast, Scalable And Secure Web Hosting For Web Developers
Fast, Scalable And Secure Web Hosting For Web Developers
Learn to set up your server and website
About the Book
Good website performance is becoming a top priority for many webmasters. This is because it gives the users of your site a better experience.
It also helps your ranking in search engines, which may offer you more free traffic from them. If you have an e-commerce site, several studies have shown that a faster website can increase the sale conversions, thus revenue!
Understanding the building blocks of your website will make sure that it can scale in popularity while keeping it stable and fast!
The first section of the book gives an overview on what to look for in a web hosting company. Where should you host your site and with whom? We will give you an overview of the alternatives and show you how you can choose the best solution for your specific use case.
After having chosen a webhosting package and server, we will install a Linux-based OS on our server. We’ll guide you through choosing and installing the right Linux distribution.
After the base OS installation has been completed, we'll install and configure commonly used web software including
- Nginx webserver
- PHP 7.x
- PHP-FPM
- Java 11
- Jetty 9.4
- MariaDB database (drop-in replacement for MySQL)
- UFWFirewall
- Wordpress
We will also focus on tuning the OS for performance and scalability. Making your server and website secure (via HTTPS) is a hot topic since Google announced it can positively impact your Search Engine Rankings. We'll describe how to enable HTTPS and secure connections to your website.
We'll also explain technologies like SPDY, HTTP/2 and CDN and how they can help you to make your site faster for your visitors from all around the world.
Still not convinced?
Let me share a few quotes from readers:
*Take advantage of our summer sale* ! We now offer the Fast, Scalable And Secure web hosting ebook for a suggested price of $29.99, that's 25% off! Buy now :)
Table of Contents
-
Preface
- Who Is This Book For?
- Why Do You Need This Book?
- Introduction
-
Choosing Your Website Hosting
-
Types Of Hosting
- Shared Hosting
- VPS Hosting
- Dedicated Hosting
- Cloud Hosting
- Unmanaged vs Managed Hosting
- Our Recommendation
-
Checklist For Choosing Your Optimal Webhost Provider
- Performance Based Considerations
- Benchmarking web hosts
- VPS Virtualization methods considerations
- IPv4 / IPv6 Support
-
Example ordering process
- RamNode Ordering
-
Types Of Hosting
-
Installing the Operating System
-
Choosing a Linux Distribution
- The Linux kernel used should be as recent as possible
- Choosing a Server Distribution
-
Installing Ubuntu 19.04
- Selecting the ISO template in the Ramnode Control Panel and Booting from CDROM
- Using Tight VNC Viewer
- Start the Ubuntu Server Install
- Setting up SSH access to login to your server
- Login via SSH
- Updating system packages
- Installing Miscellaneous Tools
- Enabling IPv6 Support
- Useful Linux Commands
-
Upgrading Ubuntu 19.04 to a future release
- Remove any unused old kernels
- Do the upgrade via VNC
-
Choosing a Linux Distribution
-
Performance Baseline
- ServerScope.io
- Testing Ping Speed
-
Tuning KVM Virtualization Settings
- VPS Control Panel Settings
-
Tuning Kernel Parameters
-
Improving Network speeds (TCP/IP settings)
- Disabling TCP/IP Slow start after idle
-
Improving SSD Speeds
- Scheduler Settings
- Reducing writes on your SSD drive
- Other kernel settings
-
Improving Network speeds (TCP/IP settings)
-
Installing OpenSSL
- Installing OpenSSL 1.1.1c
-
Securing your Server
-
Configuring UFW
- Configuring the ports to open
- A list of ports
- Show the current UFW rules
-
Configuring UFW
-
Ordering a Domain Name For Your Website
- Choosing a Domain Name and a Top Level Domain
- Ordering a Domain With EuroDNS
- Configuring a Name Server
- Ordering the DNSMadeEasy DNS Service
-
Installing MariaDB 10, a MySQL Database Alternative
- Download & Install MariaDB
- Starting and Stopping MariaDB
- Securing MariaDB
- Upgrade MariaDB To a New Version
-
Tuning the MariaDB configuration
- Kernel Parameters
- Storage Engines
- Using MySQLTuner
- Enabling HugePages
- System Variables
- Diagnosing MySQL/MariaDB Startup Failures
-
Installing nginx Webserver
- Why nginx ?
-
Installing nginx
- nginx compilation flags
- PID files; what are they?
- nginx Releases
- Starting and stopping nginx
-
nginx Configuration
- nginx configuration files
- Test the Correctness of the nginx Configuration Files
- Optimal Nginx configuration settings
- Error Log File Location
- Configuring the Events Directive
- Configuring the HTTP Directive
- Configuring the Mime Types
- Configuring Your Website Domain in nginx
- Updating nginx
-
Installing PHP
- Which PHP Version?
- Install PHP 7.3
- What is an OpCode Cache?
- Zend OpCache
- FastCGI Process Manager (FPM)
- Other PHP modules
- Testing the PHP Install
-
Tuning php.ini settings
- Set maximum execution time
- Set duration of realpath information cache
- Set maximum size of an uploaded file.
- Set maximum amount of memory a script is allowed to allocate
- Set maximum size of HTTP POST data allowed
- Don’t expose to the world that PHP is installed
- Disable functions for security reasons
- Disable X-PHP-Originating-Script header in mails sent by PHP
- Sets the max nesting depth of HTTP input variables
- Sets the max nesting depth of input variables in HTTP GET, POST (eg. $_GET, $_POST.. in PHP)
- Enable Zend Opcache
-
Installing PHP-FPM
- Configuring PHP-FPM
- Configuring a PHP-FPM Pool
- How to start PHP-FPM
- nginx FPM Configuration
- Viewing the PHP FPM Status Page
- Viewing statistics from the Zend OpCode cache
-
Installing PHPMyAdmin
- Installing phpMyAdmin
-
Installing Jetty
- Download Jetty 9.4.x
- Adding the Jetty port to the UFW Firewall
- Enabling Large Page/HugePage support for Java / Jetty
-
Forwarding requests from Nginx to our Jetty server
- Garbage Collection in Java
- Optimising Java connections to the MariaDB database
- Download and install the MariaDB JDBC4 driver
- Download and install HikariCP - a database connection pool
-
Enabling Log rotation
- fail2ban log rotation
- MariaDB Log rotation
- Log Rotation For nginx
- Log File Management For PHP-FPM
- Log File Management For Jetty9
-
Using a CDN
- Choosing a CDN
- Analysing performance before and after enabling a CDN
-
Configuring a CDN service
- Create a New Zone.
- Using a cdn subdomain like cdn.mywebsite.com
- Tuning the performance of your CDN
-
HTTPS everywhere
- Do you need a secure website?
-
Buying a certificate for your site
- Standard certificate
- Wildcard certificate.
- Public and private key length
- Extended Validation certificates and the green bar in the browsers
-
Buying the certificate
- Generate a Certificate Signing request
- Ordering a certificate
- Configuring nginx for SSL
- Getting an A+ grade on SSLLabs.com
- Enabling SSL on a CDN
- Enabling SPDY or HTTP/2 on a CDN
-
HTTPS certificates via Let’s Encrypt
- Install Certbot / Let’s Encrypt
- Generating a certificate for yourdomain.com
- Configure nginx to use Let’s Encrypt certificate
- Automating renewal of Let’s Encrypt certificates
- Using DNS challenge to generate and validate your certificate
-
Configure Email For Your Domain
- Selfhosted Email Servers vs External Mail Systems
-
Signup for Zoho email
- Verify Domain
- Add Users
- Add Groups
- Configure Email Delivery
- Securing your email address
-
Installing Wordpress
- Downloading Wordpress
- Enabling PHP In Your Nginx Server Configuration
- Creating a Database For Your Wordpress Installation
- Installing Wordpress
- Enabling auto-updates for Wordpress (core, plugins and themes)
-
Installing Wordpress plugins
- Installing Yoast SEO
-
Optimizing Wordpress performance
-
Upload small sized images in the Wordpress media library
- Resizing images with Imagemagick
- EWWW Image Optimizer Wordpress plugin
- Remove CSS Link IDs plugin
- Disable Emojis support in Wordpress 4.2 and later
- Install the Cache Enabler plugin
- Install the CDN Enabler plugin
- Optimizing Wordpress performance with the W3 Total Cache plugin (deprecated)
- Installing W3 Total Cache
-
Upload small sized images in the Wordpress media library
-
Appendix: Resources
- TCP IP
- Ubuntu / Linux
- KVM
- SSD
- OpenSSL
- Nginx
- PHP
- MariaDB
- Jetty
- CDN
- HTTPS
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Do Well. Do Good.
Authors have earned$11,710,555writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
Recipes for Decoupling
Matthias NobackWrite software that survives
CQRS by Example
Carlos Buenosvinos, Christian Soronellas, and Keyvan Akbary- Leverage your Software Architecture skills by learning everything about CQRS in detail with lots of examples
- Develop faster applications by applying CQRS and fostering Read Models and Projections
- Learn how to apply CQRS into a brownfield project from a pragmatic approach
OpenIntro Statistics
David Diez, Christopher Barr, Mine Cetinkaya-Rundel, and OpenIntroA complete foundation for Statistics, also serving as a foundation for Data Science.
Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects.
More resources: openintro.org.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Maîtriser Apache JMeter
Philippe Mouawad, Bruno Demion (Milamber), and Antonio Gomes RodriguesToute la puissance d'Apache JMeter expliquée par ses commiteurs et utilisateurs experts. De l'intégration continue en passant par le Cloud, vous découvrirez comment intégrer JMeter à vos processus "Agile" et Devops.
If you're looking for the newer english version of this book, go to Master JMeter : From load testing to DevOps
Functional Event-Driven Architecture
Gabriel VolpeExplore the event-driven architecture (EDA) in a purely functional way. Learn to design and develop distributed systems that scale. Identify common design patterns in such systems.
Take your functional programming skills to the next level by joining me in developing a distributed system powered by Apache Pulsar and Fs2 streams, all in Scala 3!
C++20 - The Complete Guide
Nicolai M. JosuttisAll new language and library features of C++20 (for those who know previous C++ versions).
The book presents all new language and library features of C++20. Learn how this impacts day-to-day programming, to benefit in practice, to combine new features, and to avoid all new traps.
Buy early, pay less, free updates.
Other books:
On Java 8
Bruce EckelBy the author of "Thinking in Java," covering version 8 of the Java programming language (with updates to Java 17). Intended for “dedicated beginners,” it doesn’t assume you know anything about programming and takes you through the material step-by-step. However, I assume you are able to figure things out. It’s not a “dummies” or “idiot’s” guide.
Jetpack Compose internals
Jorge CastilloJetpack Compose is the future of Android UI. Master how it works internally and become a more efficient developer with it. You'll also find it valuable if you are not an Android dev. This book provides all the details to understand how the Compose compiler & runtime work, and how to create a client library using them.
The C4 model for visualising software architecture
Simon BrownA guide to visualising your software architecture with the C4 model.
Top Bundles
- #1
Software Architecture
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #2
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #4
Pattern-Oriented Memory Forensics and Malware Detection
2 Books
This training bundle for security engineers and researchers, malware and memory forensics analysts includes two accelerated training courses for Windows memory dump analysis using WinDbg. It is also useful for technical support and escalation engineers who analyze memory dumps from complex software environments and need to check for possible... - #7
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon... - #8
Practical FP in Scala + Functional event-driven architecture
2 Books
Practical FP in Scala (A hands-on approach) & Functional event-driven architecture, aka FEDA, (Powered by Scala 3), together as a bundle! The content of PFP in Scala is a requirement to understand FEDA so why not take advantage of this bundle!? - #9
The Python Craftsman
3 Books
The Python Craftsman series comprises The Python Apprentice, The Python Journeyman, and The Python Master. The first book is primarily suitable for programmers with some experience of programming in another language. If you don't have any experience with programming this book may be a bit daunting. You'll be learning not just a programming...