Re: [users@httpd] Graceful shutoff of Apache without it being a service.

2021-05-07 Thread Talin Sharma
Ok! Thanks! I will be using this! On Thu, May 6, 2021 at 8:29 PM Eric Covener wrote: > On Thu, May 6, 2021 at 8:24 PM Talin Sharma > wrote: > > > > Ok... > > > > Fine. Just one thing. Can I use apache as a service but run a script on > a computer startup that

Re: [users@httpd] Re: Graceful shutoff of Apache without it being a service.

2021-05-07 Thread Talin Sharma
; being a service. > > httpd.exe -k graceful > > will reload config without stopping Apache or dropping connections > > *From:* Talin Sharma > *Sent:* Thursday, May 06, 2021 6:10 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Re: Graceful shutoff of Ap

Re: [users@httpd] Graceful shutoff of Apache without it being a service.

2021-05-06 Thread Talin Sharma
Ok... Fine. Just one thing. Can I use apache as a service but run a script on a computer startup that disables it, and then run a start/stop it again later? Thanks! On Thu, May 6, 2021 at 6:37 PM Eric Covener wrote: > On Thu, May 6, 2021 at 2:51 PM Talin Sharma > wrote: > > >

Re: [users@httpd] Re: Graceful shutoff of Apache without it being a service.

2021-05-06 Thread Talin Sharma
not figure out how to turn it off. Thanks! On Thu, May 6, 2021 at 5:22 PM 😉 Good Guy 😉 wrote: > On 06/05/2021 19:50, Talin Sharma wrote: > > Look at the subject. How do I do this? > > > > I am on windows 10. > > > > Thanks! > > > httpd -k stop >

Re: [users@httpd] Graceful shutoff of Apache without it being a service.

2021-05-06 Thread Talin Sharma
it looks like you could use > > httpd.exe -k stop > > from the bin directory > > I usually run as a service, but httpd -h gives list of commands > > > > *From:* Talin Sharma > *Sent:* Thursday, May 6, 2021 12:51 PM > *To:* users@httpd.apache.org > *Subject:* [u

[users@httpd] Graceful shutoff of Apache without it being a service.

2021-05-06 Thread Talin Sharma
Look at the subject. How do I do this? I am on windows 10. Thanks!