<html>
<head>
    <title>Mahara: Site unavailable</title>
    <style type="text/css">
        html {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
        }
        body {
            width: 600px;
            margin: 100px auto;
            font-size: 12px;
        }
        h1 {
            color: #547c22;
            font-size: 20px;
            font-weight: normal;
            margin: 0 0 5px 0;
            padding: 0;
            text-transform: capitalize;
            border-bottom: 1px solid #819f18;
            text-align: center;
        }
        #message {
            width: 90%;
            margin: 0 auto;
            text-align: justify;
        }
        #reason {
            margin: 0 3em;
        }
    </style>
</head>
<body><h1>Mahara: Site unavailable</h1>
<div id="message">Mahara could not connect to the application database.<br />
<br />
 * If you are using Mahara, please wait a minute and try again<br />
 * If you are the administrator, please check your database settings and make sure your database is available<br />
<br />
The error received was:<br />
mysqli error: [2002: No route to host] in CONNECT(10.0.100.48, 'root', '****', mahara)</div>
</body>
</html>