On Fri, Nov 3, 2017 at 12:42 PM, Hemant Chaudhary <[email protected]> wrote: > > I killed as kill -9 process_id_of_httpd
Well, you don't let httpd cleanup anything before exiting by doing this (it's simply killed immediately). Why kill with no arg (i.e. kill -TERM) wouldn't be enough? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
