Skip to content
Snippets Groups Projects

update: remove php-fpm

Merged Hahn Axel (hahn) requested to merge 5534-add-docker into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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|php\-fpm)' | 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;
Loading