diff options
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/index.html')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/index.html | 84 |
1 files changed, 40 insertions, 44 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/index.html b/usr.sbin/httpd/htdocs/manual/index.html index dc967b83335..ff46a78f9a0 100644 --- a/usr.sbin/httpd/htdocs/manual/index.html +++ b/usr.sbin/httpd/htdocs/manual/index.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> -<TITLE>Apache documentation</TITLE> +<TITLE>Apache 1.3 documentation</TITLE> </HEAD> <!-- Background white, links blue (unvisited), navy (visited), red (active) --> @@ -15,62 +15,58 @@ <DIV ALIGN="CENTER"> <IMG SRC="images/sub.gif" ALT="[APACHE DOCUMENTATION]"> <H3> - Apache HTTP Server Version 1.2 + Apache HTTP Server Version 1.3 </H3> </DIV> -<h1 ALIGN="CENTER">Apache User's Guide</h1> +<H1 ALIGN="CENTER">Apache 1.3 User's Guide</H1> -<hr> - -<h3><a name="new">Release Notes</a></h3> -<ul> -<li><a href="new_features_1_2.html">New features in Apache 1.2</a> -<li><a href="new_features_1_1.html">New features in Apache 1.1</a> -<li><a href="new_features_1_0.html">New features in Apache 1.0</a> -</ul> -<ul> -<li><a href="misc/known_bugs.html">Known Bugs</a> -<li><a href="misc/compat_notes.html">Compatibility Notes with NCSA httpd</a> -<li><a href="LICENSE">Apache License</A> -</ul> +<HR> -<H3><a name="ref">Apache Reference Manual</a></h3> +<H3><A NAME="new">Release Notes</A></H3> <UL> - <LI><A - HREF="http://www.apache.org/manual-index/docs" - ><STRONG>Search</STRONG></A> - the master manual pages for key words - </LI> +<LI><A HREF="new_features_1_3.html">New features in Apache 1.3</A> +<LI><A HREF="upgrading_to_1_3.html">Upgrading to Apache 1.3</A> +<LI><A HREF="LICENSE">Apache License</A> </UL> -<ul> -<li><A HREF="install.html">Compiling and Installing Apache</A> -<li><A HREF="invoking.html">Starting Apache</A> -<li><A HREF="stopping.html">Stopping or Restarting Apache</A> -<li><A HREF="mod/directives.html">Apache run-time configuration directives</A> -<li><A HREF="mod/">Apache modules</A> -<li><A HREF="handler.html">Apache's handler use</A> -<li><A HREF="env.html">Special purpose environment variables</A> -<LI><A HREF="misc/API.html">Highly generalized API to server functionality</A> + +<H3><A NAME="ref">Apache Reference Manual</A></H3> + +<UL> +<LI><A HREF="http://www.apache.org/manual-index.cgi/docs"> + <STRONG>Search</STRONG></A> for key words +<LI><A HREF="install.html">Compiling and Installing</A> +<LI><A HREF="invoking.html">Starting</A> +<LI><A HREF="stopping.html">Stopping or Restarting</A> +<LI><A HREF="mod/directives.html">Run-time configuration directives</A> +<LI><A HREF="mod/index.html">Modules</A> +<LI><A HREF="vhosts/index.html">Virtual Hosts</A> +<LI><A HREF="dso.html">Dynamic Shared Object (DSO) support</A> +<LI><A HREF="handler.html">Handlers</A> +<LI><A HREF="env.html">Special purpose environment variables</A> +<LI><A HREF="misc/API.html">The Apache API</A> <LI><A HREF="suexec.html">Using SetUserID Execution for CGI</A> -</ul> +</UL> -<h3><a name="oth">Other Notes</a></h3> -<ul> -<li><A HREF="misc/FAQ.html">Frequently Asked Questions list</a> -<li><A href="misc/howto.html">How do I? documentation</A> +<H3><A NAME="oth">Other Notes</A></H3> +<UL> +<LI><A HREF="misc/FAQ.html">Frequently Asked Questions</A> +<LI><A HREF="misc/perf-tuning.html">General Performance hints</A> for +getting the best performance out of Apache +<LI><A HREF="misc/perf.html">OS Specific Performance hints</A> to help +fine-tune specific platforms <LI><A HREF="misc/security_tips.html">Security tips</A> -<LI><A HREF="misc/perf.html">Performance hints</a> for heavily loaded web servers. +<LI><A HREF="misc/compat_notes.html">Compatibility Notes with NCSA httpd</A> +<LI><A HREF="misc/howto.html">How do I? documentation</A> <LI><A HREF="misc/fin_wait_2.html">Discussion of the FIN_WAIT_2 problem</A> -<LI><A - HREF="http://www.apache.org/info/jdk-102.html" - >Java's 1.0.2 virtual machine and HTTP/1.1</A> -</ul> +<LI><A HREF="misc/known_client_problems.html">Known problems with various + clients</A> +</UL> <HR> -<H3 ALIGN="CENTER"> - Apache HTTP Server Version 1.2 -</H3> + <H3 ALIGN="CENTER"> + Apache HTTP Server Version 1.3 + </H3> <A HREF="./"><IMG SRC="images/index.gif" ALT="Index"></A> |