Guides 11792 Published by Philipp Esselbach 0

This guide walks readers through building a LAMP stack on Slackware 15.0 while avoiding the pitfalls of third‑party repositories, so every component comes straight from the official Slackware mirror. It details downloading and compiling Apache, MariaDB (the MySQL drop‑in), and PHP‑fpm with options that enable dynamic module loading and secure database initialization. After configuring a Unix‑socket pool for PHP‑fpm and linking it to Apache via a simple handler rule, the tutorial shows how to start all services and verify functionality with phpinfo(). Finally, it suggests optional tweaks such as hardening MariaDB by limiting root access and turning on OPcache to improve performance.