home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
WEBSERVE
/
SAMBAR
/
DATA.1
/
proxy.stm
< prev
next >
Wrap
Text File
|
1997-08-20
|
5KB
|
131 lines
<HTML>
<HEAD>
<TITLE>Proxy Configuration</TITLE>
</HEAD>
<BODY bgcolor=#ffffff>
<A HREF="/sysadmin/index.stm" TARGET=_top>
<IMG border=0 ALIGN=left SRC="/images/system/console.gif"></A>
<CENTER><FONT SIZE=6>Proxy Configuration</FONT>
<BR>
<I>Changes don't take effect until system restart.</I>
<HR>
</CENTER>
<FORM METHOD=POST ACTION="/session/sysconfig">
<INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
<TABLE border=0 cellspacing=20>
<TR valign=top><TD width=20%><FONT SIZE=+1>HTTP Proxy Server</FONT>
<P>
<INPUT TYPE=radio NAME="httpproxy" VALUE="true" <RCif RCEhttpproxy = true> CHECKED<RCendif>>
<B>Yes</B><BR>
<INPUT TYPE=radio NAME="httpproxy" VALUE="false" <RCif RCEhttpproxy = false> CHECKED<RCendif>>
<B>No</B><BR>
</TD>
<TD>Configure the server to act as an HTTP proxy server. The Sambar Server
is not a caching HTTP proxy server, simply a "pass-through" gateway.
If turned on, the proxy server runs on the same port as the HTTP server.
Note: FTP proxy over HTTP, and SSL tunneling are supported when HTTP proxy
is turned on. Make sure the security restrictions (<B>proxyaccept</B>)
in <I>security.ini</B> are appropriate for your site.
</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>Remote Proxy</FONT>
<P>
<INPUT TYPE=text NAME="rproxy" VALUE="<RCErproxy>" SIZE=30 MAXSIZE=30>
</TD>
<TD>When acting as an HTTP proxy, a remote caching proxy server can also
be used. If the Remote Proxy field is non-blank, all proxy requests will
be forwarded to the server configured (typically your ISPs caching proxy).
FTP and SSL tunneling requests are also directed to the remote proxy.
</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>Remote Proxy Port</FONT>
<P>
<INPUT TYPE=text NAME="rproxyport" VALUE="<RCErproxyport>" SIZE=12 MAXSIZE=12>
</TD>
<TD>Remote Proxy Port to connect with when utilizing a
caching remote proxy server.
</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>SMTP Proxy Server</FONT>
<P>
<INPUT TYPE=radio NAME="smtpproxy" VALUE="true" <RCif RCEsmtpproxy = true> CHECKED<RCendif>>
<B>Yes</B><BR>
<INPUT TYPE=radio NAME="smtpproxy" VALUE="false" <RCif RCEsmtpproxy = false> CHECKED<RCendif>>
<B>No</B><BR>
</TD>
<TD>Configure the server to act as an SMTP proxy server.</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>POP3 Proxy Server</FONT>
<P>
<INPUT TYPE=radio NAME="pop3proxy" VALUE="true" <RCif RCEpop3proxy = true> CHECKED<RCendif>>
<B>Yes</B><BR>
<INPUT TYPE=radio NAME="pop3proxy" VALUE="false" <RCif RCEpop3proxy = false> CHECKED<RCendif>>
<B>No</B><BR>
</TD>
<TD>Configure the server to act as a POP3 proxy server.</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>IMAP4 Proxy Server</FONT>
<P>
<INPUT TYPE=radio NAME="imap4proxy" VALUE="true" <RCif RCEimap4proxy = true> CHECKED<RCendif>>
<B>Yes</B><BR>
<INPUT TYPE=radio NAME="imap4proxy" VALUE="false" <RCif RCEimap4proxy = false> CHECKED<RCendif>>
<B>No</B><BR>
</TD>
<TD>Configure the server to act as a POP3 proxy server.</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>SMTP Port</FONT>
<P>
<INPUT TYPE=text NAME="smtpport" VALUE="<RCEsmtpport>" SIZE=12 MAXSIZE=12>
</TD>
<TD>The TCP/IP protocol has a number of ports which are used to differentiate
requests to different processes. The standard SMTP port number is 25.
</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>POP3 Port</FONT>
<P>
<INPUT TYPE=text NAME="pop3port" VALUE="<RCEpop3port>" SIZE=12 MAXSIZE=12>
</TD>
<TD>The standard POP3 port number is 110.
</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>IMAP4 Port</FONT>
<P>
<INPUT TYPE=text NAME="imap4port" VALUE="<RCEimap4port>" SIZE=12 MAXSIZE=12>
</TD></TD>
<TD>The standard IMAP4 port number is 143.
</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>SMTP Server</FONT>
<P>
<INPUT TYPE=text NAME="smtpserver" VALUE="<RCEsmtpserver>" SIZE=30 MAXSIZE=30>
</TD>
<TD>The SMTP Server that proxy requests will be directed to.</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>POP3 Server</FONT>
<P>
<INPUT TYPE=text NAME="pop3server" VALUE="<RCEpop3server>" SIZE=30 MAXSIZE=30>
</TD>
<TD>The POP3 Server that proxy requests will be directed to.</TD></TR>
<TR valign=top><TD width=20%><FONT SIZE=+1>IMAP4 Server</FONT>
<P>
<INPUT TYPE=text NAME="imap4server" VALUE="<RCEimap4server>" SIZE=30 MAXSIZE=30>
</TD>
<TD>The IMAP4 Server that proxy requests will be directed to.</TD></TR>
</TABLE>
<P>
<CENTER>
<HR>
<INPUT TYPE=submit VALUE="Update Proxy Configuration">
</FORM>
<P>
<HR>
</CENTER>
<BR>
<A HREF="/"><IMG border=0 SRC="/images/system/powerby.gif"></A>
</BODY>
</HTML>