mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Updated Apache tips (markdown)
parent
34ba4477b0
commit
4b18324da3
1 changed files with 21 additions and 1 deletions
|
@ -19,3 +19,23 @@
|
|||
<p>>systemctl start apache2.service</p>
|
||||
<p>>systemctl stop apache2.service</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>If you have a name inside /etc/hostname you can also use that name instead of localhost.</p>
|
||||
<h4>some errors I encountered</h4>
|
||||
<p>when checking the stauts I get</p>
|
||||
<blockquote>
|
||||
AH00558: apache2: Could not reliably determine the server's fully qualified domain name
|
||||
</blockquote>
|
||||
<p>If you get this kind of error go to /etc/apache2/apache2.conf and insert the following line to the file</p>
|
||||
<blockquote>
|
||||
ServerName localhost
|
||||
</blockquote>
|
||||
<p>after the changes you need to reload apache</p>
|
||||
<blockquote>
|
||||
>systemctl reload apache2
|
||||
</blockquote>
|
||||
<p>the previous error should disappear</p>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue