From 266662ff8334da5210ad64f08b050b1167386268 Mon Sep 17 00:00:00 2001 From: dariomas Date: Wed, 18 Feb 2015 16:33:19 +0100 Subject: vhost: Added ['custom_php_service_status_command'] --- config/vhosts/vhosts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc index 2437c970..1958632e 100644 --- a/config/vhosts/vhosts.inc +++ b/config/vhosts/vhosts.inc @@ -681,11 +681,11 @@ function vhosts_sync_package_php() ); //add or update a service - $a_service = &$config['installedpackages']['service']; $ent['name'] = "vhosts-ssl-$x"; $ent['rcfile'] = "vhosts-".$ipaddress."-".$port."-ssl.sh"; $ent['executable'] = "vhosts-".$ipaddress."-".$port."-ssl"; $ent['description'] = "vHosts SSL, Host: $host, IP Address: ".$ipaddress.", port: ".$port." desc: ".$description; + $ent['custom_php_service_status_command'] = "\$vhost_output=''; exec('/bin/pgrep -anf '.".escapeshellarg($ent['executable']).", \$vhost_output, \$retval); \$rc=(intval(\$retval) == 0);"; $a_service = $config['installedpackages']['service']; $service_id = get_service_id ($a_service, 'name', "vhosts-ssl-$x"); if (is_int($service_id)) { -- cgit v1.2.3