httpd
httpd copied to clipboard
Try to get a clean shutdown of a child for modules.
if in a module you grab(), dptr() and release() for slotmem you want to make sure you are not releasing something that is it use. I used MaxConnectionsPerChild to get the child recreated but if there are no requests having a way to restart the child cleanly is possible with that provider.