Cheat Sheet #day3 - Apache Web Server
Apache Web Server Cheat Sheet
Basic Commands
Start Apache:
sudo systemctl start apache2 # Debian/Ubuntu
sudo systemctl start httpd # CentOS/RHEL
Stop Apache:
sudo systemctl stop apache2 # Debian/Ubuntu
sudo systemctl stop httpd ...
cloudtuned.hashnode.dev4 min read