diff options
author | Takashi Sato <takashi@apache.org> | 2014-05-23 23:27:26 +0200 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2014-05-23 23:27:26 +0200 |
commit | 95e5bb2a99efa005fbde703768d45aa0f276af56 (patch) | |
tree | 522089e13571b78ad11761d2e13c30da86f11bda /docs/manual/getting-started.html.en | |
parent | update Japanese translation for r1597021. (diff) | |
download | apache2-95e5bb2a99efa005fbde703768d45aa0f276af56.tar.xz apache2-95e5bb2a99efa005fbde703768d45aa0f276af56.zip |
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1597190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/getting-started.html.en')
-rw-r--r-- | docs/manual/getting-started.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 314da0708d..6b7feb5992 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -81,15 +81,15 @@ the servername to an IP address - the location on the Internet where the server resides. Thus, in order for your web server to be reachable, it is necessary that the servername be in DNS.</p> +<p>If you don't know how to do this, you'll need to contact your network +administrator, or Internet service provider, to perform this step for +you.</p> + <p>More than one hostname may point to the same IP address, and more than one IP address can be attached to the same physical server. Thus, you can run more than one web site on the same physical server, using a feature called <a href="vhosts/">virtual hosts</a>.</p> -<p>If you don't know how to do this, you'll need to contact your network -administrator, or Internet service provider, to perform this step for -you.</p> - <p>If you are testing a server that is not Internet-accessible, you can put host names in your hosts file in order to do local resolution. For example, you might want to put a record in your hosts file to map a |