From 8fe3393d1faa803c3ba691a6cf62f2228a06c61b Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sat, 5 Oct 2002 23:12:22 +0000 Subject: [PATCH] Fixed a XML/HTML issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97118 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/name-based.html.en | 4 ++-- docs/manual/vhosts/name-based.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en index 32004767dd..8db7e92689 100644 --- a/docs/manual/vhosts/name-based.html.en +++ b/docs/manual/vhosts/name-based.html.en @@ -8,7 +8,7 @@

This document describes when and how to use name-based virtual hosts.

-

See also

top

Name-based vs. IP-based Virtual Hosts

+

See also

top

Name-based vs. IP-based Virtual Hosts

IP-based virtual hosts use the IP address of the connection to determine the correct virtual host to serve. Therefore you need to @@ -148,7 +148,7 @@ <VirtualHost> container and list it first in the configuration file.

-
top

Compatibility with Older Browsers

+
top

Compatibility with Older Browsers

As mentioned earlier, there are some clients who do not send the required data for the name-based virtual diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index 41e1b1f24a..a456dc4d0e 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -180,7 +180,7 @@ -

Compatibility with Older Browsers +
Compatibility with Older Browsers

As mentioned earlier, there are some clients who do not send the required data for the name-based virtual -- 2.50.1