diff options
-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 0bb7baf93b..39e60e0b66 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -136,7 +136,7 @@ match ($0,/@nonssl_.*@/) { END { - if (!BSDSKT) { + if ((ARGV[1] ~ /httpd.conf.in/) && !BSDSKT) { print "" print "#" print "# SecureListen: Allows you to securely bind Apache to specific IP addresses " |