Updated Apache tips (markdown)

ghost-from-the-past 2021-04-14 16:32:41 +02:00
parent c0e66b044a
commit f8f15f2ead

@ -1,4 +1,11 @@
<p>the directory /var/www is where Apache2 expects to have the websites (in Ubuntu, Debian flavors)</p>
<p>
<br/>
</p>
<p>For debugging the Apache error log files are typically located in /var/log/apache2/</p>
<p>
<br/>
</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>