From: hno <> Date: Wed, 27 Jun 2007 10:26:11 +0000 (+0000) Subject: The -a command line option adds ports. Updated documentation to reflect this. X-Git-Tag: SQUID_3_0_PRE7~181 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=12ca901dcd6230156103551ef7f2fce2dc71d2e5;p=thirdparty%2Fsquid.git The -a command line option adds ports. Updated documentation to reflect this. In Squid-3 the -a command line option no longer overwrites the first http_port specification. Instead it adds a new http_port without any options. --- diff --git a/doc/squid.8.in b/doc/squid.8.in index f94de8971e..ed6715e5c8 100755 --- a/doc/squid.8.in +++ b/doc/squid.8.in @@ -67,7 +67,8 @@ home page http://www.squid-cache.org .PP .SH OPTIONS .IP "-a port" -Specify HTTP port number (default: 3128). +Specify HTTP port number where Squid should listen for requests, in addition +to any http_port specifications in squid.conf. .IP "-d level" Write debugging to stderr also. .IP "-f file" diff --git a/src/cf.data.pre b/src/cf.data.pre index 4644cad728..df9e62bf09 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.442 2007/06/25 23:05:32 hno Exp $ +# $Id: cf.data.pre,v 1.443 2007/06/27 04:26:12 hno Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -73,9 +73,9 @@ DOC_START If you are running Squid in accelerator mode, you probably want to listen on port 80 also, or instead. - The -a command line option will override the *first* port - number listed here. That option will NOT override an IP - address, however. + The -a command line option may be used to specify additional + port(s) where Squid listens for proxy request. Such ports will + be plain proxy ports with no options. You may specify multiple socket addresses on multiple lines.