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
<div class="example"><p><code>
Listen 443<br />
- <VirtualHost _default_:443><br />
+ <VirtualHost *:443><br />
<span class="indent">
ServerName www.example.com<br />
SSLEngine on<br />
<example>
Listen 443<br />
- <VirtualHost _default_:443><br />
+ <VirtualHost *:443><br />
<indent>
ServerName www.example.com<br />
SSLEngine on<br />