home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / envt.stm < prev    next >
Text File  |  2001-03-26  |  20KB  |  249 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <TITLE>Sambar Server Environment Variables</TITLE>
  6. </HEAD>
  7. <BODY BGCOLOR="#FFFFFF" VLINK=0000FF>
  8. <A HREF="/sysadmin/index.stm" TARGET=_top>
  9. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  10. <CENTER><FONT SIZE=+2>Sambar Server Environment Variables</FONT>
  11. <BR>
  12. <BR>
  13. <A HREF="#CLIENT">Client</A>
  14. <A HREF="#HTTP">HTTP</A>
  15. <A HREF="#SERVICES">Services</A>
  16. <A HREF="#FTP">FTP</A>
  17. <A HREF="#TIME">Time</A>
  18. <A HREF="#CRON">CRON</A>
  19. <A HREF="#CGI">CGI</A>
  20. <A HREF="#MAIL">Mail</A>
  21. <A HREF="#PROXY">Proxy</A>
  22. <A HREF="#DIALUP">Dialup</A>
  23. <A HREF="#LOGGING">Logging</A>
  24. <A HREF="#DNS">DNS</A>
  25. <A HREF="#SECURITY">Security</A>
  26.  
  27. <TABLE border=1 cellspacing=2>
  28. <TR valign=top><TH>Environment Variable Name</TH><TH>Present Value</TH><TH>Description</TH></TR>
  29.  
  30.  
  31.  
  32. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=CLIENT><B>Client variables</B> <A HREF=#top>top</A></TD></TR>
  33. <TR valign=top><TD>RCEremote_addr</TD><TD><RCEremote_addr></TD><TD>IP address of the client.</TD></TR>
  34. <TR valign=top><TD>RCEresolvedns</TD><TD><RCEresolvedns></TD><TD>Perform DNS lookup on clients. (affects RCEhostname)</TD></TR>
  35. <TR valign=top><TD>RCEhostname</TD><TD><RCEhostname></TD><TD>Host name of the client.</TD></TR>
  36. <TR valign=top><TD>RCErequestmethod</TD><TD><RCErequestmethod></TD><TD>Request method (GET | POST).</TD></TR>
  37. <TR valign=top><TD>RCErequest</TD><TD><RCErequest></TD><TD>URI requested by client (less query_string).</TD></TR>
  38. <TR valign=top><TD>RCEquery_string</TD><TD><RCEquery_string></TD><TD>Client query_string variables names/values requested via GET method (URL encoded). (<A HREF="envt.stm?variable=value">example</A>)</TD></TR>
  39. <TR valign=top><TD>RCEcontent_length</TD><TD><RCEcontent_length></TD><TD>POSTed content length.</TD></TR>
  40. <TR valign=top><TD>RCEcontent_type</TD><TD><RCEcontent_type></TD><TD>Content type.</TD></TR>
  41. <TR valign=top><TD>RCEhttp_cookie</TD><TD><RCEhttp_cookie></TD><TD>Cookie string.</TD></TR>
  42. <TR valign=top><TD>RCEreferer</TD><TD><RCEreferer></TD><TD>Referer associated with client.</TD></TR>
  43. <TR valign=top><TD>RCEhttp_referer</TD><TD><RCEhttp_referer></TD><TD>Refering page (same as RCEreferer).</TD></TR>
  44. <TR valign=top><TD>RCEagent</TD><TD><RCEagent></TD><TD>Client browser type.</TD></TR>
  45. <TR valign=top><TD>RCEhttp_useragent</TD><TD><RCEhttp_useragent></TD><TD>User agent (same as RCEagent).</TD></TR>
  46. <TR valign=top><TD>RCEusername</TD><TD><RCEusername></TD><TD>User name.</TD></TR>
  47. <TR valign=top><TD>RCEloggedin</TD><TD><RCEloggedin></TD><TD>Is the user logged in?</TD></TR>
  48. <TR valign=top><TD>RCEauth_type</TD><TD><RCEauth_type></TD><TD>Authorization Type</TD></TR>
  49. <TR valign=top><TD>RCEhttp_accept_charset</TD><TD><RCEhttp_accept_charset></TD><TD>User characterset/language.</TD></TR>
  50. <TR valign=top><TD>RCEhttp_accept_encoding</TD><TD><RCEhttp_accept_encoding></TD><TD>User preferred character encoding.</TD></TR>
  51. <TR valign=top><TD>RCEhttp_accept_language</TD><TD><RCEhttp_accept_language></TD><TD>User preferred language.</TD></TR>
  52. <TR valign=top><TD>RCEhttp_pragma</TD><TD><RCEhttp_pragma></TD><TD>Page cacheing duration.</TD></TR>
  53.  
  54.  
  55. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME="HTTP"><B>Server (HTTP) variables</B> <A HREF=#top>top</A></TD></TR>
  56. <TR valign=top><TD>RCEmaxusers</TD><TD><RCEmaxusers></TD><TD>Maximum number of users allowed to be logged in simultaniously.</TD></TR>
  57. <TR valign=top><TD>RCEvhost</TD><TD><RCEvhost></TD><TD>Host name the client is communicating with.</TD></TR>
  58. <TR valign=top><TD>RCErequest</TD><TD><RCErequest></TD><TD>URL request value.</TD></TR>
  59. <TR valign=top><TD>RCEdocument_uri</TD><TD><RCEdocument_uri></TD><TD>Document path.</TD></TR>
  60. <TR valign=top><TD>RCEdocument_name</TD><TD><RCEdocument_name></TD><TD>Document name.</TD></TR>
  61. <TR valign=top><TD>RCElast_modified</TD><TD><RCElast_modified></TD><TD>Document modification time.</TD></TR>
  62. <TR valign=top><TD>RCElast_moddate</TD><TD><RCElast_moddate></TD><TD>Document modification date.</TD></TR>
  63. <TR valign=top><TD>RCEpath_info</TD><TD><RCEpath_info></TD><TD>Path info.</TD></TR>
  64. <TR valign=top><TD>RCEpath_translated</TD><TD><RCEpath_translated></TD><TD>Path translated.</TD></TR>
  65. <TR valign=top><TD>RCEscript_name</TD><TD><RCERCEscript_name></TD><TD>Script name.</TD></TR>
  66. <TR valign=top><TD>RCEuridir</TD><TD><RCEuridir></TD><TD>URI path.</TD></TR>
  67. <TR valign=top><TD>RCEcontent_length</TD><TD><RCEcontent_length></TD><TD>Content_length.</TD></TR>
  68. <TR valign=top><TD>RCEcontent_type</TD><TD><RCEcontent_type></TD><TD>Content Type.</TD></TR>
  69. <TR valign=top><TD>RCEstarttime</TD><TD><RCEstarttime></TD><TD>Sambar Server starttime.</TD></TR>
  70. <TR valign=top><TD>RCEsysadmin</TD><TD><RCEsysadmin></TD><TD>Name assocaited with System administrator.</TD></TR>
  71. <TR valign=top><TD>RCEsysadminip</TD><TD><RCEsysadminip></TD><TD>The IP address(es), the administrator can login
  72. from.</TD></TR>
  73. <TR valign=top><TD>RCEserverip</TD><TD><RCEserverip></TD><TD>Server IP address.</TD></TR>
  74. <TR valign=top><TD>RCEport</TD><TD><RCEport></TD><TD>Port on which the server is running.</TD></TR>
  75. <TR valign=top><TD>RCEversion</TD><TD><RCEversion></TD><TD>Server version.</TD></TR>
  76. <TR valign=top><TD>RCEservername</TD><TD><RCEservername></TD><TD>Server name.</TD></TR>
  77. <TR valign=top><TD>RCEwatcher</TD><TD><RCEwatcher></TD><TD>Run the server watcher.</TD></TR>
  78. <TR valign=top><TD>RCEwatcherto</TD><TD><RCEwatcherto></TD><TD>The watcher time-out - i.e. the watcher will check the server-state every x seconds and will restart, if the server has crashed.</TD></TR>
  79. <TR valign=top><TD>RCEhomepage</TD><TD><RCEhomepage></TD><TD>Server home page.</TD></TR>
  80. <TR valign=top><TD>RCEdefpage</TD><TD><RCEdefpage></TD><TD>Server default directory page(s).</TD></TR>
  81. <TR valign=top><TD>RCEdocsdir</TD><TD><RCEdocsdir></TD><TD>The document root for the server.</TD></TR>
  82. <TR valign=top><TD>RCErootdir</TD><TD><RCErootdir></TD><TD>The path to the installation directory, also know as the server root</TD></TR>
  83. <TR valign=top><TD>RCEmaxconns</TD><TD><RCEmaxconns></TD><TD>The maximum number of network connections for the server.</TD></TR>
  84. <TR valign=top><TD>RCEcachesize</TD><TD><RCEcachesize></TD><TD>The maximum size for the server file cache (in bytes).</TD></TR>
  85. <TR valign=top><TD>RCEnettimeout</TD><TD><RCEnettimeout> sec.</TD><TD>Network read timeout.</TD></TR>
  86. <TR valign=top><TD>RCEpaused</TD><TD><RCEpaused></TD><TD>Server paused?</TD></TR>
  87. <TR valign=top><TD>RCEserver_software</TD><TD><RCEserver_software></TD><TD>Server software.</TD></TR>
  88. <TR valign=top><TD>RCEserver_name</TD><TD><RCEserver_name></TD><TD>Server name.</TD></TR>
  89. <TR valign=top><TD>RCEserver_protocol</TD><TD><RCEserver_protocol></TD><TD>Server protocol.</TD></TR>
  90.  
  91.  
  92. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=SERVICES><B>Services variables</B> <A HREF=#top>top</A></TD></TR>
  93. <TR valign=top><TD>RCEmailserver</TD><TD><RCEmailserver></TD><TD>Act as Mail server.</TD></TR>
  94. <TR valign=top><TD>RCErunsmtp</TD><TD><RCErunsmtp></TD><TD>Act as SMTP server.</TD></TR>
  95. <TR valign=top><TD>RCEdnsserver</TD><TD><RCEdnsserver></TD><TD>Act as DNS server.</TD></TR>
  96. <TR valign=top><TD>RCEhttpsserver</TD><TD><RCEhttpsserver></TD><TD>Act as HTTP SSL server.</TD></TR>
  97. <TR valign=top><TD>RCEtelnetd</TD><TD><RCEtelnetd></TD><TD>Act as Telnet daemon.</TD></TR>
  98. <TR valign=top><TD>RCEjavaeng</TD><TD><RCEjavaeng></TD><TD>Java engine enabled.</TD></TR>
  99. <TR valign=top><TD>RCEusedbms</TD><TD><RCEusedbms></TD><TD>ODBC interface enabled.</TD></TR>
  100.  
  101.  
  102. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME="FTP"><B>FTP Services variables</B> <A HREF=#top>top</A></TD></TR>
  103. <TR valign=top><TD>RCEftpserver</TD><TD><RCEftpserver></TD><TD>Act as FTP Server.</TD></TR>
  104. <TR valign=top><TD>RCEftpport</TD><TD><RCEftpport></TD><TD>FTP Port for Server.</TD></TR>
  105. <TR valign=top><TD>RCEftpusers</TD><TD><RCEftpusers></TD><TD>Maximum simultaniously connected FTP users.</TD></TR>
  106. <TR valign=top><TD>RCEftpupload</TD><TD><RCEftpupload></TD><TD>Maximum amount (in bytes) for a single file-size.</TD></TR>
  107.  
  108.  
  109. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME="TIME"><B>Time variables</B> <A HREF=#top>top</A></TD></TR>
  110. <TR valign=top><TD>RCEdatetime</TD><TD><RCEdatetime></TD><TD>Current date/time string.</TD></TR>
  111. <TR valign=top><TD>RCEdate_local</TD><TD><RCEdate_local></TD><TD>Same as datetime.</TD></TR>
  112. <TR valign=top><TD>RCEdate_gmt</TD><TD><RCEdate_gmt></TD><TD>Current date/time string in GMT.</TD></TR>
  113. <TR valign=top><TD>RCEhour</TD><TD><RCEhour></TD><TD>Current hour value (0-23).</TD></TR>
  114. <TR valign=top><TD>RCEminute</TD><TD><RCEminute></TD><TD>Current minute value (0-23).</TD></TR>
  115. <TR valign=top><TD>RCEsecond</TD><TD><RCEsecond></TD><TD>Current second value (0-59).</TD></TR>
  116. <TR valign=top><TD>RCEweekday</TD><TD><RCEweekday></TD><TD>Weekday value (1-7).</TD></TR>
  117. <TR valign=top><TD>RCEday</TD><TD><RCEday></TD><TD>Day of the week (1-31).</TD></TR>
  118. <TR valign=top><TD>RCEmonth</TD><TD><RCEmonth></TD><TD>Month of the year (1-12).</TD></TR>
  119. <TR valign=top><TD>RCEyear</TD><TD><RCEyear></TD><TD>Year value (i.e. 1997).</TD></TR>
  120. <TR valign=top><TD>RCEtime</TD><TD><RCEtime></TD><TD>time() (Seconds since 1/1/1970)</TD></TR>
  121.  
  122. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME="CRON"><B>CRON scheduler variables</B> <A HREF=#top>top</A></TD></TR>
  123. <TR valign=top><TD>RCEcrontimeout</TD><TD><RCEcrontimeout></TD><TD>Maximum duration (in seconds) for a CRON scheduled task to complete (unless run in parallel).</TD></TR>
  124.  
  125.  
  126. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=CGI><B>CGI variables</B> <A HREF=#top>top</A></TD></TR>
  127. <TR valign=top><TD>RCEcgiext</TD><TD><RCEcgiext></TD><TD>The extension(s) configured for cgi processing, outside the regular cgi-bin.</TD></TR>
  128. <TR valign=top><TD>RCEcgitimeout</TD><TD><RCEcgitimeout> sec.</TD><TD>Maximum CGI executaion duration.</TD></TR>
  129. <TR valign=top><TD>RCEcgistderr</TD><TD><RCEcgistderr></TD><TD>Show CGI standard error.</TD></TR>
  130. <TR valign=top><TD>RCEcgidir</TD><TD><RCEcgidir></TD><TD>The path to the cgi-bin directory. If not preceded by a drive letter, this path is relative to the Sambar installation directory.</TD></TR>
  131. <TR valign=top><TD>RCEgateway_interface</TD><TD><RCEgateway_interface></TD><TD>Gateway interface.</TD></TR>
  132. <TR valign=top><TD>RCEwincgidir</TD><TD><RCEwincgidir></TD><TD>The path to the wincgi directory. If not preceded by a drive letter, this path is relative to the Sambar installation directory.</TD></TR>
  133. <TR valign=top><TD>RCEwincgiext</TD><TD><RCEwincgiext></TD><TD>The extension(s) configured for wincgi processing, outside the regular win cgi directory.</TD></TR>
  134. <TR valign=top><TD>RCEisapiext</TD><TD><RCEisapiext></TD><TD>The extension(s) associated with ISAPI plug-ins.</TD></TR>
  135. <TR valign=top><TD>RCEisapidbg</TD><TD><RCEisapidbg></TD><TD>ISAPI debug level.</TD></TR>
  136. <TR valign=top><TD>RCEssi</TD><TD><RCEssi></TD><TD>The extension(s) configured for Server Side Includes processing.</TD></TR>
  137.  
  138.  
  139. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=MAIL><B>Mail variables</B> <A HREF=#top>top</A></TD></TR>
  140. <TR valign=top><TD>RCEmailname</TD><TD><RCEmailname></TD><TD>Hostname of the mail-server.</TD></TR>
  141. <TR valign=top><TD>RCEmboxsize</TD><TD><RCEmboxsize></TD><TD>Maximum size of a mail-box.</TD></TR>
  142. <TR valign=top><TD>RCEmsgrelay</TD><TD><RCEmsgrelay></TD><TD>Mail relay spool time (ondemand | hourly | daily)</TD></TR>
  143. <TR valign=top><TD>RCEmaildomains</TD><TD><RCEmaildomains></TD><TD>Space-seperated list of domainnames (-patterns) which are considered local by the SMTP server.</TD></TR>
  144. <TR valign=top><TD>RCEmta</TD><TD><RCEmta></TD><TD>Act as remote MTA.</TD></TR>
  145. <TR valign=top><TD>RCEmaxmsgsize</TD><TD><RCEmaxmsgsize></TD><TD>Maximum message size in bytes.</TD></TR>
  146. <TR valign=top><TD>RCEnombox</TD><TD><RCEnombox></TD><TD>Mailbox where mail will be transfered to when the mailbox cannot be resolved to a local user.</TD></TR>
  147. <TR valign=top><TD>RCErestrictrelay</TD><TD><RCErestrictrelay></TD><TD>Enforce relay restrictions (anti-spam)</TD></TR>
  148. <TR valign=top><TD>RCErestrictrelayip</TD><TD><RCErestrictrelayip></TD><TD>Space seperated list of ip-adresses (-patterns), which are allowed to relay mail.</TD></TR>
  149. <TR valign=top><TD>RCErelayuser</TD><TD><RCErelayuser></TD><TD>Username to use, when sending mail via the ISP</TD></TR>
  150. <TR valign=top><TD>RCEnumusers</TD><TD><RCEnumusers></TD><TD>Current amount of logged in users (admin included).</TD></TR>
  151. <TR valign=top><TD>RCEhasmbox</TD><TD><RCEhasmbox></TD><TD>Does this user have a mailbox?</TD></TR>
  152.  
  153.  
  154. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=PROXY><B>Proxy variables</B> <A HREF=#top>top</A></TD></TR>
  155. <TR valign=top><TD>RCErproxyport</TD><TD><RCErproxyport></TD><TD>Remote proxy port.</TD></TR>
  156. <TR valign=top><TD>RCEhttpproxy</TD><TD><RCEhttpproxy></TD><TD>Acting as HTTP proxy.</TD></TR>
  157. <TR valign=top><TD>RCEproxyfilter</TD><TD><RCEproxyfilter></TD><TD>HTTP Proxy word filter enabled.</TD></TR>
  158. <TR valign=top><TD>RCElogproxy</TD><TD><RCElogproxy></TD><TD>Log HTTP proxy activity to proxy.log</TD></TR>
  159. <TR valign=top><TD>RCEfilterip</TD><TD><RCEfilterip></TD><TD>Space seperated list of IP(s) to inhibit</TD></TR>
  160. <TR valign=top><TD>RCEftpproxy</TD><TD><RCEftpproxy></TD><TD>Acting as FTP proxy.</TD></TR>
  161. <TR valign=top><TD>RCEftpport</TD><TD><RCEftpport></TD><TD>Acting as FTP proxy.</TD></TR>
  162. <TR valign=top><TD>RCEnntpproxy</TD><TD><RCEnntpproxy></TD><TD>Acting as NNTP (news) proxy.</TD></TR>
  163. <TR valign=top><TD>RCEnntpserver</TD><TD><RCEnntpserver></TD><TD>Hostname of the NNTP (news) server.</TD></TR>
  164. <TR valign=top><TD>RCEnntpport</TD><TD><RCEnntpport></TD><TD>NNTP (news) server port.</TD></TR>
  165. <TR valign=top><TD>RCEsmtpproxy</TD><TD><RCEsmtpproxy></TD><TD>Acting as SMTP proxy.</TD></TR>
  166. <TR valign=top><TD>RCEsmtpserver</TD><TD><RCEsmtpserver></TD><TD>SMTP Server for proxy.</TD></TR>
  167. <TR valign=top><TD>RCEsmtpport</TD><TD><RCEsmtpport></TD><TD>SMTP Port for proxy.</TD></TR>
  168. <TR valign=top><TD>RCEpop3proxy</TD><TD><RCEpop3proxy></TD><TD>Acting as POP3 proxy.</TD></TR>
  169. <TR valign=top><TD>RCEpop3server</TD><TD><RCEpop3server></TD><TD>POP3 Server for proxy.</TD></TR>
  170. <TR valign=top><TD>RCEpop3port</TD><TD><RCEpop3port></TD><TD>POP3 Port for proxy.</TD></TR>
  171. <TR valign=top><TD>RCEpop3enh</TD><TD><RCEpop3enh></TD><TD>POP3 enhanced proxy functionality enabled.</TD></TR>
  172. <TR valign=top><TD>RCEimap4proxy</TD><TD><RCEimap4proxy></TD><TD>Acting as IMAP4 proxy.</TD></TR>
  173. <TR valign=top><TD>RCEimap4server</TD><TD><RCEimap4server></TD><TD>IMAP4 Server for proxy.</TD></TR>
  174. <TR valign=top><TD>RCEimap4port</TD><TD><RCEimap4port></TD><TD>IMAP4 Port for proxy.</TD></TR>
  175. <TR valign=top><TD>RCEsocksd</TD><TD><RCEsocksd></TD><TD>Acting as SOCKS proxy.</TD></TR>
  176. <TR valign=top><TD>RCEsocksport</TD><TD><RCEsocksport></TD><TD>Port for the SOCKS proxy.</TD></TR>
  177. <TR valign=top><TD>RCErealproxy</TD><TD><RCErealproxy></TD><TD>Acting as Real Media (c) Proxy.</TD></TR>
  178. <TR valign=top><TD>RCEbridgeproxy</TD><TD><RCEbridgeproxy></TD><TD>Acting as Bridge proxy.</TD></TR>
  179. <TR valign=top><TD>RCEbridgeserver</TD><TD><RCEbridgeserver></TD><TD>Hostname of the bridge-server.</TD></TR>
  180. <TR valign=top><TD>RCEbridgeport</TD><TD><RCEbridgeport></TD><TD>Port for the bridge server.</TD></TR>
  181. <TR valign=top><TD>RCErproxy</TD><TD><RCErproxy></TD><TD>Hostname of the remote (caching) proxy. Blank disables the proxy.</TD></TR>
  182. <TR valign=top><TD>RCErealport</TD><TD><RCErealport></TD><TD>Port for the Real Media (c) proxy.</TD></TR>
  183.  
  184. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=DIALUP><B>Dialup Services variables</B> <A HREF=#top>top</A></TD></TR>
  185. <TR valign=top><TD>RCEdialup</TD><TD><RCEdialup></TD><TD>Dial-on-demand enabled.</TD></TR>
  186. <TR valign=top><TD>RCEdialtrace</TD><TD><RCEdialtrace></TD><TD>Log detailed dial-up connection information to server.log.</TD></TR>
  187. <TR valign=top><TD>RCEdialentry</TD><TD><RCEdialentry></TD><TD>Name of the dial-up connection to dial, as configured in RAS (NT) or DUN (9x).</TD></TR>
  188. <TR valign=top><TD>RCEdialuser</TD><TD><RCEdialuser></TD><TD>Username for login to the ISP.</TD></TR>
  189. <TR valign=top><TD>RCEdialpass</TD><TD><RCEdialpass></TD><TD>Password for login to the ISP.</TD></TR>
  190. <TR valign=top><TD>RCEdialtimeout</TD><TD><RCEdialtimeout></TD><TD>Inactivity timeout in seconds. If no proxy requests are received within this period, the server will hang-up the connection.</TD></TR>
  191.  
  192. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=LOGGING><B>Logging Services variables</B> <A HREF=#top>top</A></TD></TR>
  193. <TR valign=top><TD>RCEnoip</TD><TD><RCEnoip></TD><TD>The ip-adress(es) which are not logged.</TD></TR>
  194. <TR valign=top><TD>RCEnoreq</TD><TD><RCEnoreq></TD><TD>The extension(s) which are not logged.</TD></TR>
  195. <TR valign=top><TD>RCElogsize</TD><TD><RCElogsize></TD><TD>The maximum log-size for rotated logs (0 equals no limit).</TD></TR>
  196. <TR valign=top><TD>RCEautolog</TD><TD><RCEautolog></TD><TD>Log rotation frequency.</TD></TR>
  197. <TR valign=top><TD>RCElogformat</TD><TD><RCElogformat></TD><TD>HTTP server log format.</TD></TR>
  198. <TR valign=top><TD>RCEtracesmtp</TD><TD><RCEtracesmtp></TD><TD>Log SMTP activity to smtp.log.</TD></TR>
  199. <TR valign=top><TD>RCEtracepop3</TD><TD><RCEtracepop3></TD><TD>Log POP3 activity to pop3.log.</TD></TR>
  200. <TR valign=top><TD>RCEtraceimap4</TD><TD><RCEtraceimap4></TD><TD>Log IMAP4 activity to imap4.log.</TD></TR>
  201. <TR valign=top><TD>RCEtracerouter</TD><TD><RCEtracerouter></TD><TD>Log MTA activity to router.log.</TD></TR>
  202. <TR valign=top><TD>RCEtracefetcher</TD><TD><RCEtracefetcher></TD><TD>Log fetcher activity to fetcher.log.</TD></TR>
  203.  
  204. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=DNS><B>DNS Services variables</B> <A HREF=#top>top</A></TD></TR>
  205. <TR valign=top><TD>RCEdnshosts</TD><TD><RCEdnshosts></TD><TD>Location and name of the dns hosts file.</TD></TR>
  206. <TR valign=top><TD>RCEforwarddns</TD><TD><RCEforwarddns></TD><TD>Forward DNS requests?</TD></TR>
  207. <TR valign=top><TD>RCEdnsprimary</TD><TD><RCEdnsprimary></TD><TD>Hostname of the primary DNS server to forward requests to.</TD></TR>
  208.  
  209. <TR BGCOLOR=cccccc><TD COLSPAN=3><A NAME=SECURITY><B>Security variables</B> <A HREF=#top>top</A></TD></TR>
  210. <TR valign=top><TD>RCErealm</TD><TD><RCErealm></TD><TD>The name of the security realm.</TD></TR>
  211. <TR valign=top><TD>RCEshowdirs</TD><TD><RCEshowdirs></TD><TD>Directory browsing allowed.</TD></TR>
  212. <TR valign=top><TD>RCEhtaccess</TD><TD><RCEhtaccess></TD><TD>Enforce htaccess.</TD></TR>
  213. <TR valign=top><TD>RCEputusers</TD><TD><RCEputusers></TD><TD>The user(s) allowed to upload via the PUT method.</TD></TR>
  214. <TR valign=top><TD>RCEsslcipher</TD><TD><RCEsslcipher></TD><TD>SSL cipher type being used.</TD></TR>
  215. <TR valign=top><TD>RCEsslversion</TD><TD><RCEsslversion></TD><TD>SSL version version.</TD></TR>
  216. <TR valign=top><TD>RCEnoscriptexec</TD><TD><RCEnoscriptexec></TD><TD>Disallow cgi/wincgi execution in server-side scripts.</TD></TR>
  217. <TR valign=top><TD>RCEvalidchars</TD><TD><FONT SIZE=2><RCEvalidchars></FONT></TD><TD>Characters which are considered valid for FTP filenames.</TD></TR>
  218. </TABLE>
  219.  
  220. </CENTER>
  221.  
  222. <BR>
  223. <UL>
  224. <LI>Many of these environment variables (though not all) are available to 
  225. other scripting languages running on the Sambar Server, though they are 
  226. called differently.  For example, <CODE>RCEremote_addr</CODE> is the same 
  227. as <CODE>$ENV{'REMOTE_ADDR'}</CODE> in PERL.  Conversely, some variables 
  228. that are available to other languages are not available to Sambar scripts; 
  229. <CODE>$ENV{'PATH'}</CODE></LI>
  230. <LI>Noteworthy; many other environment variables exist on the Sambar Server 
  231. which are not listed here due to their obscure usefulness or recent 
  232. development (such as MAIL variables).</LI>
  233. </UL>
  234. <P>
  235. <I>What other environment variables are available to Sambar Scripting and/or CGIs ?</I>
  236. <UL>
  237. <LI>The environment of the user and machine on which the server is running 
  238. is available. (i.e. 'setenv','printenv')</LI>
  239. <LI>In addition, any other "unexpected" HTTP headers sent by the browser 
  240. in the request (prepended with 'HTTP_')</LI>
  241. </UL>
  242. <BR>
  243. <BR>
  244. <A HREF="/" TARGET=_top><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  245.  
  246. <RCE*>
  247. </BODY>
  248. </HTML>
  249.