From 400556b9aef6388cfa6b59d3208de1d16c42eee6 Mon Sep 17 00:00:00 2001 From: kueller Date: Fri, 19 Aug 2011 09:27:45 +0000 Subject: [PATCH] PIDFILE Check mit CheckPid eingebaut git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_httpd@6212 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/httpd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/init/httpd.conf b/etc/init/httpd.conf index 26ccc3f..00c9b44 100644 --- a/etc/init/httpd.conf +++ b/etc/init/httpd.conf @@ -8,6 +8,10 @@ stop on runlevel [0126] console none +pre-start script + /sbin/CheckPid /var/run/httpd.pid +end script + expect fork exec /opt/apache2/bin/httpd -k start