> 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
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
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
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
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