diff --git a/public_html/webservice/getfile.php b/public_html/webservice/getfile.php
index 5c57e935f115e689a3dfc204ef3d29ca1aaf0afc..ef97279d1f498ea3e651236a1e50afa5ba714d54 100644
--- a/public_html/webservice/getfile.php
+++ b/public_html/webservice/getfile.php
@@ -13,7 +13,7 @@ if (array_key_exists("ajax", $_GET)) {
 
     $sProcesses = "<h2 class=\"warning\">please wait ...</h2>"
             . shell_exec("uptime") . "<br><pre>"
-            . shell_exec("ps -f --forest | egrep -v '/(apache|httpd)' | fgrep -v 'ps -f' | fgrep -v grep")
+            . shell_exec("ps -f --forest | egrep -v '/(apache|httpd|php\-fpm)' | fgrep -v 'ps -f' | fgrep -v grep")
             . "</pre>";
 
     $sOut = file_exists($sTmpFile) ? file_get_contents($sTmpFile) : "waiting for " . $sTmpFile;