git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606806
13f79535-47bb-0310-9956-
ffa450edef68
APACHE_SUBST(MODULE_DIRS)
APACHE_SUBST(MODULE_CLEANDIRS)
APACHE_SUBST(PORT)
+ APACHE_SUBST(SSLPORT)
APACHE_SUBST(nonssl_listen_stmt_1)
APACHE_SUBST(nonssl_listen_stmt_2)
APACHE_SUBST(CORE_IMPLIB_FILE)
/^DSO_MODULES/d
/^MODULE_/d
/^PORT/d
+/^SSLPORT/d
/^nonssl_/d
/^CORE_IMPLIB/d
/^rel_/d
# standard HTTP port (see above) and to the HTTPS port
#
# Note: Configurations that use IPv6 but not IPv4-mapped addresses need two
-# Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"
+# Listen directives: "Listen [::]:@@SSLPort@@" and "Listen 0.0.0.0:@@SSLPort@@"
#
Listen @@SSLPort@@