Difference between revisions of "Platform troubleshooting"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
 
To diagnose issues with the platform, the first step is to look at the platform log:
 
To diagnose issues with the platform, the first step is to look at the platform log:
  
{{Code| tail -300 /var/hda/platform/html/log/production.log <nowiki>|</nowiki> apaste}}
+
<blockquote><u>Fedora</u></blockquote>
 +
tail -300 /var/hda/platform/html/log/production.log | fpaste
  
It's possible that /etc/http/conf.d/10*.conf files are wedging the apache configuration. Restart apache and check /var/log/httpd/error_log
+
<blockquote><u>Ubuntu</u></blockquote>
(or /var/log/apache2/error_log).
+
tail -300 /var/hda/platform/html/log/production.log | apaste
 +
 
 +
It's possible that /etc/http/conf.d/10*.conf files are wedging the web server (httpd/apache) configuration. Restart apache and check the error_log (/var/log/httpd or /var/log/apache2).

Revision as of 22:22, 2 April 2014

To diagnose issues with the platform, the first step is to look at the platform log:

Fedora

tail -300 /var/hda/platform/html/log/production.log | fpaste

Ubuntu

tail -300 /var/hda/platform/html/log/production.log | apaste

It's possible that /etc/http/conf.d/10*.conf files are wedging the web server (httpd/apache) configuration. Restart apache and check the error_log (/var/log/httpd or /var/log/apache2).