1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML 3.2//EN">
<!-- $Id: aws_status.thtml,v 1.27 2001/09/10 09:04:15 obry Exp $ -->
<html>
<head>
<title>AWS - Status page</title>
</head>
<body bgcolor="lightgrey">
<table width=100%>
<tr>
<td width=50%>
<H2 align=center>Ada Web Server Status</H2>
<td width=50%>
<img align=center src="@_LOGO_@"> Version @_VERSION_@
</table>
<br>
<hr>
<br>
<p><i>@_DAY_NAME_@ @_DAY_@ @_MONTH_NAME_@ @_YEAR_@,
@_HOUR_@:@_MINUTE_@:@_SECOND_@.</i>
<br>
<br>
<br>
<H3>The following data describe server "<i>@_SERVER_NAME_@</i>" current
status.</H3>
<table>
<tr>
<td width=250>Started on
<td><b>@_START_TIME_@</b>
</tr>
<tr>
<td width=250>Maximum connections
<td><b>@_MAX_CONNECTION_@</b>
</tr>
<tr>
<td>Server Port
<td><b>@_SERVER_PORT_@</b>
</tr>
<tr>
<td>Server Socket
<td><b>@_SERVER_SOCK_@</b>
</tr>
<tr>
<td>Server Security (HTTPS/SSL)
<td><b>@_YES_NO:SECURITY_@</b>
</tr>
<tr>
<td>Server has session
<td><b>@_YES_NO:SESSION_@</b>
</tr>
</table>
<br>
<H3>Logs information:</H3>
@@IF@@ @_LOG_@
<table>
<tr>
<td width=250>Log filename
<td><b>@_LOG_FILE_@</b>
</tr>
<tr>
<td>Mode
<td><b>@_LOG_MODE_@</b>
</tr>
</table>
@@ELSE@@
No log activated.
@@END_IF@@
<br>
<H3>Slots information are given below:</H3>
<table>
<tr bgcolor=yellow>
<td align=center>Slot number
<td align=center>Socket
<td align=center>Last Client IP
<td align=center>Phase
<td align=center>Abortable
<td align=center>Slot Counter
<td align=center>Socket Counter
<td align=center>Activity Time Stamp
</tr>
@@TABLE@@
<tr bgcolor=white>
<td align=center>@_TABLE_LINE_@
<td align=center>@_SOCK_V_@
@@IF@@ @_EXIST:PEER_NAME_V_@
<td align=center>@_PEER_NAME_V_@
@@ELSE@@
<td align=center>
@@END_IF@@
<td align=center>@_CAPITALIZE:PHASE_V_@
<td align=center>@_YES_NO:ABORTABLE_V_@
<td align=center>@_ACTIVITY_COUNTER_V_@
<td align=center>@_SLOT_ACTIVITY_COUNTER_V_@
<td>@_ACTIVITY_TIME_STAMP_V_@
</tr>
@@SECTION@@
<tr bgcolor=turquoise>
<td align=center>@_TABLE_LINE_@
<td align=center>@_SOCK_V_@
@@IF@@ @_EXIST:PEER_NAME_V_@
<td align=center>@_PEER_NAME_V_@
@@ELSE@@
<td align=center>
@@END_IF@@
<td align=center>@_CAPITALIZE:PHASE_V_@
<td align=center>@_YES_NO:ABORTABLE_V_@
<td align=center>@_ACTIVITY_COUNTER_V_@
<td align=center>@_SLOT_ACTIVITY_COUNTER_V_@
<td>@_ACTIVITY_TIME_STAMP_V_@
</tr>
@@END_TABLE@@
</table>
<br>
<H3>Sessions information are given below:</H3>
@@IF@@ @_SESSION_@
<table>
<tr>
<td width=200>Session Lifetime
<td><b>@_SESSION_LIFETIME_@ secs</b>
</tr>
<tr>
<td width=200>Session cleanup interval
<td><b>@_SESSION_CLEANUP_INTERVAL_@ secs</b>
</tr>
</table>
<br>
@@END_IF@@
@@IF@@ @_IS_EMPTY:SESSIONS_V_@
<i>No active session.</i>
@@ELSE@@
<ol>
@@TABLE@@
<li>Session ID: <tt><font size=+1><b>@_SESSIONS_V_@</b></font></tt>
(<i>@_SESSIONS_TS_V_@</i> ... <i>@_SESSIONS_TERMINATE_V_@</i>)
<table>
<tr>
@@TABLE@@
@@IF@@ @_EXIST:KEYS_M_@
<td bgcolor=yellow>
@_KEYS_M_@
</td>
@@END_IF@@
@@END_TABLE@@
</tr>
<tr>
@@TABLE@@
@@IF@@ @_EXIST:KEYS_M_@
<td bgcolor=turquoise>
@_VALUES_M_@
</td>
@@END_IF@@
@@END_TABLE@@
</tr>
</table>
</table>
@@END_TABLE@@
</ol>
@@END_IF@@
<br>
<H3>Hotplug modules are listed below:</H3>
@@IF@@ @_IS_EMPTY:HP_REGEXP_V_@
<i>No Hotplug module loaded.</i>
@@ELSE@@
<table>
<tr bgcolor=yellow>
<td width=20>Order
<td width=150>Module Regexp
<td width=300>Server address
<td>
</tr>
@@TABLE@@
<tr bgcolor=white>
<td>@_TABLE_LINE_@
<td align=center>@_HP_REGEXP_V_@
<td>@_HP_URL_V_@
<td><a href="@_ADMIN_@-HPup?N=@_TABLE_LINE_@">
<img src="@_ADMIN_@-uparr" border=0></a>
<a href="@_ADMIN_@-HPdown?N=@_TABLE_LINE_@">
<img src="@_ADMIN_@-downarr" border=0></a>
</tr>
@@SECTION@@
<tr bgcolor=turquoise>
<td>@_TABLE_LINE_@
<td align=center>@_HP_REGEXP_V_@
<td>@_HP_URL_V_@
<td><a href="@_ADMIN_@-HPup?N=@_TABLE_LINE_@">
<img src="@_ADMIN_@-uparr" border=0></a>
<a href="@_ADMIN_@-HPdown?N=@_TABLE_LINE_@">
<img src="@_ADMIN_@-downarr" border=0></a>
</tr>
@@END_TABLE@@
</table>
@@END_IF@@
<br>
<hr>
<br>
<p>AWS has been developed in Ada with GNU/Ada compiler
(see GNAT on <a href="http://www.gnat.com">ACT Web site</a>).
<p><a href="mailto:anisimkov@yahoo.com">Dmitriy Anisimkov</a>,
<a href="mailto:p.obry@wanadoo.fr">Pascal Obry</a>
</body>
</html>
|