Ian Holsman wrote: > I'll try to get a dump file on my solaris box. > (no idea why linux isn't giving me a core)
Getting coredumps on Linux has been problematic here too. If you're using a threaded MPM, switching to prefork or a 2.4.x kernel can help, and of course ulimit -c and permissions. Greg