diff options
author | Eric Covener <covener@apache.org> | 2018-04-21 17:59:44 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2018-04-21 17:59:44 +0200 |
commit | 025ed9b18a90820858d5edf9e47fb1f6da5b9006 (patch) | |
tree | 1c01098f6e07396e73cbe85140bbce987565e3a9 /docs/manual/getting-started.html.en | |
parent | xforms (diff) | |
download | apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.tar.xz apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.zip |
rebuild with extraclean to pick up permalinks in
This will make it easier to compare with an extraclean jdk9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829716 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 3434064882..2a4b0d6891 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></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></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></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></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></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></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 |