Updated log files locations (markdown)

ghost-from-the-past 2021-04-28 11:23:54 +02:00
parent ce73092af1
commit dc10830938

@ -14,3 +14,9 @@
<p>(CentOS, RedHat)</p>
<p>ErrorLog "/var/log/httpd/tracks_error.log"</p>
<p>CustomLog "/var/log/httpd/tracks_access.log"</p>
<h2>MySQL</h2>
<h2>Passenger</h2>
<p>by default the Passenger log file is the global (not the per-vhost) Apache error log file. This is typically located in /var/log/apache2/error_log. You can find out the exact location of the Passenger error log by running</p>
<blockquote>
&gt;passenger-config --detect-apache2
</blockquote>