Hello, I've been looking for a way to cause Apache to dump core when it crashes (found it - point CoreDumpDirectory to a writeable directory) and while doing so I was looking for a way to verify whether the "unlimit -c unlimited" that I hoped I had passed to it is actually working, but couldn't find a way to find the "RLIMIT_CORE" of a running process from outside it.
Is this possible? It's more of a curiosity right now, as I managed to get a core file and debug the problem. Thanks, --Amos