diff --git a/Apache-tips.md b/Apache-tips.md index f731c85..f183327 100644 --- a/Apache-tips.md +++ b/Apache-tips.md @@ -1 +1,14 @@ -

the directory /var/www is where Apache2 expects to have the websites (in Ubuntu, Debian flavors)

\ No newline at end of file +

the directory /var/www is where Apache2 expects to have the websites (in Ubuntu, Debian flavors)

+

To enable or disable the automatic start of Apache2 service when you boot your machine use

+
+

>systemctl enable apache2.service

+

>systemctl disable apache2.service

+
+

+
+

+

To start or stop manually the Apache2 service use

+
+

>systemctl start apache2.service

+

>systemctl stop apache2.service

+
\ No newline at end of file