Operating System - HP-UX
1833247 Members
2714 Online
110051 Solutions
New Discussion

core - Apache 1.3.14 on HPUX11.11

 
SOLVED
Go to solution
weller
Advisor

core - Apache 1.3.14 on HPUX11.11

I use Apache 1.3.14 on HPUX11.11. From time to time I get mine / opt
fully with core.
Therefore my question: can I configure to the Apache in such a way that he writes core elsewhere?
And Is the problem with core well-known?
Thanks
1 REPLY 1
Bill McNAMARA_1
Honored Contributor
Solution

Re: core - Apache 1.3.14 on HPUX11.11

You should try to d/l it from software.hp.com . Apache is up to 1.3.20 at the moment.
In any case, you can ln -s core /dev/null (or file) if you like.
Issue file core to see why it dumed, also strings core|more or more correctly use the gdb wildebeast debugger found on hp.com/go/languages to debug the core..
gdb /opt/apache/bin/httpd core
and you'll find the stack.

Bill
It works for me (tm)