]> granicus.if.org Git - apache/blob - docs/manual/sitemap.xml
Link to new API doc
[apache] / docs / manual / sitemap.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
3 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <sitemap metafile="sitemap.xml.meta">
24
25   <title>Sitemap</title>
26
27 <summary>
28 <p>This page lists the currently available documents of the
29 <a href="./">Apache HTTP Server Version &httpd.major;.&httpd.minor;
30 Documentation</a>.</p>
31 </summary>
32
33 <category id="release">
34 <title>Release Notes</title>
35 <page href="upgrading.html">Upgrading to 2.4 from 2.2</page>
36 <page href="new_features_2_4.html">New features with Apache 2.3/2.4</page>
37 <page href="new_api_2_4.html">API updates in Apache HTTPD 2.4</page>
38 <page href="new_features_2_2.html">New features with Apache 2.1/2.2</page>
39 <page href="new_features_2_0.html">New features with Apache 2.0</page>
40 <page href="license.html">Apache License</page>
41 </category>
42
43 <category id="using">
44 <title>Using the Apache HTTP Server</title>
45 <page href="install.html">Compiling and Installing Apache</page>
46 <page href="invoking.html">Starting Apache</page>
47 <page href="stopping.html">Stopping and Restarting the Server</page>
48 <page href="configuring.html">Configuration Files</page>
49 <page href="sections.html">How Directory, Location and Files sections work</page>
50 <page href="caching.html">Content Caching</page>
51 <page href="server-wide.html">Server-Wide Configuration</page>
52 <page href="logs.html">Log Files</page>
53 <page href="urlmapping.html">Mapping URLs to Filesystem Locations</page>
54 <page href="misc/security_tips.html">Security Tips</page>
55 <page href="dso.html">Dynamic Shared Object (DSO) support</page>
56 <page href="content-negotiation.html">Content Negotiation</page>
57 <page href="custom-error.html">Custom error responses</page>
58 <page href="bind.html">Setting which addresses and ports Apache uses</page>
59 <page href="mpm.html">Multi-Processing Modules (MPMs)</page>
60 <page href="env.html">Environment Variables in Apache</page>
61 <page href="handler.html">Apache's Handler Use</page>
62 <page href="filter.html">Filters</page>
63 <page href="suexec.html">suEXEC Support</page>
64 <page href="misc/perf-tuning.html">Performance Hints</page>
65 <page href="faq/">Frequently Asked Questions</page>
66 </category>
67
68 <category id="vhosts">
69 <title>Apache Virtual Host documentation</title>
70 <page separate="yes" href="vhosts/">Overview</page>
71 <page href="vhosts/name-based.html">Name-based Virtual Hosts</page>
72 <page href="vhosts/ip-based.html">IP-based Virtual Host Support</page>
73 <page href="vhosts/mass.html">Dynamically configured mass virtual hosting</page>
74 <page href="vhosts/examples.html">VirtualHost Examples</page>
75 <page href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</page>
76 <page href="vhosts/fd-limits.html">File descriptor limitations</page>
77 <page href="dns-caveats.html">Issues Regarding DNS and Apache</page>
78 </category>
79
80 <category id="rewrite">
81 <title>URL Rewriting Guide</title>
82 <page separate="yes" href="rewrite/">Overview</page>
83 <page href="mod/mod_rewrite.html">mod_rewrite reference
84 documentation</page>
85 <page href="rewrite/intro.html">Introduction</page>
86 <page href="rewrite/flags.html">Flags</page>
87 <page href="rewrite/tech.html">Technical details</page>
88 <page href="rewrite/remapping.html">Remapping URLs</page>
89 <page href="rewrite/access.html">Access control</page>
90 <page href="rewrite/advanced.html">Advanced techniques</page>
91 </category>
92
93 <category id="ssl">
94 <title>Apache SSL/TLS Encryption</title>
95 <page separate="yes" href="ssl/">Overview</page>
96 <page href="ssl/ssl_intro.html">SSL/TLS Encryption: An Introduction</page>
97 <page href="ssl/ssl_compat.html">SSL/TLS Encryption: Compatibility</page>
98 <page href="ssl/ssl_howto.html">SSL/TLS Encryption: How-To</page>
99 <page href="ssl/ssl_faq.html">SSL/TLS Encryption: FAQ</page>
100 </category>
101
102 <category id="howto">
103 <title>Guides, Tutorials, and HowTos</title>
104 <page separate="yes" href="howto/">Overview</page>
105 <page href="howto/auth.html">Authentication</page>
106 <page href="howto/cgi.html">Dynamic Content with CGI</page>
107 <page href="howto/ssi.html">Introduction to Server Side Includes</page>
108 <page href="howto/htaccess.html">.htaccess files</page>
109 <page href="howto/public_html.html">Per-user web directories</page>
110 </category>
111
112 <category id="platform">
113 <title>Platform-specific Notes</title>
114 <page separate="yes" href="platform/">Overview</page>
115 <page href="platform/windows.html">Using Apache with Microsoft
116 Windows</page>
117 <page href="platform/win_compiling.html">Compiling Apache for
118 Microsoft Windows</page>
119 <page href="platform/netware.html">Using Apache with Novell NetWare</page>
120 <page href="platform/perf-hp.html">Running a High-Performance Web
121 Server on HPUX</page>
122 <page href="platform/ebcdic.html">The Apache EBCDIC Port</page>
123 </category>
124
125 <category id="programs">
126 <title>Apache HTTP Server and Supporting Programs</title>
127 <page separate="yes" href="programs/">Overview</page>
128 <page href="programs/httpd.html">Manual Page: httpd</page>
129 <page href="programs/ab.html">Manual Page: ab</page>
130 <page href="programs/apachectl.html">Manual Page: apachectl</page>
131 <page href="programs/apxs.html">Manual Page: apxs</page>
132 <page href="programs/configure.html">Manual Page: configure</page>
133 <page href="programs/dbmmanage.html">Manual Page: dbmmanage</page>
134 <page href="programs/htcacheclean.html">Manual Page: htcacheclean</page>
135 <page href="programs/htdbm.html">Manual Page: htdbm</page>
136 <page href="programs/htdigest.html">Manual Page: htdigest</page>
137 <page href="programs/htpasswd.html">Manual Page: htpasswd</page>
138 <page href="programs/logresolve.html">Manual Page: logresolve</page>
139 <page href="programs/rotatelogs.html">Manual Page: rotatelogs</page>
140 <page href="programs/suexec.html">Manual Page: suexec</page>
141 <page href="programs/other.html">Other Programs</page>
142 </category>
143
144 <category id="misc">
145 <title>Apache Miscellaneous Documentation</title>
146 <page separate="yes" href="misc/">Overview</page>
147 <page href="misc/relevant_standards.html">Relevant Standards</page>
148 </category>
149
150 <category id="modules">
151 <title>Apache modules</title>
152 <page href="mod/module-dict.html">Definitions of terms used to describe Apache modules</page>
153 <page href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</page>
154 </category>
155
156 <category id="developer">
157 <title>Developer Documentation</title>
158 <page separate="yes" href="developer/">Overview</page>
159 <page href="developer/API.html">Apache API notes</page>
160 <page href="developer/debugging.html">Debugging Memory Allocation in APR</page>
161 <page href="developer/documenting.html">Documenting Apache 2.x</page>
162 <page href="developer/hooks.html">Apache 2.x Hook Functions</page>
163 <page href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.x</page>
164 <page href="developer/request.html">Request Processing in Apache 2.x</page>
165 <page href="developer/filters.html">How Filters Work in Apache 2.x</page>
166 </category>
167
168 <category id="index">
169 <title>Glossary and Index</title>
170 <page href="glossary.html">Glossary</page>
171 <page href="mod/">Module index</page>
172 <page href="mod/directives.html">Directive index</page>
173 <page href="mod/quickreference.html">Directive Quick-Reference</page>
174 </category>
175
176 </sitemap>