Hi Andr�, >> is it possible that ap_start_restart() is exported again, and - if it's >> not supported by the platform - simply does nothing, as 1.3.x did? >> or is there a special reason why it was removed???
> Hmm. I'm not so familar with the MPM code, but a short grep found > ap_start_restart declared as static void in _some_ MPMs (namely: beos, > worker, leader, threadpool, perchild). It seems the function is actually > no longer needed to be present as an API function, since the whole restart > thing is done within the MPM (and only there). yes, that's what I also found - but if there are no headers and its not exported then you cant use it from DSO module - and that's what I'm trying to do... this works fine with Apache 1.3 on Win32. So is there another way how I can initiate a restart from a module?? thanks, Guenter.
