Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: service recovery earlier? |
|
Author |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 06 Jan '08 19:57 Post subject: service recovery earlier? |
|
|
If Apache service crashes it can be restarted automaticly after 1 minute. Is there a way to restart it faster? |
|
Back to top |
|
PipoDeClown
Joined: 20 Dec 2005 Posts: 77
|
Posted: Sun 06 Jan '08 22:48 Post subject: |
|
|
select on First failure: Run a Program
and do something in batch, like:
-----
taskkill /im httpd.exe /f
rem pskill httpd
httpd -k start
rem net start apache2.2
----- |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 07 Jan '08 0:11 Post subject: |
|
|
Thanks, that is very clever idea to start a batch with starts apache. Maybe I can put the apache command itself into that. |
|
Back to top |
|
|
|
|
|
|