]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The -a command line option adds ports. Updated documentation to reflect this.
authorhno <>
Wed, 27 Jun 2007 10:26:11 +0000 (10:26 +0000)
committerhno <>
Wed, 27 Jun 2007 10:26:11 +0000 (10:26 +0000)
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.

doc/squid.8.in
src/cf.data.pre

index f94de8971efda2140cc92ffb6e9d70b3b7321e4e..ed6715e5c89d68e8e7bc7fc010d2398606540f94 100755 (executable)
@@ -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"
index 4644cad7284f4c5a0d5c737d2b8c2f79a2567e33..df9e62bf09476050fb7e1be5f9b27de4ef99e134 100644 (file)
@@ -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.