From aaf7f315e4daccfcb8fc6b0fb99a2aed9e39a284 Mon Sep 17 00:00:00 2001 From: patrikj Date: Mon, 11 Mar 2002 11:36:04 +0000 Subject: [PATCH] Changed DOCTYPE, so that it can be validated. Added

:s to get it to validate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93837 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index d147998d2a..0606465e01 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -1,4 +1,5 @@ + @@ -139,14 +140,14 @@ listens to Listen 80
Listen 8000 - To make the server accept connections on two specified - interfaces and port numbers, use +

To make the server accept connections on two specified + interfaces and port numbers, use

Listen 192.170.2.1:80
Listen 192.170.2.5:8000
- IPv6 addresses must be surrounded in square brackets, as in the - following example: +

IPv6 addresses must be surrounded in square brackets, as in the + following example:

Listen [fe80::a00:20ff:fea7:ccea]:80 -- 2.40.0