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

2021-05-07 Thread Jonathon Koyle
> 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? You could write a script that uses the windows commands 'net start " and "net stop

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 disables it, and then run a start/s

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

2021-05-07 Thread Talin Sharma
Yep Thanks! I am using PHP and MySQL so that is why I was looking for graceful instead of something such as kill. On Fri, May 7, 2021 at 10:28 AM emma davis wrote: > > Graceful shutdown is important especially in a production environment, > I would say in any environment because > each request

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

2021-05-07 Thread emma davis
Graceful shutdown is important especially in a production environment,I would say in any environment because each request is thread and within that thread there are further threads performing tasks.especially if there is an application server involved. It is better to use the provided socket si

Re: [users@httpd] apache routing issue

2021-05-07 Thread Paul Claridge
On 07/05/2021 07:02, Sander Smeenk wrote: Quoting emma davis (emma.davi...@aol.com.INVALID): It is a  domain name identification issue by Apache. May be it a known issue. Apache has the concent of a 'default' virtual host. Any request to a domain not explicitly confiugred for that ip/port com