Category Apache2

WordPress Install Scripts

What this is Two Bash installers that turn a fresh Debian/Ubuntu box into a working WordPress site, backed by MariaDB and PHP-FPM. One targets nginx (LEMP), the other targets Apache (LAMP, using mod_proxy_fcgi rather than mod_php). Both are interactive by…

Apache2 Setup

Apache2 Configuration To setup virtual hosts, we need to setup DNS zones. Go to /usr/local/samba/private/dns/ directory and edit patan.t311.zone file. Add these records at the bottom of the page.   intranet        IN A    10.1.1.15 www        IN A    10.1.1.15 *.client.patan.t311.        IN…