> @@ -1539,6 +1545,7 @@ > /* Give some time for clean up */ > fork_mod_mono_server (pconf, xsp); > xsp->status = FORK_SUCCEEDED; > + continue; > } > } Sorry, the continue line is not needed. It's just a testing leftover. Robert