SSL process hangs - fills /tmp

heh - well here's the setup:

cPanel server
Ran /scripts/securetmp

Works fine and all - but it limits the tmp space to 226M (or something like that)

Which is also fine.

Except when an apache SSL process decides it's going to hang and eat up all the tmp space. At least this is how it appears since every time the tmp dir get's full, there's this process running at 99% CPU usage:

/usr/local/apache/bin/httpd -DSSL

Anyone know what may cause this process to hang like that?
I tried re-compiling apache, but that didn't do it.

Using mod_ssl

Or at the very least - a way to monitor the tmp directory size and be notified if it's usage jumps above a certain point so that I can fix it before it takes sites offline?

Thanks!

 

 

 

 

Top