mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Updated Apache tips (markdown)
parent
c0e66b044a
commit
f8f15f2ead
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
||||||
<p>the directory /var/www is where Apache2 expects to have the websites (in Ubuntu, Debian flavors)</p>
|
<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>
|
<p>To enable or disable the automatic start of Apache2 service when you boot your machine use</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>>systemctl enable apache2.service</p>
|
<p>>systemctl enable apache2.service</p>
|
||||||
|
@ -9,6 +16,6 @@
|
||||||
</p>
|
</p>
|
||||||
<p>To start or stop manually the Apache2 service use</p>
|
<p>To start or stop manually the Apache2 service use</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>>systemctl start apache2.service</p>
|
<p>>systemctl start apache2.service</p>
|
||||||
<p>>systemctl stop apache2.service</p>
|
<p>>systemctl stop apache2.service</p>
|
||||||
</blockquote>
|
</blockquote>
|
Loading…
Add table
Add a link
Reference in a new issue