Server configuration guides - Page 7
Build and repair Linux server stacks with guides for Nginx, PHP-FPM, MariaDB, TLS, reverse proxies, and production web services.
Curated guides
Server setup guides
110 matched guides, best match first. Page 7 of 10.

How to Install Redis on Rocky Linux 10, 9 and 8
Fast cache reads matter when an application would otherwise keep asking a disk-backed database for the same session, queue, or page-fragment data. To install Redis on Rocky Linux...

How to Install Nginx Mainline on Rocky Linux 10, 9 and 8
Rocky Linux's AppStream Nginx package is built for conservative server maintenance, but nginx.org is the better source when you specifically need the current Mainline branch. Install Nginx Mainline...

How to Install PHP on Rocky Linux 10, 9 and 8
PHP on Rocky Linux works best when you match the runtime branch to the release before installing web-server packages or extensions. To install PHP on Rocky Linux, use...

How to Install PHPUNIT on Fedora 44
PHP test suites are easier to keep reliable when the runner matches both your PHP branch and the project style you use every day. Fedora packages current PHPUnit...

How to Install Apache HTTPD on Fedora 44
A Fedora system can serve a real site as soon as Apache HTTP Server is installed, allowed through firewalld, and pointed at a document root. To install Apache...

How to Install PHP-Imagick on Ubuntu 26.04, 24.04 and 22.04
Image uploads, thumbnail generation, and PDF previews usually fail in PHP applications when the Imagick extension is missing. To install PHP-Imagick on Ubuntu, use the php-imagick package from...

How to Install PHP 8.2 on Ubuntu 26.04, 24.04 and 22.04
Install PHP 8.2 on Ubuntu when an application still requires the 8.2 runtime, extension ABI, or compatibility behavior before you move it to a newer PHP branch. Ubuntu...

How to Install PHP on Fedora 44
Fedora's PHP packages track modern framework requirements without adding a third-party repository, which makes the official Fedora repository path through DNF the cleanest default for WordPress, Laravel, Symfony,...

How to Install PHP on CentOS Stream 10 and 9
Most CentOS Stream web stacks start with AppStream PHP packages because DNF keeps the runtime, extensions, and security updates tied to the system package set. You can install...

How to Install Apache HTTPD on CentOS Stream 10 and 9
A small CentOS Stream server can start serving a real site as soon as Apache HTTP Server is installed, allowed through firewalld, and pointed at a document root....

How to Install Redis on Fedora 44
Fast cache reads only help when Fedora installs the server package your application expects. To install Redis on Fedora today, first decide whether Redis-compatible Valkey is enough or...

How to Install PHP 8.3 on Ubuntu 26.04, 24.04 and 22.04
PHP 8.3 is the branch many production applications still target when they need modern language features without moving to the newest PHP line. To install PHP 8.3 on...