Skip to content
Snippets Groups Projects
Commit b8f9104c authored by hahn's avatar hahn
Browse files

update: remove php-fpm

parent a24de748
No related branches found
No related tags found
1 merge request!21update: remove php-fpm
...@@ -13,7 +13,7 @@ if (array_key_exists("ajax", $_GET)) { ...@@ -13,7 +13,7 @@ if (array_key_exists("ajax", $_GET)) {
$sProcesses = "<h2 class=\"warning\">please wait ...</h2>" $sProcesses = "<h2 class=\"warning\">please wait ...</h2>"
. shell_exec("uptime") . "<br><pre>" . 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>"; . "</pre>";
$sOut = file_exists($sTmpFile) ? file_get_contents($sTmpFile) : "waiting for " . $sTmpFile; $sOut = file_exists($sTmpFile) ? file_get_contents($sTmpFile) : "waiting for " . $sTmpFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment