diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2012-01-29 13:30:57 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-29 13:30:57 +0100 |
commit | d1d018768afd79cb2ecd1805f0d8f3ed23f4076b (patch) | |
tree | 04d53b0a9786234f3bbd3badffdb22dbe2b74d03 /build | |
parent | 0890390c00801651d08d3794e13b31a5dabbf5ef (diff) | |
download | apache2-d1d018768afd79cb2ecd1805f0d8f3ed23f4076b.tar.gz |
Upstream tarball 2.2.22upstream/2.2.22
Diffstat (limited to 'build')
-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 0ec0f76f..822181d1 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)" |