From: Guenter Knauf Date: Mon, 14 Nov 2011 14:38:54 +0000 (+0000) Subject: Added comment to clarify for which module this directive is. X-Git-Tag: 2.2.22~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1377c137c21e25aaacc99fa6f82764a3ad7d3708;p=thirdparty%2Fapache%2Fhttpd.git Added comment to clarify for which module this directive is. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1201729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 0ec0f76f81d..822181d1814 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -133,7 +133,7 @@ END { print "" print "#" print "# SecureListen: Allows you to securely bind Apache to specific IP addresses " - print "# and/or ports." + print "# and/or ports (mod_nwssl)." print "#" print "# Change this to SecureListen on specific IP addresses as shown below to " print "# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)"