> -----Ursprüngliche Nachricht----- > Von: Bojan Smojver > Gesendet: Donnerstag, 10. Mai 2007 04:46 > An: Apache Dev List > Betreff: [PATCH]: Call dbd_setup() for all virtual hosts or > create mutex inmod_dbd.c > > > The problem is that the current 2.2.x code calls dbd_setup() only for > global server, therefore causing all other VHs to have things > uninitialised. If DBDPersist is On and dbd_setup_lock() is attempted, > mutex doesn't exist (it was never set up), so this fails. This patch > should fix all that (or so I hope :-). > > Obviously, against 2.2.x branch.
As far as I understand your problem description the bug is only in 2.2.x and not in trunk. So could you please give a pointer to the revision(s) in trunk that fixed this? This can be considered for backport then. If this is not fixed in trunk yet, please sent a patch that applies to trunk. Regards Rüdiger
