On 5/4/2010 4:51 PM, Nick Kew wrote: > > On 4 May 2010, at 20:16, William A. Rowe Jr. wrote: > >> To that end, I've hacked together >> http://people.apache.org/wrowe/mod_mutex.c >> http://people.apache.org/wrowe/util_mutex.h > > I'm getting 404 on both those URLs. What gives?
Missed a tilde, sorry (!) http://people.apache.org/~wrowe/mod_mutex.c http://people.apache.org/~wrowe/util_mutex.h mod_mutex is 2.2 specific, although it wouldn't be hard to hack the 2.0 mpm includes compatibility (that changed drastically between 2.2 and 2.0, and is needed for the mutex set perms logic).