Hi, > unlink("/tmp/session_mm_apache0.mem") = 0
we noticed this behaviour too... /tmp usage would grow every day until it was filled. Looking at lsof, it appeared that the session_mm_apache0.mem file was being recreated every morning on apache reload, but apache still had open handles to the old one, so the disk space was still in use. I don't know if that helps, or if that indeed was really what was happening, but manually stopping and starting apache made all the /tmp disk usage go back to (almost) nothing. John McPherson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]