We have HTTP Basic Auth implemented by using Apache2::AutenNTLM and sometimes it acts really weird - Apache just stop responding (usually after some idle time) imagine that you type in customer.pl and the browser keeps loading the page and the screen keeps blank. In httpd/error_log I see this message:
[xxxx] AuthenNTLM: timed outwhile waiting for lock (key = 23754)
service restarts successfuly solves the problem, till the next issue (approx once a week or so)
All other processes are alive - cron is runing, messages are sent, the only problem is with this NTLM auth module

As I googled, it seems like a semaphore issue, maybe someone got similar problem and have successfuly solved it?
Thanks in Advance,
A.