diff options
author | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
commit | 5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch) | |
tree | 82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/getting-started.html.en | |
parent | Copy the "Note about /" note from the Location (diff) | |
download | apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.tar.xz apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.zip |
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/getting-started.html.en')
-rw-r--r-- | docs/manual/getting-started.html.en | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index ae7c61af9e..68c8101a9e 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -40,7 +40,7 @@ ask. This document walks you through the basics.</p> </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="clientserver" id="clientserver">Clients, Servers, and URLs</a><a title="Permanent link" href="#clientserver" class="permalink">¶</a></h2> +<h2><a name="clientserver" id="clientserver">Clients, Servers, and URLs</a> <a title="Permanent link" href="#clientserver" class="permalink">¶</a></h2> <p> @@ -75,7 +75,7 @@ log files. This is discussed in greater detail below in the <a href="#logs">Logs </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="dns" id="dns">Hostnames and DNS</a><a title="Permanent link" href="#dns" class="permalink">¶</a></h2> +<h2><a name="dns" id="dns">Hostnames and DNS</a> <a title="Permanent link" href="#dns" class="permalink">¶</a></h2> <p>In order to connect to a server, the client will first have to resolve @@ -109,7 +109,7 @@ testing purposes. This entry would look like:</p> more about DNS at <a href="http://en.wikipedia.org/wiki/Domain_Name_System">Wikipedia.org/wiki/Domain_Name_System</a>.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="configuration" id="configuration">Configuration Files and Directives</a><a title="Permanent link" href="#configuration" class="permalink">¶</a></h2> +<h2><a name="configuration" id="configuration">Configuration Files and Directives</a> <a title="Permanent link" href="#configuration" class="permalink">¶</a></h2> <p>The Apache HTTP Server is configured via simple text files. @@ -150,7 +150,7 @@ access to the main server configuration file(s). You can read more about </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="content" id="content">Web Site Content</a><a title="Permanent link" href="#content" class="permalink">¶</a></h2> +<h2><a name="content" id="content">Web Site Content</a> <a title="Permanent link" href="#content" class="permalink">¶</a></h2> <p>Web site content can take many different forms, but may be broadly @@ -184,7 +184,7 @@ their documentation or other support forums to answer your questions about them.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="logs" id="logs">Log Files and Troubleshooting</a><a title="Permanent link" href="#logs" class="permalink">¶</a></h2> +<h2><a name="logs" id="logs">Log Files and Troubleshooting</a> <a title="Permanent link" href="#logs" class="permalink">¶</a></h2> <p>As an Apache HTTP Server administrator, your most valuable assets are the log files, and, in particular, the error log. Troubleshooting any @@ -203,7 +203,7 @@ caused the error condition.</p> documentation</a>.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="other" id="other">What's next?</a><a title="Permanent link" href="#other" class="permalink">¶</a></h2> +<h2><a name="other" id="other">What's next?</a> <a title="Permanent link" href="#other" class="permalink">¶</a></h2> <p>Once you have the prerequisites under your belt, it's time to move |