From 21fce1f6184e5fd5df9336d6716f9d760cc40ed0 Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 7 May 2026 19:05:07 +0800 Subject: [PATCH] Update index.py --- plugins/apache/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apache/index.py b/plugins/apache/index.py index ba2727472..a356f616a 100755 --- a/plugins/apache/index.py +++ b/plugins/apache/index.py @@ -174,7 +174,7 @@ def initDreplace(): def status(): - cmd = "ps -ef|grep 'httpd/bin/httpd' |grep -v grep | grep -v python | awk '{print $2}'" + cmd = "ps -ef|grep 'httpd' |grep -v grep | grep -v python | awk '{print $2}'" data = mw.execShell(cmd) if data[0] == '': return 'stop'