home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Komunik / sambar444 / _SETUP.1 / envt.stm < prev    next >
Text File  |  2000-07-31  |  18KB  |  245 lines

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