Fedora server configuration guides

Build and repair Fedora server stacks with web servers, PHP, databases, TLS, reverse proxies, and production checks.

Curated guides

Fedora server setup guides

8 matched guides, best match first.

Nginx and PHP-FPM logos connected to Fedora logo on blue technology background

How to Configure Nginx for PHP-FPM on Fedora 44

Pairing Nginx with PHP-FPM on Fedora gives PHP applications a fast front end for static files, routing, and TLS while a separate FastCGI worker pool executes PHP code....

Updated ( Published )

Nginx logo with arrow pointing to Fedora logo on blue tech background

How to Install Nginx on Fedora 44

Most self-hosted Fedora systems need a reverse proxy or static site server before the application layer matters, and Nginx still fits that job with a small footprint and...

Updated ( Published )

MariaDB and Fedora logos on a blue database network background

How to Install MariaDB on Fedora 44

Fedora 44 uses MariaDB 11.8 as the unversioned repository default, so the package name decides whether a server gets the current Fedora branch or the older 10.11 LTS...

Updated ( Published )

PostgreSQL elephant logo with version 14 badge next to Fedora logo on blue background with database icons

How to Install PostgreSQL 14 on Fedora 44

Fedora 44 ships PostgreSQL 18 by default, which is fine for new deployments but not for application stacks that still depend on the 14.x branch. To install PostgreSQL...

Updated ( Published )

PHPUnit logo with arrow pointing to Fedora logo on blue background with code elements

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...

Updated ( Published )

Artistic representation of Apache HTTPD and Fedora Linux with logos and painterly background

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...

Updated ( Published )

PHP logo with arrow pointing to Fedora logo representing PHP installation on Fedora Linux

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,...

Updated ( Published )

Redis logo and Fedora logo on a blue technology background

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...

Updated ( Published )