[fix] Diagnostic:apache2 regexp
This commit is contained in:
parent
4810ee88a4
commit
1b800ea1ba
|
@ -32,7 +32,7 @@ class Alternc_Diagnostic_Service_Apache2
|
||||||
}
|
}
|
||||||
|
|
||||||
function getVhosts(){
|
function getVhosts(){
|
||||||
$list = $this->filterRegexp( $this->execCmd("apache2ctl -S"), "/^[\D]*(\d{2,4}).* (.*) \(\/etc.*$/u");
|
$list = $this->filterRegexp( $this->execCmd("apache2ctl -S"), "/^[\D]*(\d{2,4}).* (.*) \(\/.*$/u");
|
||||||
$returnArray = array();
|
$returnArray = array();
|
||||||
foreach( $list as $vhost){
|
foreach( $list as $vhost){
|
||||||
$returnArray[] = explode(" ",$vhost);
|
$returnArray[] = explode(" ",$vhost);
|
||||||
|
|
Loading…
Reference in New Issue