home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / proxy.stm < prev    next >
Text File  |  1997-08-20  |  5KB  |  131 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Proxy Configuration</TITLE>
  4. </HEAD>
  5. <BODY bgcolor=#ffffff>
  6. <A HREF="/sysadmin/index.stm" TARGET=_top>
  7. <IMG border=0 ALIGN=left SRC="/images/system/console.gif"></A>
  8. <CENTER><FONT SIZE=6>Proxy Configuration</FONT>
  9. <BR>
  10. <I>Changes don't take effect until system restart.</I>
  11. <HR>
  12. </CENTER>
  13. <FORM METHOD=POST ACTION="/session/sysconfig">
  14. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
  15.  
  16. <TABLE border=0 cellspacing=20>
  17.  
  18. <TR valign=top><TD width=20%><FONT SIZE=+1>HTTP Proxy Server</FONT>
  19. <P>
  20. <INPUT TYPE=radio NAME="httpproxy" VALUE="true" <RCif RCEhttpproxy = true> CHECKED<RCendif>>
  21. <B>Yes</B><BR>
  22. <INPUT TYPE=radio NAME="httpproxy" VALUE="false" <RCif RCEhttpproxy = false> CHECKED<RCendif>>
  23. <B>No</B><BR>
  24. </TD>
  25. <TD>Configure the server to act as an HTTP proxy server.  The Sambar Server
  26. is not a caching HTTP proxy server, simply a "pass-through" gateway.  
  27. If turned on, the proxy server runs on the same port as the HTTP server.
  28. Note: FTP proxy over HTTP, and SSL tunneling are supported when HTTP proxy
  29. is turned on.  Make sure the security restrictions (<B>proxyaccept</B>)
  30. in <I>security.ini</B> are appropriate for your site.
  31. </TD></TR>
  32.  
  33. <TR valign=top><TD width=20%><FONT SIZE=+1>Remote Proxy</FONT>
  34. <P>
  35. <INPUT TYPE=text NAME="rproxy" VALUE="<RCErproxy>" SIZE=30 MAXSIZE=30>
  36. </TD>
  37. <TD>When acting as an HTTP proxy, a remote caching proxy server can also
  38. be used.  If the Remote Proxy field is non-blank, all proxy requests will
  39. be forwarded to the server configured (typically your ISPs caching proxy).
  40. FTP and SSL tunneling requests are also directed to the remote proxy.
  41. </TD></TR>
  42.  
  43. <TR valign=top><TD width=20%><FONT SIZE=+1>Remote Proxy Port</FONT>
  44. <P>
  45. <INPUT TYPE=text NAME="rproxyport" VALUE="<RCErproxyport>" SIZE=12 MAXSIZE=12>
  46. </TD>
  47. <TD>Remote Proxy Port to connect with when utilizing a 
  48. caching remote proxy server.
  49. </TD></TR>
  50.  
  51. <TR valign=top><TD width=20%><FONT SIZE=+1>SMTP Proxy Server</FONT>
  52. <P>
  53. <INPUT TYPE=radio NAME="smtpproxy" VALUE="true" <RCif RCEsmtpproxy = true> CHECKED<RCendif>>
  54. <B>Yes</B><BR>
  55. <INPUT TYPE=radio NAME="smtpproxy" VALUE="false" <RCif RCEsmtpproxy = false> CHECKED<RCendif>>
  56. <B>No</B><BR>
  57. </TD>
  58. <TD>Configure the server to act as an SMTP proxy server.</TD></TR>
  59.  
  60. <TR valign=top><TD width=20%><FONT SIZE=+1>POP3 Proxy Server</FONT>
  61. <P>
  62. <INPUT TYPE=radio NAME="pop3proxy" VALUE="true" <RCif RCEpop3proxy = true> CHECKED<RCendif>>
  63. <B>Yes</B><BR>
  64. <INPUT TYPE=radio NAME="pop3proxy" VALUE="false" <RCif RCEpop3proxy = false> CHECKED<RCendif>>
  65. <B>No</B><BR>
  66. </TD>
  67. <TD>Configure the server to act as a POP3 proxy server.</TD></TR>
  68.  
  69. <TR valign=top><TD width=20%><FONT SIZE=+1>IMAP4 Proxy Server</FONT>
  70. <P>
  71. <INPUT TYPE=radio NAME="imap4proxy" VALUE="true" <RCif RCEimap4proxy = true> CHECKED<RCendif>>
  72. <B>Yes</B><BR>
  73. <INPUT TYPE=radio NAME="imap4proxy" VALUE="false" <RCif RCEimap4proxy = false> CHECKED<RCendif>>
  74. <B>No</B><BR>
  75. </TD>
  76. <TD>Configure the server to act as a POP3 proxy server.</TD></TR>
  77.  
  78. <TR valign=top><TD width=20%><FONT SIZE=+1>SMTP Port</FONT>
  79. <P>
  80. <INPUT TYPE=text NAME="smtpport" VALUE="<RCEsmtpport>" SIZE=12 MAXSIZE=12>
  81. </TD>
  82. <TD>The TCP/IP protocol has a number of ports which are used to differentiate
  83. requests to different processes. The standard SMTP port number is 25.
  84. </TD></TR>
  85.  
  86. <TR valign=top><TD width=20%><FONT SIZE=+1>POP3 Port</FONT>
  87. <P>
  88. <INPUT TYPE=text NAME="pop3port" VALUE="<RCEpop3port>" SIZE=12 MAXSIZE=12>
  89. </TD>
  90. <TD>The standard POP3 port number is 110.
  91. </TD></TR>
  92.  
  93. <TR valign=top><TD width=20%><FONT SIZE=+1>IMAP4 Port</FONT>
  94. <P>
  95. <INPUT TYPE=text NAME="imap4port" VALUE="<RCEimap4port>" SIZE=12 MAXSIZE=12>
  96. </TD></TD>
  97. <TD>The standard IMAP4 port number is 143.
  98. </TD></TR>
  99.  
  100. <TR valign=top><TD width=20%><FONT SIZE=+1>SMTP Server</FONT>
  101. <P>
  102. <INPUT TYPE=text NAME="smtpserver" VALUE="<RCEsmtpserver>" SIZE=30 MAXSIZE=30>
  103. </TD>
  104. <TD>The SMTP Server that proxy requests will be directed to.</TD></TR>
  105.  
  106. <TR valign=top><TD width=20%><FONT SIZE=+1>POP3 Server</FONT>
  107. <P>
  108. <INPUT TYPE=text NAME="pop3server" VALUE="<RCEpop3server>" SIZE=30 MAXSIZE=30>
  109. </TD>
  110. <TD>The POP3 Server that proxy requests will be directed to.</TD></TR>
  111.  
  112. <TR valign=top><TD width=20%><FONT SIZE=+1>IMAP4 Server</FONT>
  113. <P>
  114. <INPUT TYPE=text NAME="imap4server" VALUE="<RCEimap4server>" SIZE=30 MAXSIZE=30>
  115. </TD>
  116. <TD>The IMAP4 Server that proxy requests will be directed to.</TD></TR>
  117.  
  118. </TABLE>
  119. <P>
  120. <CENTER>
  121. <HR>
  122. <INPUT TYPE=submit VALUE="Update Proxy Configuration">
  123. </FORM>
  124. <P>
  125. <HR>
  126. </CENTER>
  127. <BR>
  128. <A HREF="/"><IMG border=0 SRC="/images/system/powerby.gif"></A>
  129. </BODY>
  130. </HTML>
  131.