Overview # This chapter describes how to deploy WordPress on OpenBSD using the base web server httpd(8) , PHP-FPM from packages, and MariaDB from packages. OpenBSD runs the web server in a chroot(2) at /var/www, so name resolution and interprocess communication must work from within that environment. All commands assume the root shell (#). Replace versioned paths for PHP as appropriate for the installed package set. Preparation: Name Resolution in the httpd Chroot # Ensure that processes runn...