home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / serwery_www / sambar / _setup.1 / config.stm < prev    next >
Text File  |  1998-04-15  |  18KB  |  444 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <TITLE>Server Configuration</TITLE>
  5. </HEAD>
  6. <BODY bgcolor=#ffffff>
  7. <SCRIPT language="JavaScript">
  8. <!--
  9. function Form_Validator(theForm)
  10. {
  11.     if (theForm.port.value == "")
  12.     {
  13.         alert("Please enter a value for the \"Server Port\" field.");
  14.         theForm.port.focus();
  15.         return (false);
  16.     }
  17.  
  18.     if (theForm.maxconns.value == "")
  19.     {
  20.         alert("Please enter a value for the \"Maximum Connections\" field.");
  21.         theForm.maxconns.focus();
  22.         return (false);
  23.     }
  24.  
  25.     if (theForm.nettimeout.value == "")
  26.     {
  27.         alert("Please enter a value for the \"Network Read Timeout\" field.");
  28.         theForm.nettimeout.focus();
  29.         return (false);
  30.     }
  31.  
  32.     if (theForm.watcherto.value == "")
  33.     {
  34.         alert("Please enter a value for the \"Watcher Timeout\" field.");
  35.         theForm.maxconns.focus();
  36.         return (false);
  37.     }
  38.  
  39.     if (theForm.homepage.value == "")
  40.     {
  41.         alert("Please enter a value for the \"Home Page\" field.");
  42.         theForm.homepage.focus();
  43.         return (false);
  44.     }
  45. }
  46. //-->
  47. </SCRIPT>
  48.  
  49. <A HREF="/sysadmin/index.stm" TARGET=_top>
  50. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  51. <CENTER><FONT SIZE=6>Server Configuration</FONT>
  52. <BR>
  53. <I>Changes don't take effect until system restart.</I>
  54. <HR>
  55. </CENTER>
  56. <FORM METHOD=POST ACTION="/session/sysconfig" TARGET=_top onsubmit="return Form_Validator(this)">
  57. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
  58.  
  59. <TABLE border=0 cellspacing=20>
  60.  
  61. <TR valign=top><TD width=20%><FONT SIZE=+1>System Administrator</FONT>
  62. <P>
  63. <SELECT NAME=sysadmin>
  64. <RCXselectuser username=RCEsysadmin>
  65. </SELECT>
  66. </TD>
  67. <TD>The System Administrator username is used to access these sysadmin folder
  68. and administrator methods.  By default, the administrator username is 'admin'.
  69. </TD></TR>
  70.  
  71. <TR valign=top><TD width=20%><FONT SIZE=+1>System Administrator IP</FONT>
  72. <P>
  73. <INPUT TYPE=text NAME="sysadminip" VALUE="<RCEsysadminip>" SIZE=40 MAXSIZE=40>
  74. </TD>
  75. <TD>If left blank, the Sambar Server System Administrator may login from
  76. any host.  A space-separated list of IP addresses may be provided
  77. (the wild-card character '*' may be used, i.e. 140.172.165.* ) to ensure 
  78. that only hosts which you plan to use for administration have access to 
  79. your System Administration tools.  
  80. </TD></TR>
  81.  
  82. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Port</FONT>
  83. <P>
  84. <INPUT TYPE=text NAME="port" VALUE="<RCEport>" SIZE=12 MAXSIZE=12>
  85. </TD>
  86. <TD>The TCP/IP protocol has a number of ports which are used to differentiate
  87. requests to different processes. The standard HTTP port number is 80.  You can
  88. choose any port number from 1 to 65000, however, many port numbers on your
  89. system are reserved for other applications.  Should you choose any port other 
  90. than port 80, you will have to access you homepage with the port number 
  91. appended to the URL (i.e. http://www.sambar.com:1080/ ).
  92. </TD></TR>
  93.  
  94. <TR valign=top><TD width=20%><FONT SIZE=+1>Automatic Server Restart</FONT>
  95. <P>
  96. <SELECT NAME=restarthr>
  97. <OPTION VALUE=0 <RCif RCErestarthr = 0> SELECTED<RCendif>> Never
  98. <OPTION VALUE=1 <RCif RCErestarthr = 1> SELECTED<RCendif>> 1am
  99. <OPTION VALUE=2 <RCif RCErestarthr = 2> SELECTED<RCendif>> 2am
  100. <OPTION VALUE=3 <RCif RCErestarthr = 3> SELECTED<RCendif>> 3am
  101. <OPTION VALUE=4 <RCif RCErestarthr = 4> SELECTED<RCendif>> 4am
  102. <OPTION VALUE=5 <RCif RCErestarthr = 5> SELECTED<RCendif>> 5am
  103. <OPTION VALUE=6 <RCif RCErestarthr = 6> SELECTED<RCendif>> 6am
  104. <OPTION VALUE=7 <RCif RCErestarthr = 7> SELECTED<RCendif>> 7am
  105. <OPTION VALUE=8 <RCif RCErestarthr = 8> SELECTED<RCendif>> 8am
  106. <OPTION VALUE=9 <RCif RCErestarthr = 9> SELECTED<RCendif>> 9am
  107. <OPTION VALUE=10 <RCif RCErestarthr = 10> SELECTED<RCendif>> 10am
  108. <OPTION VALUE=11 <RCif RCErestarthr = 11> SELECTED<RCendif>> 11am
  109. <OPTION VALUE=12 <RCif RCErestarthr = 12> SELECTED<RCendif>> 12noon
  110. <OPTION VALUE=13 <RCif RCErestarthr = 13> SELECTED<RCendif>> 1pm
  111. <OPTION VALUE=14 <RCif RCErestarthr = 14> SELECTED<RCendif>> 2pm
  112. <OPTION VALUE=15 <RCif RCErestarthr = 15> SELECTED<RCendif>> 3pm
  113. <OPTION VALUE=16 <RCif RCErestarthr = 16> SELECTED<RCendif>> 4pm
  114. <OPTION VALUE=17 <RCif RCErestarthr = 17> SELECTED<RCendif>> 5pm
  115. <OPTION VALUE=18 <RCif RCErestarthr = 18> SELECTED<RCendif>> 6pm
  116. <OPTION VALUE=19 <RCif RCErestarthr = 19> SELECTED<RCendif>> 7pm
  117. <OPTION VALUE=20 <RCif RCErestarthr = 20> SELECTED<RCendif>> 8pm
  118. <OPTION VALUE=21 <RCif RCErestarthr = 21> SELECTED<RCendif>> 9pm
  119. <OPTION VALUE=22 <RCif RCErestarthr = 22> SELECTED<RCendif>> 10pm
  120. <OPTION VALUE=23 <RCif RCErestarthr = 23> SELECTED<RCendif>> 11pm
  121. </SELECT>
  122. </TD>
  123. <TD>The server can automatically restart itself daily.  This feature is
  124. recommended for users of the DBMS system to free cached connections
  125. periodically and for very active sites to periodically cleanup the
  126. network connections, memory and thread pools.  Note: Server restart
  127. cannot be scheduled for midnight as it could conflict with daily or
  128. weekly scheduled tasks.  No other tasks should be scheduled for the 
  129. restart hour.  <B>Note: This feature is still being debugged.</B>
  130. </TD></TR>
  131.  
  132. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Security Realm</FONT>
  133. <P>
  134. <INPUT TYPE=text NAME="realm" VALUE="<RCErealm>" SIZE=20 MAXSIZE=20>
  135. </TD>
  136. <TD>The security realm of the server.  This applies to all Basic
  137. security.
  138. </TD></TR>
  139.  
  140. <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum Connections</FONT>
  141. <P>
  142. <INPUT TYPE=text NAME="maxconns" VALUE="<RCEmaxconns>" SIZE=12 MAXSIZE=12>
  143. </TD>
  144. <TD>Configure the maximum simultaneous connections supported by the system.
  145. Connections differ from users in that a connection is only maintained
  146. by the HTTP server for the duration of the transaction (HTTP request).
  147. Therefore, while you might wish to support 200 simultaneous users, the
  148. number of simultaneous connections needed to support that number of users 
  149. would likely be no more than 20.
  150. </TD></TR>
  151.  
  152. <TR valign=top><TD width=20%><FONT SIZE=+1>Network Read Timeout</FONT>
  153. <P>
  154. <INPUT TYPE=text NAME="nettimeout" VALUE="<RCEnettimeout>" SIZE=12 MAXSIZE=12>
  155. </TD>
  156. <TD>Configure the maximum time, in seconds, to wait for a client connection
  157. before terminating the connection.   This period must be at least as
  158. large as the Keep-Alive duration defined for the HTTP protocol.  This
  159. duration affects HTTP, proxy and FTP clients. 
  160. </TD></TR>
  161.  
  162. <TR valign=top><TD width=20%><FONT SIZE=+1>Resolve Host Names</FONT>
  163. <P>
  164. <INPUT TYPE=radio NAME="resolvedns" VALUE="true" <RCif RCEresolvedns = true> CHECKED<RCendif>>
  165. <B>Yes</B><BR>
  166. <INPUT TYPE=radio NAME="resolvedns" VALUE="false" <RCif RCEresolvedns = false> CHECKED<RCendif>>
  167. <B>No</B><BR>
  168. </TD>
  169. <TD>Configure the server to perform a DNS lookup on every host connection
  170. to resolve the hostname.  <I>WARNING: </I>This requires communicating with
  171. a DNS server which can be quite slow if not properly configured.  You
  172. should absolutely NOT turn this feature on if your DNS server is on the
  173. other side of a WAN, modem dial-up, or if you expect user heavy traffic.
  174. </TD></TR>
  175.  
  176. <TR valign=top><TD width=20%><FONT SIZE=+1>Automatic Directory Lists</FONT>
  177. <P>
  178. <INPUT TYPE=radio NAME="showdirs" VALUE="true" <RCif RCEshowdirs = true> CHECKED<RCendif>>
  179. <B>Yes</B><BR>
  180. <INPUT TYPE=radio NAME="showdirs" VALUE="false" <RCif RCEshowdirs = false> CHECKED<RCendif>>
  181. <B>No</B><BR>
  182. </TD>
  183. <TD>If no default index page is present, this boolean indicates whether
  184. the server should display the contents of the directory.
  185. </TD></TR>
  186.  
  187. <TR valign=top><TD width=20%><FONT SIZE=+1>Test CGI Exit Status</FONT>
  188. <P>
  189. <INPUT TYPE=radio NAME="testcgi" VALUE="true" <RCif RCEtestcgi = true> CHECKED<RCendif>>
  190. <B>Yes</B><BR>
  191. <INPUT TYPE=radio NAME="testcgi" VALUE="false" <RCif RCEtestcgi = false> CHECKED<RCendif>>
  192. <B>No</B><BR>
  193. </TD>
  194. <TD>If turned on, the server tests the exit status of all CGI programs
  195. and displays to the client the data written to <B>stderr</B> if the 
  196. exit status is not zero (0).  
  197. </TD></TR>
  198.  
  199. <TR valign=top><TD width=20%><FONT SIZE=+1>ISAPI Debug Level</FONT>
  200. <P>
  201. <SELECT NAME=isapidbg>
  202. <OPTION <RCif RCEisapidbg = None> SELECTED<RCendif>> None
  203. <OPTION <RCif RCEisapidbg = Basic> SELECTED<RCendif>> Basic
  204. <OPTION <RCif RCEisapidbg = Call> SELECTED<RCendif>> Call
  205. <OPTION <RCif RCEisapidbg = Full> SELECTED<RCendif>> Full
  206. </SELECT>
  207. </TD>
  208. <TD>The debug level for ISAPI applications.
  209. <P>
  210. <UL>
  211. <LI><B>None</B>: No logging of any kind.
  212. <LI><B>Basic</B>: Log only ISAPI function failures.
  213. <LI><B>Call</B>: Trace all ISAPI function calls.
  214. <LI><B>Full</B>: Detailed trace of each ISAPI call (for developers only).
  215. </UL>
  216. </TD></TR>
  217.  
  218. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI/WinCGI tmp Removal</FONT>
  219. <P>
  220. <SELECT NAME="cgitmp">
  221. <OPTION VALUE="noerror" <RCif RCEcgitmp = noerror> SELECTED<RCendif>> Keep on Error
  222. <OPTION VALUE="always" <RCif RCEcgitmp = always> SELECTED<RCendif>> Always Remove
  223. <OPTION VALUE="never" <RCif RCEcgitmp = never> SELECTED<RCendif>> Never Remove
  224. </SELECT>
  225. </TD>
  226. <TD>The execution of CGI/WinCGI files results in temporary files that
  227. are often useful in debugging script execution.
  228. </TD></TR>
  229.  
  230. <TR valign=top><TD width=20%><FONT SIZE=+1>Automatic Log Rotation</FONT>
  231. <P>
  232. <INPUT TYPE=radio NAME="autolog" VALUE="true" <RCif RCEautolog = true> CHECKED<RCendif>>
  233. <B>Yes</B><BR>
  234. <INPUT TYPE=radio NAME="autolog" VALUE="false" <RCif RCEautolog = false> CHECKED<RCendif>>
  235. <B>No</B><BR>
  236. </TD>
  237. <TD>If turned on, the server log files will be automatically rotated 
  238. <I><B>daily</I></B> shortly after midnight and a log report will be 
  239. automatically run.  The log reports are available through the system 
  240. administration <I>Report</I> interface.  
  241. </TD></TR>
  242.  
  243. <TR valign=top><TD width=20%><FONT SIZE=+1>Home Page</FONT>
  244. <P>
  245. <INPUT TYPE=text NAME="homepage" VALUE="<RCEhomepage>" SIZE=30 MAXSIZE=30>
  246. </TD>
  247. <TD>The HTTP document served when users request the home page (/) from the server.
  248. </TD></TR>
  249.  
  250. <TR valign=top><TD width=20%><FONT SIZE=+1>Default Page</FONT>
  251. <P>
  252. <INPUT TYPE=text NAME="defpage" VALUE="<RCEdefpage>" SIZE=30 MAXSIZE=40>
  253. </TD>
  254. <TD>The HTTP page served when users request a page from a directory without
  255. specifying a path to a URL.  This can be a space separated list of file
  256. names (i.e. index.htm index.html index.shtml).
  257. </TD></TR>
  258.  
  259. <TR valign=top><TD width=20%><FONT SIZE=+1>Documents Directory</FONT>
  260. <P>
  261. <INPUT TYPE=text NAME="docsdir" VALUE="<RCEdocsdir>" SIZE=30 MAXSIZE=60>
  262. </TD>
  263. <TD>The directory in which documents are served out of.  If not preceded by
  264. a drive letter (i.e. d:\wwwdir), this directory is assumed to be relative to
  265. the installation directory of the Sambar Server.
  266. </TD></TR>
  267.  
  268. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI Directory</FONT>
  269. <P>
  270. <INPUT TYPE=text NAME="cgidir" VALUE="<RCEcgidir>" SIZE=30 MAXSIZE=60>
  271. </TD>
  272. <TD>The directory in which cgi-bin scripts are served out of.  The
  273. CGI directory must be found in the installation directory of the 
  274. Sambar Server.  The Sambar Server CGI plug-in module can be used to
  275. execute CGI applications outside the CGI directory.
  276. </TD></TR>
  277.  
  278. <TR valign=top><TD width=20%><FONT SIZE=+1>WinCGI Directory</FONT>
  279. <P>
  280. <INPUT TYPE=text NAME="wincgidir" VALUE="<RCEwincgidir>" SIZE=30 MAXSIZE=60>
  281. </TD>
  282. <TD>The directory in which Windows CGI scripts are served out of.  The
  283. WinCGI directory must be found in the installation directory of the 
  284. Sambar Server.  The Sambar Server WinCGI plug-in module can be used to
  285. execute WinCGI applications outside the WinCGI directory.
  286. </TD></TR>
  287.  
  288. <TR valign=top><TD width=20%><FONT SIZE=+1>ISAPI Extensions</FONT>
  289. <P>
  290. <INPUT TYPE=text NAME="isapiext" VALUE="<RCEisapiext>" SIZE=40 MAXSIZE=40>
  291. </TD>
  292. <TD>This should be a space separated list of ISAPI extensions that, if found
  293. in the Documents Directory should be recognized as a DLL with
  294. ISAPI extensions executed (i.e. *.dll).  
  295. If left blank, ISAPI extension cannot be run in the Doucments
  296. Directory (with the exception of any direct execute ISAPI DLLs found
  297. in the <B>[isapi]</B> section).
  298. </TD></TR>
  299.  
  300. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI Extensions</FONT>
  301. <P>
  302. <INPUT TYPE=text NAME="cgiext" VALUE="<RCEcgiext>" SIZE=40 MAXSIZE=40>
  303. </TD>
  304. <TD>This should be a space separated list of CGI extensions that, if found
  305. in the Documents Directory  should be recognized as CGI scripts and
  306. executed (i.e. *.cgi *.exe *.pl).  
  307. If left blank, only scripts found in the <I>CGI Directory</I> are 
  308. treated as CGI scripts.
  309. </TD></TR>
  310.  
  311. <TR valign=top><TD width=20%><FONT SIZE=+1>WinCGI Extensions</FONT>
  312. <P>
  313. <INPUT TYPE=text NAME="wincgiext" VALUE="<RCEwincgiext>" SIZE=40 MAXSIZE=40>
  314. </TD>
  315. <TD>This should be a space separated list of WinCGI extensions that, if found
  316. in the Documents Directory  should be recognized as CGI scripts and
  317. executed (i.e. *.cgi *.exe).  
  318. If left blank, only scripts found in the <I>WinCGI Directory</I> are 
  319. treated as WinCGI scripts.
  320. </TD></TR>
  321.  
  322. <TR valign=top><TD width=20%><FONT SIZE=+1>HTTP PUT Users</FONT>
  323. <P>
  324. <INPUT TYPE=text NAME="putusers" VALUE="<RCEputusers>" SIZE=30 MAXSIZE=60>
  325. </TD>
  326. <TD>A space separated list of server users that have permission to use
  327. the HTTP PUT method.  Directory access can be further restricted with the
  328. security interfaces.
  329. </TD></TR>
  330.  
  331. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Side Includes</FONT>
  332. <P>
  333. <INPUT TYPE=text NAME="ssi" VALUE="<RCEssi>" SIZE=30 MAXSIZE=30>
  334. </TD>
  335. <TD>A space separated list of HTML file extensions that correspond with 
  336. files containing server side includes (i.e. shtml sht).  As parsing 
  337. server-side include files is expensive, it is recommended that the 
  338. extensions be limited to <I>shtml</I>.
  339. </TD></TR>
  340.  
  341. <TR valign=top><TD width=20%><FONT SIZE=+1>Log Format</FONT>
  342. <P>
  343. <SELECT NAME="logformat">
  344. <OPTION VALUE="performance" <RCif RCElogformat = performance> SELECTED<RCendif>> Sambar Server Format
  345. <OPTION VALUE="combined" <RCif RCElogformat = combined> SELECTED<RCendif>> NCSA Combined Log Format
  346. <OPTION VALUE="common" <RCif RCElogformat = common> SELECTED<RCendif>> NCSA Common Log Format
  347. </SELECT>
  348. </TD>
  349. <TD>The log format options are:
  350. <UL>
  351. <LI>performance - Sambar Server performance format
  352. <LI>combined - NCSA combined log format
  353. <LI>common - NCSA Common Log Format
  354. </UL>
  355. </TD></TR>
  356.  
  357. <TR valign=top><TD width=20%><FONT SIZE=+1>Don't Log IPs</FONT>
  358. <P>
  359. <INPUT TYPE=text NAME="noip" VALUE="<RCEnoip>" SIZE=30 MAXSIZE=30>
  360. </TD>
  361. <TD>A space separated list of IP addresses not to log requests from.
  362. This list may use wild-cards to match against (i.e. <B>127.0.0.1 140.172*</B> ).
  363. </TD></TR>
  364.  
  365. <TR valign=top><TD width=20%><FONT SIZE=+1>Don't Log Requests</FONT>
  366. <P>
  367. <INPUT TYPE=text NAME="noreq" VALUE="<RCEnoreq>" SIZE=30 MAXSIZE=30>
  368. </TD>
  369. <TD>A space separated list of requests not to log.
  370. This list may use wild-cards to match against (i.e. <B>*.jpg *.gif /foo*</B> ).
  371. </TD></TR>
  372.  
  373. <TR valign=top><TD width=20%><FONT SIZE=+1>Log Buffer Size</FONT>
  374. <P>
  375. <INPUT TYPE=text NAME="logsize" VALUE="<RCElogsize>" SIZE=12 MAXSIZE=12>
  376. </TD>
  377. <TD>Configure the maximum number of lines permitted in the server log 
  378. file (server.log).  Once this number is reached for a server session,
  379. the log is reset to the first line (it operates much like a circular buffer).
  380. For an infinite log size, set the log size value to 0.
  381. </TD></TR>
  382.  
  383. <TR valign=top><TD width=20%><FONT SIZE=+1>Enable DBMS Usage</FONT>
  384. <P>
  385. <INPUT TYPE=radio NAME="usedbms" VALUE="true" <RCif RCEusedbms = true> CHECKED<RCendif>>
  386. <B>Yes</B><BR>
  387. <INPUT TYPE=radio NAME="usedbms" VALUE="false" <RCif RCEusedbms = false> CHECKED<RCendif>>
  388. <B>No</B><BR>
  389. </TD>
  390. <TD>Enable the DBMS interface of the Sambar Server.  The DBMS interface
  391. must be initialized to use the DBMS scripting.  Once configured, the 
  392. DBMS management interfaces become available in the System Administration
  393. console. (Note: You must have ODBC installed to enable this option.)
  394. </TD></TR>
  395.  
  396. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as FTP Server</FONT>
  397. <P>
  398. <INPUT TYPE=radio NAME="ftpserver" VALUE="true" <RCif RCEftpserver = true> CHECKED<RCendif>>
  399. <B>Yes</B><BR>
  400. <INPUT TYPE=radio NAME="ftpserver" VALUE="false" <RCif RCEftpserver = false> CHECKED<RCendif>>
  401. <B>No</B><BR>
  402. </TD>
  403. <TD>Start the FTP Server when the Sambar Server is started (in addition
  404. to the HTTP server). <I>WARNING: </I>If your machine is already running an
  405. FTP Server, the Sambar Server will fail to start if the ports of the two
  406. servers conflict.</I> 
  407. </TD></TR>
  408.  
  409. <TR valign=top><TD width=20%><FONT SIZE=+1>Run Watcher</FONT>
  410. <P>
  411. <INPUT TYPE=radio NAME="watcher" VALUE="true" <RCif RCEwatcher = true> CHECKED<RCendif>>
  412. <B>Yes</B><BR>
  413. <INPUT TYPE=radio NAME="watcher" VALUE="false" <RCif RCEwatcher = false> CHECKED<RCendif>>
  414. <B>No</B><BR>
  415. </TD>
  416. <TD>Start a Watcher Daemon when the server is started to monitor the
  417. WWW server and restart it in the event of a failure.  This feature should
  418. NOT be used when the Sambar Server is run as an NT Service.
  419. </TD></TR>
  420.  
  421. <TR valign=top><TD width=20%><FONT SIZE=+1>Watcher Timeout</FONT>
  422. <P>
  423. <INPUT TYPE=text NAME="watcherto" VALUE="<RCEwatcherto>" SIZE=12 MAXSIZE=12>
  424. </TD>
  425. <TD>Configure the delay in seconds between each wwwping of the server
  426. by the watcher daemon.  This time should exceed 60 seconds (300 is the default).
  427. After two consecutive failures, the server will automatically be terminated
  428. and restarted.
  429. </TD></TR>
  430.  
  431. </TABLE>
  432. <P>
  433. <CENTER>
  434. <HR>
  435. <INPUT TYPE=submit VALUE="Update Server Configuration">
  436. </FORM>
  437. <P>
  438. <HR>
  439. </CENTER>
  440. <BR>
  441. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  442. </BODY>
  443. </HTML>
  444.