diff options
Diffstat (limited to 'docs/manual/getting-started.html.en')
| -rw-r--r-- | docs/manual/getting-started.html.en | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 49f5734e..47609d2b 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -5,7 +5,7 @@ This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> -<title>Getting Started - Apache HTTP Server</title> +<title>Getting Started - Apache HTTP Server Version 2.4</title> <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="./style/css/prettify.css" /> @@ -34,7 +34,7 @@ ask. This document walks you through the basics.</p> <li><img alt="" src="./images/down.gif" /> <a href="#configuration">Configuration Files and Directives</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#content">Web Site Content</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#logs">Log Files and Troubleshooting</a></li> -<li><img alt="" src="./images/down.gif" /> <a href="#other">What Else Do I Need To Know?</a></li> +<li><img alt="" src="./images/down.gif" /> <a href="#other">What's next?</a></li> </ul><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"> @@ -134,9 +134,9 @@ arguments that set its value.</p> <p>The question of "<em>Where should I put that directive?</em>" is generally answered by considering where you want a directive to be effective. If it is a global setting, it should appear -in the configuration file, outside of any <code class="directive"><Directory></code>, <code class="directive"><Location></code>, <code class="directive"><VirtualHost></code>, or other section. If it is to +in the configuration file, outside of any <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>, <code class="directive"><a href="./mod/core.html#location"><Location></a></code>, <code class="directive"><a href="./mod/core.html#virtualhost"><VirtualHost></a></code>, or other section. If it is to apply only to a particular directory, then it should go inside a -<code class="directive"><Directory></code> section referring to +<code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> section referring to that directory, and so on. See the <a href="sections.html">Configuration Sections</a> document for further discussion of these sections.</p> @@ -201,16 +201,21 @@ 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 Else Do I Need To Know?</a></h2> +<h2><a name="other" id="other">What's next?</a></h2> + + +<p>Once you have the prerequisites under your belt, it's time to move +on.</p> <p>This document covers only the bare basics. We hope that this gets you -started, but there are many other things that you might need to know. -Here's a partial list of what you might be looking for:</p> +started, but there are many other things that you might need to +know.</p> <ul> -<li><a href="howto/auth.html">Authentication and Authorization (password protecting resources)</a></li> -<li><a href="howto/access.html">Access Control</a></li> -<li><a href="ssl/ssl_howto.html">Setting up SSL</a></li> +<li><a href="http://httpd.apache.org/download.cgi">Download</a></li> +<li><a href="install.html">Install</a></li> +<li><a href="configuring.html">Configure</a></li> +<li><a href="invoking.html">Start</a></li> <li><a href="http://wiki.apache.org/httpd/FAQ">Frequently Asked Questions</a></li> </ul> |
