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.

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

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

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

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

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