Updated Apache tips (markdown)

ghost-from-the-past 2021-04-14 15:55:02 +02:00
parent 530caf3d80
commit 8d83225fa4

@ -1 +1,14 @@
<p>the directory /var/www is where Apache2 expects to have the websites (in Ubuntu, Debian flavors)</p>
<p>To enable or disable the automatic start of Apache2 service when you boot your machine use</p>
<blockquote>
<p>&gt;systemctl enable apache2.service</p>
<p>&gt;systemctl disable apache2.service</p>
</blockquote>
<p>
<br/>
</p>
<p>To start or stop manually the Apache2 service use</p>
<blockquote>
<p>&gt;systemctl start apache2.service</p>
<p>&gt;systemctl stop apache2.service</p>
</blockquote>