1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Replace the interim manual index with the file from 1.3.

The rest of the documentation has been imported with a repository copy
in order to preserve the history.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tony Finch
2000-03-16 20:02:08 +00:00
parent 5fd9dd2e8a
commit 955b23efd7
2 changed files with 110 additions and 42 deletions

View File

@@ -1,8 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Apache-2.0 Documentation</title>
</head>
<HTML>
<HEAD>
<TITLE>Apache 1.3 documentation</TITLE>
</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
BGCOLOR="#FFFFFF"
@@ -11,21 +12,54 @@
VLINK="#000080"
ALINK="#FF0000"
>
<h2>Manual Index for Apache-2.0</h2>
<p>The documentation has been split into 2 sections. One is for people installing and configuring an Apache server, the other is for those who are developing the server.</p>
<h3 align="center">Where do you want to go today?</h3>
<table width="100%">
<tr>
<td width="50%" align="center">
<a href="user/index.html">I'm configuring/installing a server</a>
</td>
<td width="50%" align="center">
<a href="developer/index.html">I'm a developer</a>
</td>
</tr>
</table>
<hr>
<i>David Reid, 15<sup>th</sup> January 2000</i>
</body>
</html>
<!--#include virtual="header.html" -->
<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_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>
<H3><A NAME="ref">Apache Reference Manual</A></H3>
<UL>
<LI><A HREF="http://www.apache.org/search.html">
<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="content-negotiation.html">Content negotiation</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>
<H3><A NAME="oth">Other Notes</A></H3>
<UL>
<LI><A HREF="misc/FAQ.html">Frequently Asked Questions</A>
<LI><A HREF="misc/rewriteguide.html">URL Rewriting Guide</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/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="misc/known_client_problems.html">Known problems with various
clients</A>
</UL>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>

View File

@@ -1,8 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Apache-2.0 Documentation</title>
</head>
<HTML>
<HEAD>
<TITLE>Apache 1.3 documentation</TITLE>
</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
BGCOLOR="#FFFFFF"
@@ -11,21 +12,54 @@
VLINK="#000080"
ALINK="#FF0000"
>
<h2>Manual Index for Apache-2.0</h2>
<p>The documentation has been split into 2 sections. One is for people installing and configuring an Apache server, the other is for those who are developing the server.</p>
<h3 align="center">Where do you want to go today?</h3>
<table width="100%">
<tr>
<td width="50%" align="center">
<a href="user/index.html">I'm configuring/installing a server</a>
</td>
<td width="50%" align="center">
<a href="developer/index.html">I'm a developer</a>
</td>
</tr>
</table>
<hr>
<i>David Reid, 15<sup>th</sup> January 2000</i>
</body>
</html>
<!--#include virtual="header.html" -->
<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_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>
<H3><A NAME="ref">Apache Reference Manual</A></H3>
<UL>
<LI><A HREF="http://www.apache.org/search.html">
<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="content-negotiation.html">Content negotiation</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>
<H3><A NAME="oth">Other Notes</A></H3>
<UL>
<LI><A HREF="misc/FAQ.html">Frequently Asked Questions</A>
<LI><A HREF="misc/rewriteguide.html">URL Rewriting Guide</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/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="misc/known_client_problems.html">Known problems with various
clients</A>
</UL>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>