diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-11-14 14:38:54 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-11-14 14:38:54 +0000 |
commit | 9794a72612de0f54c9861cebccafdb633af3bea4 (patch) | |
tree | 6d5cf71fb2ff94034bf6ca1c080b6ffabc590540 /build/mkconfNW.awk | |
parent | a26722b0929aa0bf67f6d4177525554816781f6b (diff) | |
download | httpd-9794a72612de0f54c9861cebccafdb633af3bea4.tar.gz |
Added comment to clarify for which module this directive is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/mkconfNW.awk')
-rw-r--r-- | build/mkconfNW.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 52858bffc2..9392b170c7 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -141,7 +141,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)" |