function StatusApache()
{
    $page = CurrentPageName();
    $tpl = new templates();
    $status = new status();
    $html = $status->Apache_status();
    return $tpl->_ENGINE_parse_body($html);
}