diff options
author | Rich Bowen <rbowen@apache.org> | 2014-06-15 22:11:32 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2014-06-15 22:11:32 +0200 |
commit | a75326c3ec1cf1c8fd66317a34df8f1fc3ffeb12 (patch) | |
tree | 103c90ec81cf5f6b1712c3650731e662b1d823e3 /docs/manual/getting-started.html.en | |
parent | Markup errors. (diff) | |
download | apache2-a75326c3ec1cf1c8fd66317a34df8f1fc3ffeb12.tar.xz apache2-a75326c3ec1cf1c8fd66317a34df8f1fc3ffeb12.zip |
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/getting-started.html.en')
-rw-r--r-- | docs/manual/getting-started.html.en | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 6b7feb5992..611b56b8c6 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -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"> @@ -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> |