]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update cupsd.conf man page to talk about Listen * vs Listen address (Issue #53)
authorMichael R Sweet <msweet@msweet.org>
Sat, 28 Nov 2020 13:55:31 +0000 (08:55 -0500)
committerMichael R Sweet <msweet@msweet.org>
Sat, 28 Nov 2020 13:55:31 +0000 (08:55 -0500)
CHANGES-OPENPRINTING.md
doc/help/man-cups-files.conf.html
doc/help/man-cupsd.conf.html
man/cups-files.conf.5
man/cupsd.conf.5

index de619311ff26cff11131ab82ed549953f800d047..fc249f69f85434126ac7c9d7070e0202f65e23d3 100644 (file)
@@ -1,6 +1,12 @@
 OpenPrinting CUPS Changes
 =========================
 
+Changes in CUPS v2.3.3op2
+-------------------------
+
+- Clarified the documentation for the "Listen" directive (Issue #53)
+
+
 Changes in CUPS v2.3.3op1
 -------------------------
 
index 08d886d83fe01ac56dd590c0728578e0f2bc83fd..a429e0283fb7d5fba70eb84012fcce9eb44c5b32 100644 (file)
@@ -213,6 +213,7 @@ command is used instead.
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
 Copyright &copy; 2020 by Michael R Sweet
+<br>
 Copyright &copy; 2007-2019 by Apple Inc.
 
 </body>
index 1668eee8afdaef64d82a191596e85e1ea7df382b..453e3006c97bb6aa0bc575dfbbe2190665cb6df7 100644 (file)
@@ -163,6 +163,7 @@ The default is "0" which disables the limit check.
 <dd style="margin-left: 5.0em">Listens to the specified address and port or domain socket path for connections.
 Multiple Listen directives can be provided to listen on multiple addresses.
 The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
+Note: "Listen *:<i>port</i>" and "Port <i>port</i>" effectively listen on all IP addresses, so you cannot combine them with Listen directives for explicit IPv4 or IPv6 addresses on the same port.
 <dt><a name="ListenBackLog"></a><b>ListenBackLog </b><i>number</i>
 <dd style="margin-left: 5.0em">Specifies the number of pending connections that will be allowed.
 This normally only affects very busy servers that have reached the MaxClients limit, but can also be triggered by large numbers of simultaneous connections.
@@ -624,6 +625,8 @@ Require authentication for accesses from outside the 10. network:
 <b>subscriptions.conf</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
+Copyright &copy; 2020 by Michael R Sweet
+<br>
 Copyright &copy; 2007-2019 by Apple Inc.
 
 </body>
index 97c4e70591df1104dc83863c2947c513941f9ea5..1cfb6273ccc68dc07972ad200319a6aeb51c8549 100644 (file)
@@ -295,4 +295,5 @@ command is used instead.
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
 Copyright \[co] 2020 by Michael R Sweet
+.br
 Copyright \[co] 2007-2019 by Apple Inc.
index 00b1a22d66af8ef410a5337f516e810a2be0e3ba..49ab745c6255dc01ea485a18d36548a712afba67 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cupsd.conf man page for CUPS.
 .\"
+.\" Copyright © 2020 by Michael R Sweet
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsd.conf 5 "CUPS" "16 July 2019" "Apple Inc."
+.TH cupsd.conf 5 "CUPS" "28 November 2020" "Apple Inc."
 .SH NAME
 cupsd.conf \- server configuration file for cups
 .SH DESCRIPTION
@@ -245,6 +246,7 @@ The default is "0" which disables the limit check.
 Listens to the specified address and port or domain socket path for connections.
 Multiple Listen directives can be provided to listen on multiple addresses.
 The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
+Note: "Listen *:\fIport\fR" and "Port \fIport\fR" effectively listen on all IP addresses, so you cannot combine them with Listen directives for explicit IPv4 or IPv6 addresses on the same port.
 .\"#ListenBackLog
 .TP 5
 \fBListenBackLog \fInumber\fR
@@ -902,4 +904,6 @@ Require authentication for accesses from outside the 10. network:
 .BR subscriptions.conf (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
+Copyright \[co] 2020 by Michael R Sweet
+.br
 Copyright \[co] 2007-2019 by Apple Inc.