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