]> granicus.if.org Git - apache/commitdiff
I don't think we want to encourage people to use _default_. It's
authorRich Bowen <rbowen@apache.org>
Tue, 15 Feb 2011 14:26:18 +0000 (14:26 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 15 Feb 2011 14:26:18 +0000 (14:26 +0000)
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

docs/manual/ssl/ssl_howto.html.en
docs/manual/ssl/ssl_howto.xml

index f2e8ef07a538ff2bedd439490dc66996951664ff..db71beddc03c946bcfa30ffd93511fd0011f3843 100644 (file)
@@ -43,7 +43,7 @@ following directives.</p>
 
 <div class="example"><p><code>
    Listen 443<br />
-   &lt;VirtualHost _default_:443&gt;<br />
+   &lt;VirtualHost *:443&gt;<br />
    <span class="indent">
         ServerName www.example.com<br />
         SSLEngine on<br />
index e25f9ace09980d452e7e74df922391b39c512f46..768aaa86ab328adbd1f61fad892b2fb922caa198 100644 (file)
@@ -41,7 +41,7 @@ following directives.</p>
 
 <example>
    Listen 443<br />
-   &lt;VirtualHost _default_:443&gt;<br />
+   &lt;VirtualHost *:443&gt;<br />
    <indent>
         ServerName www.example.com<br />
         SSLEngine on<br />