Updated Install Tracks on Ubuntu 20.10 (markdown)

ghost-from-the-past 2021-04-14 16:29:48 +02:00
parent df7c81fe76
commit c0e66b044a

@ -325,9 +325,7 @@ mysql> quit
>systemctl restart apache2 >systemctl restart apache2
</blockquote> </blockquote>
<p>------------</p> <p>------------</p>
<p>By default, the Passenger log file is the global (not the per-vhost) Apache error log file.</p> <p>Good to know for debugging: 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>
<p>This is typically located in /var/log/apache2/error_log.</p>
<p>You can find out the exact location of the Passenger error log by running</p>
<blockquote> <blockquote>
&gt;passenger-config --detect-apache2 &gt;passenger-config --detect-apache2
</blockquote> </blockquote>