Apache2 Workshop Installation und Handling
Installation
- sudo apt install -y apache2
Handling
- systemctl status apache2
- systemctl stop apache2
- systemctl start apache2
- systemctl restart apache2
- systemctl reload apache2
- systemctl is-enabled apache2
Welche Ports sind offen?
- ss -lntp | grep apache2