product)).' has been gracefully restarted.','success'); $product->refreshVersion(); } if (!empty($service->messages)) { foreach ($service->messages as $msg) { echo GUIBase::message('', $msg[1], $msg[0]); } } $product_info = ucwords(strtolower($product->product)); if ($product->type == 'LSWS') { $product_info .= ' - ' . ucwords(strtolower($product->edition)) . ' Edition'; } $product_info .= ' - Version ' . ucwords(strtolower($product->version)) . ''; $debug = ''; if ($service->debugOn === true) { $debug = '(Currently is ON)'; } elseif ($service->debugOn === false) { $debug = '(Currently is OFF)'; } else { $debug = '(Currently is Unknown)'; } ?>

serv['name'] . ' ( PID = ' . $service->serv['pid'] . ')';?>
Apply Changes / Graceful Restart Apply Changes / Graceful Restart Server Log Viewer Server Log Viewer
Toggle Debug Logging Toggle Debug Logging Real-Time Statistics Real-Time Statistics
Restart Detached PHP Processes Restart Detached PHP Processes Real-Time Requests Snapshot Real-Time Requests Snapshot
listeners as $name=>$l ) { echo ''."\n"; if(strtoupper($l['status']) == 'RUNNING') { echo ''; echo '\n"; } ?>
Listeners
 StatusNameAddressVirtual Host Mappings
'; } else { echo ''; echo ''.$name . ''. $l['addr'].''; if ( isset( $l['map'] ) ) { echo ''."\n"; foreach( $l['map'] as $vh => $lmap ) { echo ''; } echo '
['.$vh.'] '; echo( implode(' ', $lmap) ); echo '
' . "\n"; } else { echo 'N/A'; } echo "
vhosts; ksort($vhosts); foreach( $vhosts as $vh => $value ) { echo ''; $canStart = 0; $canStop = 1; $canRestart = 1; if ($value[1] == 'A') { //in config, not in status $canStop = 0; $canStart = 0; $canRestart = 0; echo ''; echo ''; echo '\n"; } ?>
Virtual Hosts
 StatusNameActions
Restart Required'; } else if ( $value[0] == 1 ) { // active, default case echo 'Running'; } else { $canStart = 1; $canStop = 0; $canRestart = 0; echo 'Stopped'; } echo '' . $vh . ''; if ( $canStart ) { echo 'start'; } if ( $canStop ) { echo 'stop       '; } if ( $canRestart ) { echo 'restart'; } if ( isset( $service->awstats[$vh] ) ) echo 'Statistics'; echo "