home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / sysadmin / config.stm < prev    next >
Encoding:
Text File  |  2002-02-05  |  26.8 KB  |  666 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <TITLE>Server Configuration</TITLE>
  6. </HEAD>
  7. <BODY bgcolor=#ffffff>
  8. <SCRIPT language="JavaScript">
  9. <!--
  10. function Form_Validator(theForm)
  11. {
  12.     if (theForm.port.value == "")
  13.     {
  14.         alert("Please enter a value for the \"Server Port\" field.");
  15.         theForm.port.focus();
  16.         return (false);
  17.     }
  18.  
  19.     if (theForm.maxconns.value == "")
  20.     {
  21.         alert("Please enter a value for the \"Maximum Connections\" field.");
  22.         theForm.maxconns.focus();
  23.         return (false);
  24.     }
  25.  
  26.     if (theForm.nettimeout.value == "")
  27.     {
  28.         alert("Please enter a value for the \"Network Read Timeout\" field.");
  29.         theForm.nettimeout.focus();
  30.         return (false);
  31.     }
  32.  
  33.     if (theForm.watcherto.value == "")
  34.     {
  35.         alert("Please enter a value for the \"Watcher Timeout\" field.");
  36.         theForm.watcherto.focus();
  37.         return (false);
  38.     }
  39. }
  40. //-->
  41. </SCRIPT>
  42.  
  43. <A HREF="/sysadmin/index.stm" TARGET=_top>
  44. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  45. <CENTER><FONT SIZE=6>Server Configuration</FONT>
  46. <BR>
  47. <I>Changes don't take effect until system restart.  You must restart the 
  48. server before making any other configuration changes or the changes you
  49. make below will be overwritten.</I>
  50. <HR>
  51. </CENTER>
  52. <FORM METHOD=POST ACTION="/session/sysconfig" TARGET=_top onsubmit="return Form_Validator(this)">
  53. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
  54.  
  55. <TABLE border=0 cellspacing=20>
  56.  
  57. <TR valign=top><TD width=20%><FONT SIZE=+1>Administrator(s)</FONT>
  58. <P>
  59. <INPUT TYPE=text NAME="sysadmin" VALUE="<RCEsysadmin>" SIZE=30 MAXSIZE=90>
  60. </TD>
  61. <TD>The System Administrator(s) username is used to access these sysadmin folder
  62. and administrator methods.  By default, the administrator username is 'admin'.
  63. This can be a space-separated list of usernames.
  64. </TD></TR>
  65.  
  66. <TR valign=top><TD width=20%><FONT SIZE=+1>Administrator IP</FONT>
  67. <P>
  68. <INPUT TYPE=text NAME="sysadminip" VALUE="<RCEsysadminip>" SIZE=30 MAXSIZE=40>
  69. </TD>
  70. <TD>If left blank, the Sambar Server System Administrator may login from
  71. any host.  A space-separated list of IP addresses may be provided
  72. (the wild-card character '*' may be used, i.e. 140.172.165.* ) to ensure 
  73. that only hosts which you plan to use for administration have access to 
  74. your System Administration tools.  For maximum security, only allow access
  75. to the "localhost" account (127.0.0.1).
  76. </TD></TR>
  77.  
  78. <TR valign=top><TD width=20%><FONT SIZE=+1>User IP</FONT>
  79. <P>
  80. <INPUT TYPE=text NAME="userip" VALUE="<RCEuserip>" SIZE=30 MAXSIZE=40>
  81. </TD>
  82. <TD>If left blank, Sambar Server users may login from any host.  
  83. A space-separated list of IP addresses may be provided (the wild-card 
  84. character '*' may be used, i.e. 140.172.165.* ) to ensure 
  85. that only hosts which you plan to use for user logins have access to 
  86. your server.  
  87. </TD></TR>
  88.  
  89. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Port</FONT>
  90. <P>
  91. <INPUT TYPE=text NAME="port" VALUE="<RCEport>" SIZE=12 MAXSIZE=12>
  92. </TD>
  93. <TD>The TCP/IP protocol has a number of ports which are used to differentiate
  94. requests to different processes. The standard HTTP port number is 80.  You can
  95. choose any port number from 1 to 65000, however, many port numbers on your
  96. system are reserved for other applications.  Should you choose any port other 
  97. than port 80, you will have to access you homepage with the port number 
  98. appended to the URL (i.e. http://www.sambar.com:1080/ ).
  99. </TD></TR>
  100.  
  101. <TR valign=top><TD width=20%><FONT SIZE=+1>Default Page(s)</FONT>
  102. <P>
  103. <INPUT TYPE=text NAME="defpage" VALUE="<RCEdefpage>" SIZE=30 MAXSIZE=40>
  104. </TD>
  105. <TD>The HTTP page served when users request a page from a directory without
  106. specifying a path to a URL (i.e. http://www.sambar.com/).  
  107. This can be a space separated list of file names (i.e. index.htm 
  108. index.html index.stm index.shtml).
  109. </TD></TR>
  110.  
  111. <TR valign=top><TD width=20%><FONT SIZE=+1>Documents Directory</FONT>
  112. <P>
  113. <INPUT TYPE=text NAME="docsdir" VALUE="<RCEdocsdir>" SIZE=30 MAXSIZE=60>
  114. </TD>
  115. <TD>The directory in which documents are served out of.  If not preceded by
  116. a drive letter (i.e. d:\wwwdir), this directory is assumed to be relative to
  117. the installation directory of the Sambar Server (<RCErootdir>).
  118. </TD></TR>
  119.  
  120. <TR valign=top><TD width=20%><FONT SIZE=+1>Security Realm</FONT>
  121. <P>
  122. <INPUT TYPE=text NAME="realm" VALUE="<RCErealm>" SIZE=20 MAXSIZE=20>
  123. </TD>
  124. <TD>The security realm of the server.  This applies to all Basic
  125. security.
  126. </TD></TR>
  127.  
  128. <TR valign=top><TD width=20%><FONT SIZE=+1>NT Authentication</FONT>
  129. <P>
  130. <INPUT TYPE=radio NAME="ntauth" VALUE="true" <RCif RCEntauth = true> CHECKED<RCendif>>
  131. <B>Yes</B><BR>
  132. <INPUT TYPE=radio NAME="ntauth" VALUE="false" <RCif RCEntauth = false> CHECKED<RCendif>>
  133. <B>No</B><BR>
  134. </TD>
  135. <TD>Perform username/password authentication using NT Authentication/domain.
  136. By default, the Sambar Server <I>config/passwd</I> file is used.
  137. NT Authentication is not recommended for servers that will reside
  138. on the internet.
  139. See the <A HREF="/syshelp/auth.htm">Authentication</A> documentation
  140. for more details.<BR>
  141. <font size=-1><I>Domain</I></font>
  142. <INPUT TYPE=text NAME="ntdomain" VALUE="<RCEntdomain>">
  143. </TD></TR>
  144.  
  145. <TR valign=top><TD nowrap width=20%><FONT SIZE=+1>Radius Authentication</FONT>
  146. <P>
  147. <INPUT TYPE=radio NAME="radiusauth" VALUE="true" <RCif RCEradiusauth = true> CHECKED<RCendif>>
  148. <B>Yes</B><BR>
  149. <INPUT TYPE=radio NAME="radiusauth" VALUE="false" <RCif RCEradiusauth = false> CHECKED<RCendif>>
  150. <B>No</B><BR>
  151. </TD>
  152. <TD>Perform username/password authentication using a Radius server.
  153. <I>Note!</I> To override the default radius port (1812) you must manually 
  154. edit the <I>config.ini</I> file and change the <B>Radius Port</B> parameter.
  155. By default, the Sambar Server <I>config/passwd</I> file is used.
  156. See the <A HREF="/syshelp/auth.htm">Authentication</A> documentation
  157. for more details.<BR>
  158. <font size=-1><I>Server</I></font> 
  159. <INPUT TYPE=text NAME="radius" VALUE="<RCEradius>"><BR>
  160. <font size=-1><I>Secret</I></font>
  161. <INPUT TYPE=password NAME="radiussecret" VALUE="<RCEradiussecret>">
  162. </TD></TR>
  163.  
  164. <RCif RCEusedbms = true>
  165. <TR valign=top><TD nowrap width=20%><FONT SIZE=+1>SQL Authentication</FONT>
  166. <P>
  167. <INPUT TYPE=radio NAME="sqlauth" VALUE="true" <RCif RCEsqlauth = true> CHECKED<RCendif>>
  168. <B>Yes</B><BR>
  169. <INPUT TYPE=radio NAME="sqlauth" VALUE="false" <RCif RCEsqlauth = false> CHECKED<RCendif>>
  170. <B>No</B><BR>
  171. </TD>
  172. <TD>Perform username/password authentication using a SQL server.
  173. The DBMS interface must be enabled and a DB cache configured for this
  174. interface.  By default, the Sambar Server <I>config/passwd</I> file is used.
  175. See the <A HREF="/syshelp/auth.htm">Authentication</A> documentation
  176. for more details.<BR>
  177. <font size=-1><I>Cache</I></font>
  178. <SELECT NAME="sqlauthcache"><RCXdbcachelist cache=RCEsqlauthcache></SELECT><BR>
  179. <font size=-1><I>Query</I></font>
  180. <INPUT TYPE=text NAME="sqlauthquery" VALUE="<RCEsqlauthquery>" SIZE=80>
  181. </TD></TR>
  182. <RCendif>
  183.  
  184. <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum Connections</FONT>
  185. <P>
  186. <INPUT TYPE=text NAME="maxconns" VALUE="<RCEmaxconns>" SIZE=12 MAXSIZE=12>
  187. </TD>
  188. <TD>Configure the maximum simultaneous connections supported by the system.
  189. Connections differ from users in that a connection is only maintained
  190. by the HTTP server for the duration of the transaction (HTTP request).
  191. Therefore, while you might wish to support 200 simultaneous users, the
  192. number of simultaneous connections needed to support that number of users 
  193. would likely be no more than 40.
  194. </TD></TR>
  195.  
  196. <TR valign=top><TD width=20%><FONT SIZE=+1>Network Read Timeout</FONT>
  197. <P>
  198. <INPUT TYPE=text NAME="nettimeout" VALUE="<RCEnettimeout>" SIZE=12 MAXSIZE=12>
  199. </TD>
  200. <TD>Configure the maximum time, in seconds, to wait for a client connection
  201. before terminating the connection.   This period must be at least as
  202. large as the Keep-Alive duration defined for the HTTP protocol.  This
  203. duration affects HTTP, proxy and FTP clients. 
  204. </TD></TR>
  205.  
  206. <TR valign=top><TD width=20%><FONT SIZE=+1>Memory Cache</FONT>
  207. <P>
  208. <INPUT TYPE=text NAME="cachesize" VALUE="<RCEcachesize>" SIZE=12 MAXSIZE=12>
  209. </TD>
  210. <TD>Configure the size, in bytes, for in-memory caching of disk files.
  211. If zero (0) is specified, no file caching is performed.  The memory cache
  212. is used to enhance the HTTP Server performance only;  there is presently
  213. no caching mechanism for HTTP Proxy requests.  For maximum performance,
  214. this should be set to the cumulative size of all static files in your
  215. document directories.  (Note:  The FTP Server and DNS Server also use this
  216. memory cache).
  217. </TD></TR>
  218.  
  219. <TR valign=top><TD width=20%><FONT SIZE=+1>Resolve Host Names</FONT>
  220. <P>
  221. <INPUT TYPE=radio NAME="resolvedns" VALUE="true" <RCif RCEresolvedns = true> CHECKED<RCendif>>
  222. <B>Yes</B><BR>
  223. <INPUT TYPE=radio NAME="resolvedns" VALUE="false" <RCif RCEresolvedns = false> CHECKED<RCendif>>
  224. <B>No</B><BR>
  225. </TD>
  226. <TD>Configure the server to perform a DNS lookup on every host connection
  227. to resolve the hostname.  <I>WARNING: </I>This requires communicating with
  228. a DNS server which can be quite slow if not properly configured.  You
  229. should absolutely NOT turn this feature on if your DNS server is on the
  230. other side of a WAN, modem dial-up, or if you expect user heavy traffic.
  231. </TD></TR>
  232.  
  233. <TR valign=top><TD width=20%><FONT SIZE=+1>Directory Lists</FONT>
  234. <P>
  235. <INPUT TYPE=radio NAME="showdirs" VALUE="true" <RCif RCEshowdirs = true> CHECKED<RCendif>>
  236. <B>Yes</B><BR>
  237. <INPUT TYPE=radio NAME="showdirs" VALUE="false" <RCif RCEshowdirs = false> CHECKED<RCendif>>
  238. <B>No</B><BR>
  239. </TD>
  240. <TD>If no default index page is present, this boolean indicates whether
  241. the server should display the contents of the directory (automatically using
  242. an internal list mechanism.)
  243. </TD></TR>
  244.  
  245. <TR valign=top><TD width=20%><FONT SIZE=+1>Enforce .htaccess</FONT>
  246. <P>
  247. <INPUT TYPE=radio NAME="htaccess" VALUE="true" <RCif RCEhtaccess = true> CHECKED<RCendif>>
  248. <B>Yes</B><BR>
  249. <INPUT TYPE=radio NAME="htaccess" VALUE="false" <RCif RCEhtaccess = false> CHECKED<RCendif>>
  250. <B>No</B><BR>
  251. </TD>
  252. <TD>HTAccess Authentication was first implemented in NCSA and has since 
  253. become a de-facto standard for file-based access authentication.  See the
  254. documentation for additional information on this functionality.
  255. </TD></TR>
  256.  
  257. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI stderr</FONT>
  258. <P>
  259. <INPUT TYPE=radio NAME="cgistderr" VALUE="true" <RCif RCEcgistderr = true> CHECKED<RCendif>>
  260. <B>Yes</B><BR>
  261. <INPUT TYPE=radio NAME="cgistderr" VALUE="false" <RCif RCEcgistderr = false> CHECKED<RCendif>>
  262. <B>No</B><BR>
  263. </TD>
  264. <TD>If turned on, the CGI STDERR output is returned to the client as received
  265. from the CGI application.  In false (the default), only CGI STDOUT output is 
  266. returned to the client.
  267. </TD></TR>
  268.  
  269. <TR valign=top><TD width=20%><FONT SIZE=+1>ISAPI Debug Level</FONT>
  270. <P>
  271. <SELECT NAME=isapidbg>
  272. <OPTION <RCif RCEisapidbg = None> SELECTED<RCendif>> None
  273. <OPTION <RCif RCEisapidbg = Basic> SELECTED<RCendif>> Basic
  274. <OPTION <RCif RCEisapidbg = Call> SELECTED<RCendif>> Call
  275. <OPTION <RCif RCEisapidbg = Full> SELECTED<RCendif>> Full
  276. </SELECT>
  277. </TD>
  278. <TD>The debug level for ISAPI applications.
  279. <P>
  280. <UL>
  281. <LI><B>None</B>: No logging of any kind.
  282. <LI><B>Basic</B>: Log only ISAPI function failures.
  283. <LI><B>Call</B>: Trace all ISAPI function calls.
  284. <LI><B>Full</B>: Detailed trace of each ISAPI call (for developers only).
  285. </UL>
  286. </TD></TR>
  287.  
  288. <TR valign=top><TD width=20%><FONT SIZE=+1>Automatic Log Rotation</FONT>
  289. <P>
  290. <SELECT NAME="autolog">
  291. <OPTION VALUE="never" <RCif RCEautolog = never OR RCEautolog = false> SELECTED<RCendif>> No log rotation
  292. <OPTION VALUE="daily" <RCif RCEautolog = daily OR RCEautolog = true> SELECTED<RCendif>> Rotate Daily
  293. <OPTION VALUE="weekly" <RCif RCEautolog = weekly> SELECTED<RCendif>> Rotate Weekly
  294. <OPTION VALUE="monthly" <RCif RCEautolog = monthly> SELECTED<RCendif>> Rotate Monthly
  295. </SELECT>
  296. </TD>
  297. <TD>If turned on, the server log files (www, server, proxy, mail, dhcp etc.) 
  298. will be automatically rotated and WWW log and server reports will be 
  299. automatically run.  The log reports are available through the system 
  300. administration <I>Report</I> interface.  
  301. </TD></TR>
  302.  
  303. <RCif RCEusedbms = true>
  304. <TR valign=top><TD nowrap width=20%><FONT SIZE=+1>SQL Logger</FONT>
  305. <P>
  306. <INPUT TYPE=radio NAME="sqllogger" VALUE="true" <RCif RCEsqllogger = true> CHECKED<RCendif>>
  307. <B>Yes</B><BR>
  308. <INPUT TYPE=radio NAME="sqllogger" VALUE="false" <RCif RCEsqllogger = false> CHECKED<RCendif>>
  309. <B>No</B><BR>
  310. </TD>
  311. <TD>In addition to the file-based logging, you can chose to log all requests
  312. to an database.  The DBMS interface must be enabled and a DB cache configured 
  313. for this interface.  See the <A HREF="/syshelp/logfmt.htm">Server Logging</A> 
  314. documentation for details on configuring the SQL log query.<BR>
  315. <font size=-1><I>Cache</I></font>
  316. <SELECT NAME="sqllogcache"><RCXdbcachelist cache=RCEsqllogcache></SELECT><BR>
  317. <font size=-1><I>Insert</I></font> 
  318. <INPUT TYPE=text NAME="sqllogquery" VALUE="<RCEsqllogquery>" SIZE=80>
  319. </TD></TR>
  320. <RCendif>
  321.  
  322. <TR valign=top><TD width=20%><FONT SIZE=+1>Invalid Characters</FONT>
  323. <P>
  324. <INPUT TYPE=text NAME="invalidchars" VALUE="<RC@txt2html(RCEinvalidchars)>" SIZE=30 MAXSIZE=90>
  325. </TD>
  326. <TD>The characters that are <I>NOT</I> allowed in URIs.  Unless you are
  327. very familiar with the HTTP protocol and your specific operating system 
  328. vulnerabilities, you should not modify this setting.
  329. </TD></TR>
  330.  
  331. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI Directory</FONT>
  332. <P>
  333. <INPUT TYPE=text NAME="cgidir" VALUE="<RCEcgidir>" SIZE=30 MAXSIZE=60>
  334. </TD>
  335. <TD>The directory in which cgi-bin scripts are served out of.  The
  336. CGI directory must be found in the installation directory of the 
  337. Sambar Server.  The Sambar Server CGI plug-in module can be used to
  338. execute CGI applications outside the CGI directory.
  339. </TD></TR>
  340.  
  341. <TR valign=top><TD width=20%><FONT SIZE=+1>WinCGI Directory</FONT>
  342. <P>
  343. <INPUT TYPE=text NAME="wincgidir" VALUE="<RCEwincgidir>" SIZE=30 MAXSIZE=60>
  344. </TD>
  345. <TD>The directory in which Windows CGI scripts are served out of.  The
  346. WinCGI directory must be found in the installation directory of the 
  347. Sambar Server.  The Sambar Server WinCGI plug-in module can be used to
  348. execute WinCGI applications outside the WinCGI directory.
  349. </TD></TR>
  350.  
  351. <TR valign=top><TD width=20%><FONT SIZE=+1>ISAPI Extensions</FONT>
  352. <P>
  353. <INPUT TYPE=text NAME="isapiext" VALUE="<RCEisapiext>" SIZE=30 MAXSIZE=40>
  354. </TD>
  355. <TD>This should be a space separated list of ISAPI extensions that, if found
  356. in the Documents Directory should be recognized as a DLL with
  357. ISAPI extensions executed (i.e. *.dll).  
  358. If left blank, ISAPI extension cannot be run in the Doucments
  359. Directory (with the exception of any direct execute ISAPI DLLs found
  360. in the <B>[isapi]</B> section).
  361. </TD></TR>
  362.  
  363. <TR valign=top><TD width=20%><FONT SIZE=+1>CGI Extensions</FONT>
  364. <P>
  365. <INPUT TYPE=text NAME="cgiext" VALUE="<RCEcgiext>" SIZE=30 MAXSIZE=40>
  366. </TD>
  367. <TD>This should be a space separated list of CGI extensions that, if found
  368. in the Documents Directory  should be recognized as CGI scripts and
  369. executed (i.e. *.cgi *.exe *.pl).  
  370. If left blank, only scripts found in the <I>CGI Directory</I> are 
  371. treated as CGI scripts.
  372. </TD></TR>
  373.  
  374. <TR valign=top><TD width=20%><FONT SIZE=+1>WinCGI Extensions</FONT>
  375. <P>
  376. <INPUT TYPE=text NAME="wincgiext" VALUE="<RCEwincgiext>" SIZE=30 MAXSIZE=40>
  377. </TD>
  378. <TD>This should be a space separated list of WinCGI extensions that, if found
  379. in the Documents Directory  should be recognized as CGI scripts and
  380. executed (i.e. *.cgi *.exe).  
  381. If left blank, only scripts found in the <I>WinCGI Directory</I> are 
  382. treated as WinCGI scripts.
  383. </TD></TR>
  384.  
  385. <TR valign=top><TD width=20%><FONT SIZE=+1>Server Side Includes</FONT>
  386. <P>
  387. <INPUT TYPE=text NAME="ssi" VALUE="<RCEssi>" SIZE=30 MAXSIZE=30>
  388. </TD>
  389. <TD>A space separated list of HTML file extensions that correspond with 
  390. files containing server side includes (i.e. shtml sht).  As parsing 
  391. server-side include files is expensive, it is recommended that the 
  392. extensions be limited to <I>shtml</I>.
  393. </TD></TR>
  394.  
  395. <TR valign=top><TD width=20%><FONT SIZE=+1>Prohibit Script #exec</FONT>
  396. <P>
  397. <P>
  398. <INPUT TYPE=radio NAME="noscriptexec" VALUE="true" <RCif RCEnoscriptexec = true> CHECKED<RCendif>>
  399. <B>Yes</B><BR>
  400. <INPUT TYPE=radio NAME="noscriptexec" VALUE="false" <RCif RCEnoscriptexec = false> CHECKED<RCendif>>
  401. <B>No</B><BR>
  402. </TD>
  403. <TD>Server-side include scripts may contain #exec directives that execute
  404. arbitrary server-side scripts.  If untrusted users are permitted to upload
  405. documents to your server, you should prohibit the use of this directive.
  406. </TD></TR>
  407.  
  408. <TR valign=top><TD width=20%><FONT SIZE=+1>Log Format</FONT>
  409. <P>
  410. <SELECT NAME="logformat">
  411. <OPTION VALUE="performance" <RCif RCElogformat = performance> SELECTED<RCendif>> Sambar Server Format
  412. <OPTION VALUE="combined" <RCif RCElogformat = combined> SELECTED<RCendif>> NCSA Combined Log Format
  413. <OPTION VALUE="common" <RCif RCElogformat = common> SELECTED<RCendif>> NCSA Common Log Format
  414. <OPTION VALUE="custom" <RCif RCElogformat = custom> SELECTED<RCendif>> Custom Log Format
  415. </SELECT>
  416. </TD>
  417. <TD>The log format options are:
  418. <UL>
  419. <LI>performance - Sambar Server performance format
  420. <LI>combined - NCSA combined log format
  421. <LI>common - NCSA Common Log Format
  422. <LI>custom - Custom Log Format (see <A HREF="/syshelp/logfmt.htm">log format</A> help)
  423. </UL>
  424. </TD></TR>
  425.  
  426. <TR valign=top><TD width=20%><FONT SIZE=+1>Don't Log IPs</FONT>
  427. <P>
  428. <INPUT TYPE=text NAME="noip" VALUE="<RCEnoip>" SIZE=30 MAXSIZE=30>
  429. </TD>
  430. <TD>A space separated list of IP addresses not to log requests from.
  431. This list may use wild-cards to match against (i.e. <B>127.0.0.1 140.172*</B> ).
  432. </TD></TR>
  433.  
  434. <TR valign=top><TD width=20%><FONT SIZE=+1>Don't Log Requests</FONT>
  435. <P>
  436. <INPUT TYPE=text NAME="noreq" VALUE="<RCEnoreq>" SIZE=30 MAXSIZE=30>
  437. </TD>
  438. <TD>A space separated list of requests not to log.
  439. This list may use wild-cards to match against (i.e. <B>*.jpg *.gif /foo*</B> ).
  440. </TD></TR>
  441.  
  442. <TR valign=top><TD width=20%><FONT SIZE=+1>Log Buffer Size</FONT>
  443. <P>
  444. <INPUT TYPE=text NAME="logsize" VALUE="<RCElogsize>" SIZE=12 MAXSIZE=12>
  445. </TD>
  446. <TD>Configure the maximum number of lines permitted in the server log 
  447. file (server.log).  Once this number is reached for a server session,
  448. the log is reset to the first line (it operates much like a circular buffer).
  449. For an infinite log size, set the log size value to 0.
  450. </TD></TR>
  451.  
  452. <TR valign=top><TD width=20%><FONT SIZE=+1>Compress Content</FONT>
  453. <P>
  454. <INPUT TYPE=radio NAME="compress" VALUE="true" <RCif RCEcompress = true> CHECKED<RCendif>>
  455. <B>Yes</B><BR>
  456. <INPUT TYPE=radio NAME="compress" VALUE="false" <RCif RCEcompress = false> CHECKED<RCendif>>
  457. <B>No</B><BR>
  458. </TD>
  459. <TD>Enable <A HREF="/syshelp/perf.htm">compression</A> of content 
  460. served up by the Sambar Server.  
  461. </TD></TR>
  462.  
  463. <TR valign=top><TD width=20%><FONT SIZE=+1>Enable ASP Engine</FONT>
  464. <P>
  465. <INPUT TYPE=radio NAME="asp" VALUE="true" <RCif RCEasp = true> CHECKED<RCendif>>
  466. <B>Yes</B><BR>
  467. <INPUT TYPE=radio NAME="asp" VALUE="false" <RCif RCEasp = false> CHECKED<RCendif>>
  468. <B>No</B><BR>
  469. </TD>
  470. <TD>Enable the <A HREF="/syshelp/cscript/cscript.htm">ASP/CScript</A> Engine 
  471. in the Sambar Server.  
  472. </TD></TR>
  473.  
  474. <TR valign=top><TD width=20%><FONT SIZE=+1>Enable WebDAV</FONT>
  475. <P>
  476. <INPUT TYPE=radio NAME="webdav" VALUE="true" <RCif RCEwebdav = true> CHECKED<RCendif>>
  477. <B>Yes</B><BR>
  478. <INPUT TYPE=radio NAME="webdav" VALUE="false" <RCif RCEwebdav = false> CHECKED<RCendif>>
  479. <B>No</B><BR>
  480. </TD>
  481. <TD>Enable the experimental <A HREF="/syshelp/webdav.htm">WebDAV</A> and
  482. <A HREF="/syshelp/version.htm">versioning</A> functionality in the Sambar 
  483. Server.  Enabling WebDAV results in significant enhancement to the 
  484. Document Manager.
  485. </TD></TR>
  486.  
  487. <TR valign=top><TD width=20%><FONT SIZE=+1>Enable JavaEngine</FONT>
  488. <P>
  489. <INPUT TYPE=radio NAME="javaeng" VALUE="true" <RCif RCEjavaeng = true> CHECKED<RCendif>>
  490. <B>Yes</B><BR>
  491. <INPUT TYPE=radio NAME="javaeng" VALUE="false" <RCif RCEjavaeng = false> CHECKED<RCendif>>
  492. <B>No</B><BR>
  493. </TD>
  494. <TD>Enable the Sambar Server JavaEngine module.  The JavaEngine implements
  495. the Java 1.2 Servlet interface.  See the 
  496. <A HREF=/syshelp/javaeng.htm>JavaEngine Help</A> pages for configuration
  497. help.  The Sun Java JDK must be installed prior to enabling this 
  498. functionality.
  499. </TD></TR>
  500.  
  501. <TR valign=top><TD width=20%><FONT SIZE=+1>Enable DBMS</FONT>
  502. <P>
  503. <INPUT TYPE=radio NAME="usedbms" VALUE="true" <RCif RCEusedbms = true> CHECKED<RCendif>>
  504. <B>Yes</B><BR>
  505. <INPUT TYPE=radio NAME="usedbms" VALUE="false" <RCif RCEusedbms = false> CHECKED<RCendif>>
  506. <B>No</B><BR>
  507. </TD>
  508. <TD>Enable the DBMS interface of the Sambar Server.  The DBMS interface
  509. must be initialized to use the DBMS scripting.  Once configured, the 
  510. DBMS management interfaces become available in the System Administration
  511. console. (Note: You must have ODBC installed to enable this option.)
  512. </TD></TR>
  513.  
  514. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as HTTPS Server</FONT>
  515. <P>
  516. <INPUT TYPE=radio NAME="httpsserver" VALUE="true" <RCif RCEhttpsserver = true> CHECKED<RCendif>>
  517. <B>Yes</B><BR>
  518. <INPUT TYPE=radio NAME="httpsserver" VALUE="false" <RCif RCEhttpsserver = false> CHECKED<RCendif>>
  519. <B>No</B><BR>
  520. </TD>
  521. <TD>Start the SSL HTTP Server when the Sambar Server is started (in addition
  522. to the HTTP server).  There are several additional configuration elements
  523. associated with installing and running SSL on the Sambar Server.
  524. See the <A HREF="/syshelp/ssl.htm">SSL documentation</A> for more details.
  525. </TD></TR>
  526.  
  527. <RCif RCElicense = pro>
  528. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as Mail Server</FONT>
  529. <P>
  530. <INPUT TYPE=radio NAME="mailserver" VALUE="true" <RCif RCEmailserver = true> CHECKED<RCendif>>
  531. <B>Yes</B><BR>
  532. <INPUT TYPE=radio NAME="mailserver" VALUE="false" <RCif RCEmailserver = false> CHECKED<RCendif>>
  533. <B>No</B><BR>
  534. </TD>
  535. <TD>Start the Mail Server when the Sambar Server is started (in addition
  536. to the HTTP server).  Additional Mail configuration parameters must be
  537. entered via the Mail Configuration forms on the System Administration
  538. pages.  User mailboxes are created using the User Management forms.  
  539. <I>WARNING: </I>  At this time, the Mail Server is not mature and 
  540. should not be used in production environments.
  541. </TD></TR>
  542. <RCendif>
  543.  
  544. <RCif RCElicense = pro>
  545. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as DNS Server</FONT>
  546. <P>
  547. <INPUT TYPE=radio NAME="dnsserver" VALUE="true" <RCif RCEdnsserver = true> CHECKED<RCendif>>
  548. <B>Yes</B><BR>
  549. <INPUT TYPE=radio NAME="dnsserver" VALUE="false" <RCif RCEdnsserver = false> CHECKED<RCendif>>
  550. <B>No</B><BR>
  551. </TD>
  552. <TD>Start the DNS Server/Proxy when the Sambar Server is started.
  553. Additional DNS configuration parameters must be entered via the 
  554. DNS Configuration forms on the System Administration pages.
  555. The functionality of this server/proxy is outlined on the
  556. <A HREF="/syshelp/dns.htm">DNS</A> system help pages.
  557. </TD></TR>
  558. <RCendif>
  559.  
  560. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as FTP Server</FONT>
  561. <P>
  562. <INPUT TYPE=radio NAME="ftpserver" VALUE="true" <RCif RCEftpserver = true> CHECKED<RCendif>>
  563. <B>Yes</B><BR>
  564. <INPUT TYPE=radio NAME="ftpserver" VALUE="false" <RCif RCEftpserver = false> CHECKED<RCendif>>
  565. <B>No</B><BR>
  566. </TD>
  567. <TD>Start the FTP Server when the Sambar Server is started (in addition
  568. to the HTTP server). <I>WARNING: </I>If your machine is already running an
  569. FTP Server, the FTP Server will fail to start if the ports of the two
  570. servers conflict.</I> 
  571. </TD></TR>
  572.  
  573. <RCif RCElicense = pro>
  574. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as TFTP Server</FONT>
  575. <P>
  576. <INPUT TYPE=radio NAME="tftpserver" VALUE="true" <RCif RCEtftpserver = true> CHECKED<RCendif>>
  577. <B>Yes</B><BR>
  578. <INPUT TYPE=radio NAME="tftpserver" VALUE="false" <RCif RCEtftpserver = false> CHECKED<RCendif>>
  579. <B>No</B><BR>
  580. </TD>
  581. <TD>Start the TFTP Server when the Sambar Server is started (in addition
  582. to the HTTP server). <I>WARNING: </I>If your machine is already running an
  583. TFTP Server, the TFTP Server will fail to start if the ports of the two
  584. servers conflict.  The TFTP supports read-only access to files 
  585. found in the Sambar Server <I>tftpboot</I> directory.</I> 
  586. </TD></TR>
  587. <RCendif>
  588.  
  589. <RCif RCElicense = pro>
  590. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as Telnet Server/Proxy</FONT>
  591. <P>
  592. <INPUT TYPE=radio NAME="telnetd" VALUE="true" <RCif RCEtelnetd = true> CHECKED<RCendif>>
  593. <B>Yes</B><BR>
  594. <INPUT TYPE=radio NAME="telnetd" VALUE="false" <RCif RCEtelnetd = false> CHECKED<RCendif>>
  595. <B>No</B><BR>
  596. </TD>
  597. <TD>Start the Telnet Server & Proxy when the Sambar Server is started 
  598. (in addition to the HTTP server).  See the 
  599. <A HREF="/syshelp/telnet.htm">Telnet</A> documentation for usage details.
  600. </TD></TR>
  601. <RCendif>
  602.  
  603. <RCif RCElicense = pro>
  604. <TR valign=top><TD width=20%><FONT SIZE=+1>Act as DHCP Server</FONT>
  605. <P>
  606. <INPUT TYPE=radio NAME="dhcpserver" VALUE="true" <RCif RCEdhcpserver = true> CHECKED<RCendif>>
  607. <B>Yes</B><BR>
  608. <INPUT TYPE=radio NAME="dhcpserver" VALUE="false" <RCif RCEdhcpserver = false> CHECKED<RCendif>>
  609. <B>No</B><BR>
  610. </TD>
  611. <TD>Start the DHCP Server when the Sambar Server is started 
  612. (in addition to the HTTP server).  See the 
  613. <A HREF="/syshelp/dhcp.htm">DHCP</A> documentation for usage details.
  614. </TD></TR>
  615. <RCendif>
  616.  
  617. <TR valign=top><TD width=20%><FONT SIZE=+1>Run Watcher</FONT>
  618. <P>
  619. <INPUT TYPE=radio NAME="watcher" VALUE="true" <RCif RCEwatcher = true> CHECKED<RCendif>>
  620. <B>Yes</B><BR>
  621. <INPUT TYPE=radio NAME="watcher" VALUE="false" <RCif RCEwatcher = false> CHECKED<RCendif>>
  622. <B>No</B><BR>
  623. </TD>
  624. <TD>Start a Watcher Daemon when the server is started to monitor the
  625. WWW server and restart it in the event of a failure.  This feature <B>can 
  626. be used</B> when the Sambar Server is run as an NT Service.
  627. </TD></TR>
  628.  
  629. <TR valign=top><TD width=20%><FONT SIZE=+1>Watcher Timeout</FONT>
  630. <P>
  631. <INPUT TYPE=text NAME="watcherto" VALUE="<RCEwatcherto>" SIZE=12 MAXSIZE=12>
  632. </TD>
  633. <TD>Configure the delay in seconds between each wwwping of the server
  634. by the watcher daemon.  This time should exceed 60 seconds 
  635. (1200 is the default).  After two consecutive connect failures, 
  636. the Sambar Server will be terminated and restarted by the Watcher Daemon.
  637. </TD></TR>
  638.  
  639. <TR valign=top><TD nowrap width=20%><FONT SIZE=+1>NTP Server</FONT><BR>
  640. <INPUT TYPE=text NAME="ntp" VALUE="<RCEntp>" SIZE=30 MAXSIZE=80><BR>
  641. </TD>
  642. <TD>Specify an NTP server (network time protocol) to use to synchronize
  643. the server's clock with at the specified cron period.  See 
  644. <A HREF="http://www.ntp.org">www.ntp.org</A> for a list of public NTP 
  645. servers. If the NTP server
  646. or cron period is left blank, synchronization will not occur.  An example
  647. cron period would be <B> 0 1 * * * </B>, which equates to every nigth at 1AM.
  648. <BR>
  649. <font size=-1><I>Cron</I></font>
  650. <INPUT TYPE=text NAME="ntpcron" VALUE="<RCEntpcron>" MAXSIZE=12>
  651. </TD></TR>
  652.  
  653. </TABLE>
  654. <P>
  655. <CENTER>
  656. <HR>
  657. <INPUT TYPE=submit VALUE="Update Server Configuration">
  658. </FORM>
  659. <P>
  660. <HR>
  661. </CENTER>
  662. <BR>
  663. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  664. </BODY>
  665. </HTML>
  666.