From: Rich Bowen Date: Tue, 15 Feb 2011 14:26:18 +0000 (+0000) Subject: I don't think we want to encourage people to use _default_. It's X-Git-Tag: 2.3.11~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e01509f872fbb0d4815aa53fc04a3ca8e9cce34;p=thirdparty%2Fapache%2Fhttpd.git I don't think we want to encourage people to use _default_. It's confusing, and hardly ever the right solution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070919 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index f2e8ef07a53..db71beddc03 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -43,7 +43,7 @@ following directives.

Listen 443
- <VirtualHost _default_:443>
+ <VirtualHost *:443>
ServerName www.example.com
SSLEngine on
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index e25f9ace099..768aaa86ab3 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -41,7 +41,7 @@ following directives.

Listen 443
- <VirtualHost _default_:443>
+ <VirtualHost *:443>
ServerName www.example.com
SSLEngine on