]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added comment to clarify for which module this directive is.
authorGuenter Knauf <fuankg@apache.org>
Mon, 14 Nov 2011 14:38:54 +0000 (14:38 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 14 Nov 2011 14:38:54 +0000 (14:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1201729 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index 0ec0f76f81d1793b06f3d462da637aa366cd46bc..822181d1814068d818d30c4fe7bdc7fcaddd5bc2 100644 (file)
@@ -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)"