Apache2 Workshop Installation und Handling
Version vom 14. März 2025, 14:25 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Installation= *sudo apt install -y apache2 =Handling= *systemctl status apache2 *systemctl stop apache2 *systemctl start apache2 *systemctl restart apache2 *s…“)
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