Main public logs
From The Maceys in California
Combined display of all available logs of The Maceys in California. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:16, 25 January 2026 Lynn Macey talk contribs created page Install LAMP (Created page with "LAMP is short for Linux Apache MySQL/MariaDB and PHP. These are the foundations of most web servers. ==Install Apache== <syntaxhighlight lang="shell" line> apt update -y </dev/null apt install apache2 -y </dev/null a2enmod rewrite a2enmod headers chown -R www-data:www-data /var/www systemctl restart apache2 </syntaxhighlight> ==Install MariaDB== <syntaxhighlight lang=shell line> apt install mariadb-server -y </dev/null systemctl status mariadb echo Done </syntaxhighlig...")
