]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Enable to configure the https port - missing pieces.
authorGuenter Knauf <fuankg@apache.org>
Tue, 25 Dec 2007 20:02:55 +0000 (20:02 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 25 Dec 2007 20:02:55 +0000 (20:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606806 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4
build/config_vars.sh.in
docs/conf/extra/httpd-ssl.conf.in

index 41ca9aad40b982a0164008b292ded66cdb36cf88..f984710e526d1d00cc8ed632598ad45d0409b5b4 100644 (file)
@@ -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)
index 0b0fb1b04297f2b9fc9e9179cfdbd3a5fc54dcc3..81bbd709692047fd7d7fdb661b581fe50ef49a40 100644 (file)
@@ -49,6 +49,7 @@ exec sed "
 /^DSO_MODULES/d
 /^MODULE_/d
 /^PORT/d
+/^SSLPORT/d
 /^nonssl_/d
 /^CORE_IMPLIB/d
 /^rel_/d
index 6170d498ddc6c4360b1155d1913eb54741072b1d..3d1e4fc9180cb068341dd4af8a45b0f3a3e80b1e 100644 (file)
@@ -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@@