Date: Mon, 9 Feb 1998 12:30:39 -0800 From: Nicole Harrington <nicole@mediacity.com> To: Dan Busarow <dan@dpcsys.com>, michael dorin <mike@chaski.com> Cc: questions@FreeBSD.ORG Subject: Re: stop and start apache? Message-ID: <Chameleon.887056406.nmh@geekgirl> References: <Pine.UW2.3.95.980209113933.7553N-100000@cedb>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Mon, 9 Feb 1998, michael dorin wrote: > > How do I start and stop apache without rebooting? > > If you just want apache to re-read its config files, goto > your log directory and > > # kill -1 `cat httpd.pid` > > If you want to really stop it leave the -1 out of the above. > > To restart it you can > > # /path/to/httpd -f /path/to/httpd.conf Also according to the apache book from Orielly, you can use kill -16 `cat httpd.pid` for a softer reboot. However your changes may take awhile to show up but it doesn't cancel in progress connections. Nicole > > Dan > -- > Dan Busarow 714 443 4172 > DPC Systems / Beach.Net dan@dpcsys.com > Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe questions" in the body of the message > ---------------End of Original Message----------------- Nicole Harrington |\ __ /| (`\ http://www.mediacity.com nicole@mediacity.com | o_o |__ ) ) Phone: 415-237-1464 nicole@iadmin.net // \\ Pager: 415-301-2482 Systems Administrator ----------------------(((---(((--------------------------------- ******* * * What do you mean Spelling Errors? * * My Modem is Error Correcting! * -- Isn't it a bit unnerving that doctors call what they do practice -- Why isn't there mouse-flavored cat food? -- Microsoft: What bug would you like today? ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Chameleon.887056406.nmh>