Server configuration guides - Page 8

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 8 of 10.

Nginx logo with 403 gate and web file diagram for Forbidden troubleshooting

How to Fix Nginx 403 Forbidden

An Nginx 403 Forbidden error means the request reached the server, but Nginx or an upstream layer refused to serve the requested resource. The most common causes are...

Published

Nginx logo with 404 warning and file routing diagram for troubleshooting Not Found errors

How to Fix Nginx 404 Not Found

An Nginx 404 Not Found error means the request reached a web server, but the active Nginx configuration or the upstream application could not match it to a...

Published

Nginx logo with broken upstream flow and 502 alert for Bad Gateway troubleshooting

How to Fix Nginx 502 Bad Gateway

An Nginx 502 Bad Gateway error means Nginx accepted the client request but could not get a valid response from the upstream service. The upstream might be a...

Published

MariaDB and Arch Linux logos with database and code icons

How to Install MariaDB on Arch Linux

Arch Linux installs MariaDB from the official repositories, but the database server will not start until you initialize /var/lib/mysql with mariadb-install-db. To install MariaDB on Arch Linux cleanly,...

Updated ( Published )

PostgreSQL elephant logo and Arch Linux logo with database icons representing PostgreSQL deployment on Arch Linux

How to Install PostgreSQL on Arch Linux

PostgreSQL on Arch Linux is a pacman-managed database server, but it will not start until you initialize its data directory with initdb. The official postgresql package installs the...

Updated ( Published )

PHP and Arch Linux logos representing PHP installation and configuration on Arch Linux

How to Install PHP on Arch Linux

Arch Linux keeps PHP in the official repositories, with the current branch available as php and a separate php-legacy branch for older application compatibility. Install the main package...

Updated ( Published )