Apache Core Dump
From Amahi Wiki
When a web app crash, your browser give you an error message that looks like "This webpage is not available.", or offer you to save a file (when it shouldn't).
If a web page / web app crash, here's how you can give us the info we need.
- Go to: http://hda/setup?sub=servers&tab=app Click "Apache Web Server", then uncheck "Watchdog".
- Open Terminal as root
- service httpd stop
- yum -y install gdb
- gdb /usr/sbin/httpd
- In gdb: run -X
Wait a minute or so, then try to make it crash: try to load the page / do what you did in the past to make it crash.
gdb should show something like this: Program received signal SIGSEGV, Segmentation fault. - In gdb: bt
Copy / paste what you get there on http://paste.amahi.org - In gdb: quit
- killall httpd
- Go to: http://hda/setup?sub=servers&tab=app Click "Apache Web Server", then check "Watchdog".