From bf18d4870bedb845909246ae1ca4a631b258e0fa Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Fri, 6 Aug 2004 17:44:01 +0000 Subject: [PATCH] Add some hostid and literal tags. --- .../books/handbook/network-servers/chapter.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml index d9a00bc360..9bee19c56c 100644 --- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml @@ -4070,7 +4070,7 @@ zone "10.168.192.in-addr.arpa" in { - ServerRoot "/usr/local" + ServerRoot "/usr/local" This specifies the default directory hierarchy for @@ -4083,7 +4083,7 @@ zone "10.168.192.in-addr.arpa" in { - ServerAdmin you@your.address + ServerAdmin you@your.address The address to which problems with the server should @@ -4093,21 +4093,21 @@ zone "10.168.192.in-addr.arpa" in { - ServerName www.example.com + ServerName www.example.com - ServerName allows you to set a host name which is + ServerName allows you to set a host name which is sent back to clients for your server if it is different - to the one that the host is configured with (i.e., use "www" + to the one that the host is configured with (i.e., use www instead of the host's real name). - DocumentRoot "/usr/local/www/data" + DocumentRoot "/usr/local/www/data" - DocumentRoot: The directory out of which you will + DocumentRoot: The directory out of which you will serve your documents. By default, all requests are taken from this directory, but symbolic links and aliases may be used to point to other locations.