Difference between revisions of "Platform troubleshooting"
From Amahi Wiki
Line 2: | Line 2: | ||
{{Code| tail -300 /var/hda/platform/html/log/production.log <nowiki>|</nowiki> apaste}} | {{Code| tail -300 /var/hda/platform/html/log/production.log <nowiki>|</nowiki> apaste}} | ||
+ | |||
+ | 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 | ||
+ | (or /var/log/apache2/error_log). |
Revision as of 11:00, 20 October 2012
To diagnose issues with the platform, the first step is to look at the platform log:
bash code |
---|
tail -300 /var/hda/platform/html/log/production.log | apaste
|
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
(or /var/log/apache2/error_log).