From: Rich Bowen Date: Mon, 6 Dec 2010 19:02:00 +0000 (+0000) Subject: Rebuild transformations. X-Git-Tag: 2.3.10~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e0842b480be3b909735558c6707c45eea45b5a2;p=apache Rebuild transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 3856bca35d..5a0cedf062 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -814,7 +814,7 @@ from the web

then an access to - http://www.my.host.com/index.html refers to + http://my.example.com/index.html refers to /usr/web/index.html. If the directory-path is not absolute then it is assumed to be relative to the ServerRoot.

@@ -3435,8 +3435,8 @@ to name-virtual hosts

<VirtualHost *:80>
- ServerName server.domain.com
- ServerAlias server server2.domain.com server2
+ ServerName server.example.com
+ ServerAlias server server2.example.com server2
ServerAlias *.example.com
UseCanonicalName Off
# ...
@@ -3919,10 +3919,10 @@ port type a shortname, and a URL which is a directory, such as http://www/splat, without the trailing slash then Apache httpd will redirect them to - http://www.domain.com/splat/. If you have + http://www.example.com/splat/. If you have authentication enabled, this will cause the user to have to authenticate twice (once for www and once again - for www.domain.com -- see the + for www.example.com -- see the FAQ on this subject for more information). But if UseCanonicalName is set Off, then Apache httpd will redirect to http://www/splat/.

diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index be9d64c0e9..1a3f63224a 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + + - + + + + + diff --git a/docs/manual/vhosts/examples.xml.ja b/docs/manual/vhosts/examples.xml.ja index 967e01a93c..e5eacd6a01 100644 --- a/docs/manual/vhosts/examples.xml.ja +++ b/docs/manual/vhosts/examples.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + + + + +