]> granicus.if.org Git - apache/blob - docs/manual/index.html
Tutorials. These are, of course, all for 1.3, but it is better than
[apache] / docs / manual / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>Apache 2.0 documentation</TITLE>
5 </HEAD>
6
7 <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
8 <BODY
9  BGCOLOR="#FFFFFF"
10  TEXT="#000000"
11  LINK="#0000FF"
12  VLINK="#000080"
13  ALINK="#FF0000"
14 >
15 <!--#include virtual="header.html" -->
16 <H1 ALIGN="CENTER">Apache 2.0 User's Guide</H1>
17
18 <HR>
19
20 <H3><A NAME="new">Release Notes</A></H3>
21 <UL>
22 <LI><A HREF="new_features_2_0.html">New features in Apache 2.0</A>
23 <LI><A HREF="LICENSE">Apache License</A>
24 </UL>
25
26 <H3><A NAME="ref">Apache Reference Manual</A></H3>
27
28 <UL>
29 <LI><A HREF="http://www.apache.org/search.html">
30     <STRONG>Search</STRONG></A> for key words
31 <LI><A HREF="install.html">Compiling and Installing</A>
32 <LI><A HREF="invoking.html">Starting</A>
33 <LI><A HREF="stopping.html">Stopping or Restarting</A>
34 <LI><A HREF="mod/directives.html">Run-time configuration directives</A>
35 <LI>Modules: <A HREF="mod/index-bytype.html">By Type</A> or 
36     <A HREF="mod/index.html">Alphabetical</A>
37 <LI><A HREF="vhosts/index.html">Virtual Hosts</A>
38 <LI><A HREF="dso.html">Dynamic Shared Object (DSO) support</A>
39 <LI><A HREF="handler.html">Handlers</A>
40 <LI><A HREF="content-negotiation.html">Content negotiation</A>
41 <LI><A HREF="env.html">Special purpose environment variables</A>
42 <LI><A HREF="misc/API.html">The Apache API</A>
43 <LI><A HREF="suexec.html">Using SetUserID Execution for CGI</A>
44 </UL>
45
46 <H3><A NAME="oth">Other Notes</A></H3>
47 <UL>
48 <LI><A HREF="misc/FAQ.html">Frequently Asked Questions</A>
49 <LI><A hREF="misc/tutorials.html">Tutorials</A>
50 <LI><A HREF="misc/rewriteguide.html">URL Rewriting Guide</A>
51 <LI><A HREF="misc/perf-tuning.html">General Performance hints</A> for
52 getting the best performance out of Apache
53 <LI><A HREF="misc/perf.html">OS Specific Performance hints</A> to help
54 fine-tune specific platforms
55 <LI><A HREF="misc/security_tips.html">Security tips</A>
56 <LI><A HREF="misc/compat_notes.html">Compatibility Notes with NCSA httpd</A>
57 <LI><A HREF="misc/howto.html">How do I? documentation</A>
58 <LI><A HREF="misc/fin_wait_2.html">Discussion of the FIN_WAIT_2 problem</A>
59 <LI><A HREF="misc/known_client_problems.html">Known problems with various
60  clients</A>
61 <LI><A HREF="developer/index.html">Documentation for Apache developers</A>
62 </UL>
63
64 <!--#include virtual="footer.html" -->
65 </BODY>
66 </HTML>
67