LAMP (software bundle): Difference between revisions

Line 12: Line 12:
sudo apt update
sudo apt update
sudo apt install apache2
sudo apt install apache2
# Enable some basic modules
sudo a2enmod rewrite
</syntaxhighlight>
</syntaxhighlight>