Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 284 Bytes

Apache.md

File metadata and controls

17 lines (10 loc) · 284 Bytes

Apache

Neu starten / stoppen

To restart Apache 2, enter:

sudo service apache2 restart

To stop Apache 2, enter:

sudo service apache2 stop

To start Apache 2, enter:

sudo service apache2 start

To gracefully reload Apache 2, enter:

sudo service apache2 reload