From: Guenter Knauf Date: Tue, 25 Dec 2007 20:02:55 +0000 (+0000) Subject: Enable to configure the https port - missing pieces. X-Git-Tag: 2.3.0~1100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06067c6be8ebfa6fc5840fef386f64f18e33da31;p=thirdparty%2Fapache%2Fhttpd.git Enable to configure the https port - missing pieces. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 41ca9aad40b..f984710e526 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -79,6 +79,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ 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) diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in index 0b0fb1b0429..81bbd709692 100644 --- a/build/config_vars.sh.in +++ b/build/config_vars.sh.in @@ -49,6 +49,7 @@ exec sed " /^DSO_MODULES/d /^MODULE_/d /^PORT/d +/^SSLPORT/d /^nonssl_/d /^CORE_IMPLIB/d /^rel_/d diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index 6170d498ddc..3d1e4fc9180 100644 --- a/docs/conf/extra/httpd-ssl.conf.in +++ b/docs/conf/extra/httpd-ssl.conf.in @@ -32,7 +32,7 @@ # 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@@