Current time: 06-24-2024, 09:47 PM Hello There, Guest! (LoginRegister)


Post Reply 
Automatischer neustart, wenn Apache down ist.
Author Message
Slowman Offline
Member
***

Posts: 332
Joined: Feb 2007
Reputation: 0
Post: #3
RE: Automatischer neustart, wenn Apache down ist.
Hmm... kann es vielleicht sein, das um diese Zeit Backups gezogen werden vom ispCP ?


@Cube

Da mich dies auch interessiert, müsste es so aussehen:

#!/bin/sh
#
# Apache Process Monitor
#
checkapache=`ps ax | grep -v grep | grep -c apache2`
if [ $checkapache -le 0 ]
then
killall php5-cgi
/etc/init.d/apache2 restart
fi

?
02-25-2008 12:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Automatischer neustart, wenn Apache down ist. - Slowman - 02-25-2008 12:11 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)