Changes

From Amahi Wiki
Jump to: navigation, search
* preserve as much as possible from the existing (buggy) environment
* make Make sure httpd configuration is sane: httpd -t - (result should say be "Syntax OK"): {{Code|httpd -t}}
The idea is to not delete anything permanently - copy or move things to, say, a folder in /tmp if you have to get something out of their place. For example:
 
{{code|mkdir /tmp/app-debug/}}
cp -a /etc/httpd/conf.d /tmp/app-debug}}
ALso Also the user can provide this information:
* Copy of the app install log:{{Code|tail -300 /var/log/amahi-app-installer.log <nowiki>| </nowiki> fpaste}}
* To check if process is running (i.e. sab is the app):
{{Code|ps guax <nowiki>|</nowiki> grep sab <nowiki>|</nowiki> fpaste}}
12,424

edits