home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Komunik / sambar / _SETUP.1 / config.stm < prev    next >
Text File  |  2000-04-30  |  21KB  |  521 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.  You must restart the 
  54. server before making any other configuration changes or the changes you
  55. make below will be overwritten.</I>
  56. <HR>
  57. </CENTER>
  58. <FORM METHOD=POST ACTION="/session/sysconfig" TARGET=_top onsubmit="return Form_Validator(this)">
  59. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
  60.  
  61. <TABLE border=0 cellspacing=20>
  62.  
  63. <TR valign=top><TD width=20%><FONT SIZE=+1>System Administrator</FONT>
  64. <P>
  65. <SELECT NAME=sysadmin>
  66. <RCXselectuser username=RCEsysadmin>
  67. </SELECT>
  68. </TD>
  69. <TD>The System Administrator username is used to access these sysadmin folder
  70. and administrator methods.  By default, the administrator username is 'admin'.
  71. </TD></TR>
  72.  
  73. <TR valign=top><TD width=20%><FONT SIZE=+1>System Administrator IP</FONT>
  74. <P>
  75. <INPUT TYPE=text NAME="sysadminip" VALUE="<RCEsysadminip>" SIZE=30 MAXSIZE=40>
  76. </TD>
  77. <TD>If left blank, the Sambar Server System Administrator may login from
  78. any host.  A space-separated list of IP addresses may be provided
  79. (the wild-card character '*' may be used, i.e. 140.172.165.* ) to ensure 
  80. that only hosts which you plan to use for administration have access to 
  81. your System Administration tools.  For maximum security, only allow access
  82. to the "localhost" account (127.0.0.1).
  83. </TD></TR>
  84.  
  85. <TR valign=top><TD width=20%><FONT SIZE=+1>User IP</FONT>
  86. <P>
  87. <INPUT TYPE=text NAME="userip" VALUE="<RCEuserip>" SIZE=30 MAXSIZE=40>
  88. </TD>
  89. <TD>If left blank, Sambar Server users may login from any host.  
  90. A space-separated list of IP addresses may be provided (the wild-card 
  91. character '*' may be used, i.e. 140.172.165.* ) to ensure 
  92. that only hosts which you plan to use for user logins have access to 
  93. your server.  
  94. </TD></TR>
  95.  
  96. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Port</FONT>
  97. <P>
  98. <INPUT TYPE=text NAME="port" VALUE="<RCEport>" SIZE=12 MAXSIZE=12>
  99. </TD>
  100. <TD>The TCP/IP protocol has a number of ports which are used to differentiate
  101. requests to different processes. The standard HTTP port number is 80.  You can
  102. choose any port number from 1 to 65000, however, many port numbers on your
  103. system are reserved for other applications.  Should you choose any port other 
  104. than port 80, you will have to access you homepage with the port number 
  105. appended to the URL (i.e. http://www.sambar.com:1080/ ).
  106. </TD></TR>
  107.  
  108. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Security Realm</FONT>
  109. <P>
  110. <INPUT TYPE=text NAME="realm" VALUE="<RCErealm>" SIZE=20 MAXSIZE=20>
  111. </TD>
  112. <TD>The security realm of the server.  This applies to all Basic
  113. security.
  114. </TD></TR>
  115.  
  116. <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum Connections</FONT>
  117. <P>
  118. <INPUT TYPE=text NAME="maxconns" VALUE="<RCEmaxconns>" SIZE=12 MAXSIZE=12>
  119. </TD>
  120. <TD>Configure the maximum simultaneous connections supported by the system.
  121. Connections differ from users in that a connection is only maintained
  122. by the HTTP server for the duration of the transaction (HTTP request).
  123. Therefore, while you might wish to support 200 simultaneous users, the
  124. number of simultaneous connections needed to support that number of users 
  125. would likely be no more than 20.
  126. </TD></TR>
  127.  
  128. <TR valign=top><TD width=20%><FONT SIZE=+1>Network Read Timeout</FONT>
  129. <P>
  130. <INPUT TYPE=text NAME="nettimeout" VALUE="<RCEnettimeout>" SIZE=12 MAXSIZE=12>
  131. </TD>
  132. <TD>Configure the maximum time, in seconds, to wait for a client connection
  133. before terminating the connection.   This period must be at least as
  134. large as the Keep-Alive duration defined for the HTTP protocol.  This
  135. duration affects HTTP, proxy and FTP clients. 
  136. </TD></TR>
  137.  
  138. <TR valign=top><TD width=20%><FONT SIZE=+1>Memory Cache</FONT>
  139. <P>
  140. <INPUT TYPE=text NAME="cachesize" VALUE="<RCEcachesize>" SIZE=12 MAXSIZE=12>
  141. </TD>
  142. <TD>Configure the size, in bytes, for in-memory caching of disk files.
  143. If zero (0) is specified, no file caching is performed.  The memory cache
  144. is used to enhance the HTTP Server performance only;  there is presently
  145. no caching mechanism for HTTP Proxy requests.  For maximum performance,
  146. this should be set to the cumulative size of all static files in your
  147. document directories.  (Note:  The FTP Server and DNS Server also use this
  148. memory cache).
  149. </TD></TR>
  150.  
  151. <TR valign=top><TD width=20%><FONT SIZE=+1>Resolve Host Names</FONT>
  152. <P>
  153. <INPUT TYPE=radio NAME="resolvedns" VALUE="true" <RCif RCEresolvedns = true> CHECKED<RCendif>>
  154. <B>Yes</B><BR>
  155. <INPUT TYPE=radio NAME="resolvedns" VALUE="false" <RCif RCEresolvedns = false> CHECKED<RCendif>>
  156. <B>No</B><BR>
  157. </TD>
  158. <TD>Configure the server to perform a DNS lookup on every host connection
  159. to resolve the hostname.  <I>WARNING: </I>This requires communicating with
  160. a DNS server which can be quite slow if not properly configured.  You
  161. should absolutely NOT turn this feature on if your DNS server is on the
  162. other side of a WAN, modem dial-up, or if you expect user heavy traffic.
  163. </TD></TR>
  164.  
  165. <TR valign=top><TD width=20%><FONT SIZE=+1>Automatic Directory Lists</FONT>
  166. <P>
  167. <INPUT TYPE=radio NAME="showdirs" VALUE="true" <RCif RCEshowdirs = true> CHECKED<RCendif>>
  168. <B>Yes</B><BR>
  169. <INPUT TYPE=radio NAME="showdirs" VALUE="false" <RCif RCEshowdirs = false> CHECKED<RCendif>>
  170. <B>No</B><BR>
  171. </TD>
  172. <TD>If no default index page is present, this boolean indicates whether
  173. the server should display the contents of the directory.
  174. </TD></TR>
  175.  
  176. <TR valign=top><TD width=20%><FONT SIZE=+1>Enforce .htaccess</FONT>
  177. <P>
  178. <INPUT TYPE=radio NAME="htaccess" VALUE="true" <RCif RCEhtaccess = true> CHECKED<RCendif>>
  179. <B>Yes</B><BR>
  180. <INPUT TYPE=radio NAME="htaccess" VALUE="false" <RCif RCEhtaccess = false> CHECKED<RCendif>>
  181. <B>No</B><BR>
  182. </TD>
  183. <TD>HTAccess Authentication was first implemented in NCSA and has since 
  184. become a de-facto standard for file-based access authentication.  See the
  185. documentation for additional information on this functionality.
  186. </TD></TR>
  187.  
  188. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI stderr</FONT>
  189. <P>
  190. <INPUT TYPE=radio NAME="cgistderr" VALUE="true" <RCif RCEcgistderr = true> CHECKED<RCendif>>
  191. <B>Yes</B><BR>
  192. <INPUT TYPE=radio NAME="cgistderr" VALUE="false" <RCif RCEcgistderr = false> CHECKED<RCendif>>
  193. <B>No</B><BR>
  194. </TD>
  195. <TD>If turned on, the CGI STDERR output is returned to the client as received
  196. from the CGI application.  In false (the default), only CGI STDOUT output is 
  197. returned to the client.
  198. </TD></TR>
  199.  
  200. <TR valign=top><TD width=20%><FONT SIZE=+1>ISAPI Debug Level</FONT>
  201. <P>
  202. <SELECT NAME=isapidbg>
  203. <OPTION <RCif RCEisapidbg = None> SELECTED<RCendif>> None
  204. <OPTION <RCif RCEisapidbg = Basic> SELECTED<RCendif>> Basic
  205. <OPTION <RCif RCEisapidbg = Call> SELECTED<RCendif>> Call
  206. <OPTION <RCif RCEisapidbg = Full> SELECTED<RCendif>> Full
  207. </SELECT>
  208. </TD>
  209. <TD>The debug level for ISAPI applications.
  210. <P>
  211. <UL>
  212. <LI><B>None</B>: No logging of any kind.
  213. <LI><B>Basic</B>: Log only ISAPI function failures.
  214. <LI><B>Call</B>: Trace all ISAPI function calls.
  215. <LI><B>Full</B>: Detailed trace of each ISAPI call (for developers only).
  216. </UL>
  217. </TD></TR>
  218.  
  219. <TR valign=top><TD width=20%><FONT SIZE=+1>Automatic Log Rotation</FONT>
  220. <P>
  221. <SELECT NAME="autolog">
  222. <OPTION VALUE="never" <RCif RCEautolog = never OR RCEautolog = false> SELECTED<RCendif>> No log rotation
  223. <OPTION VALUE="daily" <RCif RCEautolog = daily OR RCEautolog = true> SELECTED<RCendif>> Rotate Daily
  224. <OPTION VALUE="weekly" <RCif RCEautolog = weekly> SELECTED<RCendif>> Rotate Weekly
  225. <OPTION VALUE="monthly" <RCif RCEautolog = monthly> SELECTED<RCendif>> Rotate Monthly
  226. </SELECT>
  227. </TD>
  228. <TD>If turned on, the server log files will be automatically rotated 
  229. and a log report will be automatically run.  The log reports are available 
  230. through the system administration <I>Report</I> interface.  
  231. </TD></TR>
  232.  
  233. <TR valign=top><TD width=20%><FONT SIZE=+1>Home Page</FONT>
  234. <P>
  235. <INPUT TYPE=text NAME="homepage" VALUE="<RCEhomepage>" SIZE=30 MAXSIZE=30>
  236. </TD>
  237. <TD>The HTTP document served when users request the home page (/) from the server.
  238. </TD></TR>
  239.  
  240. <TR valign=top><TD width=20%><FONT SIZE=+1>Default Page</FONT>
  241. <P>
  242. <INPUT TYPE=text NAME="defpage" VALUE="<RCEdefpage>" SIZE=30 MAXSIZE=40>
  243. </TD>
  244. <TD>The HTTP page served when users request a page from a directory without
  245. specifying a path to a URL.  This can be a space separated list of file
  246. names (i.e. index.htm index.html index.shtml).
  247. </TD></TR>
  248.  
  249. <TR valign=top><TD width=20%><FONT SIZE=+1>Documents Directory</FONT>
  250. <P>
  251. <INPUT TYPE=text NAME="docsdir" VALUE="<RCEdocsdir>" SIZE=30 MAXSIZE=60>
  252. </TD>
  253. <TD>The directory in which documents are served out of.  If not preceded by
  254. a drive letter (i.e. d:\wwwdir), this directory is assumed to be relative to
  255. the installation directory of the Sambar Server (<RCErootdir>).
  256. </TD></TR>
  257.  
  258. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI Directory</FONT>
  259. <P>
  260. <INPUT TYPE=text NAME="cgidir" VALUE="<RCEcgidir>" SIZE=30 MAXSIZE=60>
  261. </TD>
  262. <TD>The directory in which cgi-bin scripts are served out of.  The
  263. CGI directory must be found in the installation directory of the 
  264. Sambar Server.  The Sambar Server CGI plug-in module can be used to
  265. execute CGI applications outside the CGI directory.
  266. </TD></TR>
  267.  
  268. <TR valign=top><TD width=20%><FONT SIZE=+1>WinCGI Directory</FONT>
  269. <P>
  270. <INPUT TYPE=text NAME="wincgidir" VALUE="<RCEwincgidir>" SIZE=30 MAXSIZE=60>
  271. </TD>
  272. <TD>The directory in which Windows CGI scripts are served out of.  The
  273. WinCGI directory must be found in the installation directory of the 
  274. Sambar Server.  The Sambar Server WinCGI plug-in module can be used to
  275. execute WinCGI applications outside the WinCGI directory.
  276. </TD></TR>
  277.  
  278. <TR valign=top><TD width=20%><FONT SIZE=+1>ISAPI Extensions</FONT>
  279. <P>
  280. <INPUT TYPE=text NAME="isapiext" VALUE="<RCEisapiext>" SIZE=30 MAXSIZE=40>
  281. </TD>
  282. <TD>This should be a space separated list of ISAPI extensions that, if found
  283. in the Documents Directory should be recognized as a DLL with
  284. ISAPI extensions executed (i.e. *.dll).  
  285. If left blank, ISAPI extension cannot be run in the Doucments
  286. Directory (with the exception of any direct execute ISAPI DLLs found
  287. in the <B>[isapi]</B> section).
  288. </TD></TR>
  289.  
  290. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI Extensions</FONT>
  291. <P>
  292. <INPUT TYPE=text NAME="cgiext" VALUE="<RCEcgiext>" SIZE=30 MAXSIZE=40>
  293. </TD>
  294. <TD>This should be a space separated list of CGI extensions that, if found
  295. in the Documents Directory  should be recognized as CGI scripts and
  296. executed (i.e. *.cgi *.exe *.pl).  
  297. If left blank, only scripts found in the <I>CGI Directory</I> are 
  298. treated as CGI scripts.
  299. </TD></TR>
  300.  
  301. <TR valign=top><TD width=20%><FONT SIZE=+1>WinCGI Extensions</FONT>
  302. <P>
  303. <INPUT TYPE=text NAME="wincgiext" VALUE="<RCEwincgiext>" SIZE=30 MAXSIZE=40>
  304. </TD>
  305. <TD>This should be a space separated list of WinCGI extensions that, if found
  306. in the Documents Directory  should be recognized as CGI scripts and
  307. executed (i.e. *.cgi *.exe).  
  308. If left blank, only scripts found in the <I>WinCGI Directory</I> are 
  309. treated as WinCGI scripts.
  310. </TD></TR>
  311.  
  312. <TR valign=top><TD width=20%><FONT SIZE=+1>HTTP PUT Users</FONT>
  313. <P>
  314. <INPUT TYPE=text NAME="putusers" VALUE="<RCEputusers>" SIZE=30 MAXSIZE=60>
  315. </TD>
  316. <TD>A space separated list of server users that have permission to use
  317. the HTTP PUT method.  Directory access can be further restricted with the
  318. security interfaces.
  319. </TD></TR>
  320.  
  321. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Side Includes</FONT>
  322. <P>
  323. <INPUT TYPE=text NAME="ssi" VALUE="<RCEssi>" SIZE=30 MAXSIZE=30>
  324. </TD>
  325. <TD>A space separated list of HTML file extensions that correspond with 
  326. files containing server side includes (i.e. shtml sht).  As parsing 
  327. server-side include files is expensive, it is recommended that the 
  328. extensions be limited to <I>shtml</I>.
  329. </TD></TR>
  330.  
  331. <TR valign=top><TD width=20%><FONT SIZE=+1>Prohibit Script #exec</FONT>
  332. <P>
  333. <P>
  334. <INPUT TYPE=radio NAME="noscriptexec" VALUE="true" <RCif RCEnoscriptexec = true> CHECKED<RCendif>>
  335. <B>Yes</B><BR>
  336. <INPUT TYPE=radio NAME="noscriptexec" VALUE="false" <RCif RCEnoscriptexec = false> CHECKED<RCendif>>
  337. <B>No</B><BR>
  338. </TD>
  339. <TD>Server-side include scripts may contain #exec directives that execute
  340. arbitrary server-side scripts.  If untrusted users are permitted to upload
  341. documents to your server, you should prohibit the use of this directive.
  342. </TD></TR>
  343.  
  344. <TR valign=top><TD width=20%><FONT SIZE=+1>Log Format</FONT>
  345. <P>
  346. <SELECT NAME="logformat">
  347. <OPTION VALUE="performance" <RCif RCElogformat = performance> SELECTED<RCendif>> Sambar Server Format
  348. <OPTION VALUE="combined" <RCif RCElogformat = combined> SELECTED<RCendif>> NCSA Combined Log Format
  349. <OPTION VALUE="common" <RCif RCElogformat = common> SELECTED<RCendif>> NCSA Common Log Format
  350. </SELECT>
  351. </TD>
  352. <TD>The log format options are:
  353. <UL>
  354. <LI>performance - Sambar Server performance format
  355. <LI>combined - NCSA combined log format
  356. <LI>common - NCSA Common Log Format
  357. </UL>
  358. </TD></TR>
  359.  
  360. <TR valign=top><TD width=20%><FONT SIZE=+1>Don't Log IPs</FONT>
  361. <P>
  362. <INPUT TYPE=text NAME="noip" VALUE="<RCEnoip>" SIZE=30 MAXSIZE=30>
  363. </TD>
  364. <TD>A space separated list of IP addresses not to log requests from.
  365. This list may use wild-cards to match against (i.e. <B>127.0.0.1 140.172*</B> ).
  366. </TD></TR>
  367.  
  368. <TR valign=top><TD width=20%><FONT SIZE=+1>Don't Log Requests</FONT>
  369. <P>
  370. <INPUT TYPE=text NAME="noreq" VALUE="<RCEnoreq>" SIZE=30 MAXSIZE=30>
  371. </TD>
  372. <TD>A space separated list of requests not to log.
  373. This list may use wild-cards to match against (i.e. <B>*.jpg *.gif /foo*</B> ).
  374. </TD></TR>
  375.  
  376. <TR valign=top><TD width=20%><FONT SIZE=+1>Log Buffer Size</FONT>
  377. <P>
  378. <INPUT TYPE=text NAME="logsize" VALUE="<RCElogsize>" SIZE=12 MAXSIZE=12>
  379. </TD>
  380. <TD>Configure the maximum number of lines permitted in the server log 
  381. file (server.log).  Once this number is reached for a server session,
  382. the log is reset to the first line (it operates much like a circular buffer).
  383. For an infinite log size, set the log size value to 0.
  384. </TD></TR>
  385.  
  386. <TR valign=top><TD width=20%><FONT SIZE=+1>Enable JavaEngine</FONT>
  387. <P>
  388. <INPUT TYPE=radio NAME="javaeng" VALUE="true" <RCif RCEjavaeng = true> CHECKED<RCendif>>
  389. <B>Yes</B><BR>
  390. <INPUT TYPE=radio NAME="javaeng" VALUE="false" <RCif RCEjavaeng = false> CHECKED<RCendif>>
  391. <B>No</B><BR>
  392. </TD>
  393. <TD>Enable the Sambar Server JavaEngine module.  The JavaEngine implements
  394. the Java 1.2 Servlet interface.  See the 
  395. <A HREF=/syshelp/javaeng.htm>JavaEngine Help</A> pages for configuration
  396. help.  The Sun Java JDK must be installed prior to enabling this 
  397. functionality.
  398. </TD></TR>
  399.  
  400. <TR valign=top><TD width=20%><FONT SIZE=+1>Enable DBMS Usage</FONT>
  401. <P>
  402. <INPUT TYPE=radio NAME="usedbms" VALUE="true" <RCif RCEusedbms = true> CHECKED<RCendif>>
  403. <B>Yes</B><BR>
  404. <INPUT TYPE=radio NAME="usedbms" VALUE="false" <RCif RCEusedbms = false> CHECKED<RCendif>>
  405. <B>No</B><BR>
  406. </TD>
  407. <TD>Enable the DBMS interface of the Sambar Server.  The DBMS interface
  408. must be initialized to use the DBMS scripting.  Once configured, the 
  409. DBMS management interfaces become available in the System Administration
  410. console. (Note: You must have ODBC installed to enable this option.)
  411. </TD></TR>
  412.  
  413. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as HTTPS Server</FONT>
  414. <P>
  415. <INPUT TYPE=radio NAME="httpsserver" VALUE="true" <RCif RCEhttpsserver = true> CHECKED<RCendif>>
  416. <B>Yes</B><BR>
  417. <INPUT TYPE=radio NAME="httpsserver" VALUE="false" <RCif RCEhttpsserver = false> CHECKED<RCendif>>
  418. <B>No</B><BR>
  419. </TD>
  420. <TD>Start the SSL HTTP Server when the Sambar Server is started (in addition
  421. to the HTTP server).  There are several additional configuration elements
  422. associated with installing and running SSL on the Sambar Server.
  423. See the <A HREF="/syshelp/ssl.htm">SSL documentation</A> for more details.
  424. </TD></TR>
  425.  
  426. <RCif RCElicense = pro>
  427. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as Mail Server</FONT>
  428. <P>
  429. <INPUT TYPE=radio NAME="mailserver" VALUE="true" <RCif RCEmailserver = true> CHECKED<RCendif>>
  430. <B>Yes</B><BR>
  431. <INPUT TYPE=radio NAME="mailserver" VALUE="false" <RCif RCEmailserver = false> CHECKED<RCendif>>
  432. <B>No</B><BR>
  433. </TD>
  434. <TD>Start the Mail Server when the Sambar Server is started (in addition
  435. to the HTTP server).  Additional Mail configuration parameters must be
  436. entered via the Mail Configuration forms on the System Administration
  437. pages.  User mailboxes are created using the User Management forms.  
  438. <I>WARNING: </I>  At this time, the Mail Server is not mature and 
  439. should not be used in production environments.
  440. </TD></TR>
  441. <RCendif>
  442.  
  443. <RCif RCElicense = pro>
  444. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as DNS Server</FONT>
  445. <P>
  446. <INPUT TYPE=radio NAME="dnsserver" VALUE="true" <RCif RCEdnsserver = true> CHECKED<RCendif>>
  447. <B>Yes</B><BR>
  448. <INPUT TYPE=radio NAME="dnsserver" VALUE="false" <RCif RCEdnsserver = false> CHECKED<RCendif>>
  449. <B>No</B><BR>
  450. </TD>
  451. <TD>Start the DNS Server/Proxy when the Sambar Server is started.
  452. Additional DNS configuration parameters must be entered via the 
  453. DNS Configuration forms on the System Administration pages.
  454. The functionality of this server/proxy is outlined on the
  455. <A HREF="/syshelp/dns.htm">DNS</A> system help pages.
  456. </TD></TR>
  457. <RCendif>
  458.  
  459. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as FTP Server</FONT>
  460. <P>
  461. <INPUT TYPE=radio NAME="ftpserver" VALUE="true" <RCif RCEftpserver = true> CHECKED<RCendif>>
  462. <B>Yes</B><BR>
  463. <INPUT TYPE=radio NAME="ftpserver" VALUE="false" <RCif RCEftpserver = false> CHECKED<RCendif>>
  464. <B>No</B><BR>
  465. </TD>
  466. <TD>Start the FTP Server when the Sambar Server is started (in addition
  467. to the HTTP server). <I>WARNING: </I>If your machine is already running an
  468. FTP Server, the FTP Server will fail to start if the ports of the two
  469. servers conflict.</I> 
  470. </TD></TR>
  471.  
  472. <RCif RCElicense = pro>
  473. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as Telnet Server/Proxy</FONT>
  474. <P>
  475. <INPUT TYPE=radio NAME="telnetd" VALUE="true" <RCif RCEtelnetd = true> CHECKED<RCendif>>
  476. <B>Yes</B><BR>
  477. <INPUT TYPE=radio NAME="telnetd" VALUE="false" <RCif RCEtelnetd = false> CHECKED<RCendif>>
  478. <B>No</B><BR>
  479. </TD>
  480. <TD>Start the Telnet Server & Proxy when the Sambar Server is started 
  481. (in addition to the HTTP server).  See the 
  482. <A HREF="/syshelp/telnet.htm">Telnet</A> documentation for usage details.
  483. </TD></TR>
  484. <RCendif>
  485.  
  486. <TR valign=top><TD width=20%><FONT SIZE=+1>Run Watcher</FONT>
  487. <P>
  488. <INPUT TYPE=radio NAME="watcher" VALUE="true" <RCif RCEwatcher = true> CHECKED<RCendif>>
  489. <B>Yes</B><BR>
  490. <INPUT TYPE=radio NAME="watcher" VALUE="false" <RCif RCEwatcher = false> CHECKED<RCendif>>
  491. <B>No</B><BR>
  492. </TD>
  493. <TD>Start a Watcher Daemon when the server is started to monitor the
  494. WWW server and restart it in the event of a failure.  This feature <B>can 
  495. be used</B> when the Sambar Server is run as an NT Service.
  496. </TD></TR>
  497.  
  498. <TR valign=top><TD width=20%><FONT SIZE=+1>Watcher Timeout</FONT>
  499. <P>
  500. <INPUT TYPE=text NAME="watcherto" VALUE="<RCEwatcherto>" SIZE=12 MAXSIZE=12>
  501. </TD>
  502. <TD>Configure the delay in seconds between each wwwping of the server
  503. by the watcher daemon.  This time should exceed 60 seconds (300 is the default).
  504. After two consecutive connect failures, the Sambar Server will be terminated
  505. and restarted by the Watcher Daemon.
  506. </TD></TR>
  507.  
  508. </TABLE>
  509. <P>
  510. <CENTER>
  511. <HR>
  512. <INPUT TYPE=submit VALUE="Update Server Configuration">
  513. </FORM>
  514. <P>
  515. <HR>
  516. </CENTER>
  517. <BR>
  518. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  519. </BODY>
  520. </HTML>
  521.