ilker ARABACI wrote: > Is there any API used or on progress to get httpd global and configuration > values on runtime, > (not an httpd.conf file parser), something and more detailed like info > module does, > And also it would be more helpful to manuplate what will httpd act as > without restarting nor reloading, > to keep the active (unrelated to changes) sessions and connections up. > > ilker ARABACI > *NxServers / TR > > >
in 2.0 you can do a gracefull restart which will keep the existing requests up. The keepalives might die, but thats ok.
