Basic usage of apache2.
https://ubuntu.com/tutorials/install-and-configure-apache
Install
1 | sudo apt update |
Web Page
1 | ls /var/www/html/index.html |
Config
1 | cd /etc/apache2/sites-available/ |
Start Server
1 | sudo a2ensite gci.conf |
Log
1 | tail -f /var/log/apache2/error.log |