git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98651
13f79535-47bb-0310-9956-
ffa450edef68
Listen directives, as in the following examples:</p>
<div class="example"><p><code>
- Listen 0.0.0.0:80
+ Listen 0.0.0.0:80<br />
Listen 192.170.2.1:80
</code></p></div>
directives like the following:</p>
<div class="example"><p><code>
- Listen [::]:80
+ Listen [::]:80<br />
Listen 0.0.0.0:80
</code></p></div>
Listen directives, as in the following examples:</p>
<example>
- Listen 0.0.0.0:80
+ Listen 0.0.0.0:80<br />
Listen 192.170.2.1:80
</example>
directives like the following:</p>
<example>
- Listen [::]:80
+ Listen [::]:80<br />
Listen 0.0.0.0:80
</example>