]> granicus.if.org Git - apache/blob - docs/manual/sitemap.xml
xforms
[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_features_2_2.html">New features with Apache 2.1/2.2</page>
38 <page href="new_features_2_0.html">New features with Apache 2.0</page>
39 <page href="license.html">Apache License</page>
40 </category>
41
42 <category id="using">
43 <title>Using the Apache HTTP Server</title>
44 <page href="install.html">Compiling and Installing Apache</page>
45 <page href="invoking.html">Starting Apache</page>
46 <page href="stopping.html">Stopping and Restarting the Server</page>
47 <page href="configuring.html">Configuration Files</page>
48 <page href="sections.html">How Directory, Location and Files sections work</page>
49 <page href="caching.html">Content Caching</page>
50 <page href="server-wide.html">Server-Wide Configuration</page>
51 <page href="logs.html">Log Files</page>
52 <page href="urlmapping.html">Mapping URLs to Filesystem Locations</page>
53 <page href="misc/security_tips.html">Security Tips</page>
54 <page href="dso.html">Dynamic Shared Object (DSO) support</page>
55 <page href="content-negotiation.html">Content Negotiation</page>
56 <page href="custom-error.html">Custom error responses</page>
57 <page href="bind.html">Setting which addresses and ports Apache uses</page>
58 <page href="mpm.html">Multi-Processing Modules (MPMs)</page>
59 <page href="env.html">Environment Variables in Apache</page>
60 <page href="expr.html">Expression Parsing in Apache</page>
61 <page href="handler.html">Apache's Handler Use</page>
62 <page href="filter.html">Filters</page>
63 <page href="socache.html">Shared Object Cache Support</page>
64 <page href="suexec.html">suEXEC Support</page>
65 <page href="misc/perf-tuning.html">Performance Hints</page>
66 <page href="http://wiki.apache.org/httpd/FAQ">Frequently Asked Questions</page>
67 </category>
68
69 <category id="vhosts">
70 <title>Apache Virtual Host documentation</title>
71 <page separate="yes" href="vhosts/">Overview</page>
72 <page href="vhosts/name-based.html">Name-based Virtual Hosts</page>
73 <page href="vhosts/ip-based.html">IP-based Virtual Host Support</page>
74 <page href="vhosts/mass.html">Dynamically configured mass virtual hosting</page>
75 <page href="vhosts/examples.html">VirtualHost Examples</page>
76 <page href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</page>
77 <page href="vhosts/fd-limits.html">File descriptor limitations</page>
78 <page href="dns-caveats.html">Issues Regarding DNS and Apache</page>
79 </category>
80
81 <category id="rewrite">
82 <title>URL Rewriting Guide</title>
83 <page separate="yes" href="rewrite/">Overview</page>
84 <page href="mod/mod_rewrite.html">mod_rewrite reference
85 documentation</page>
86 <page href="rewrite/intro.html">Introduction</page>
87 <page href="rewrite/flags.html">Flags</page>
88 <page href="rewrite/tech.html">Technical details</page>
89 <page href="rewrite/remapping.html">Remapping URLs</page>
90 <page href="rewrite/access.html">Access control</page>
91 <page href="rewrite/advanced.html">Advanced techniques</page>
92 </category>
93
94 <category id="ssl">
95 <title>Apache SSL/TLS Encryption</title>
96 <page separate="yes" href="ssl/">Overview</page>
97 <page href="ssl/ssl_intro.html">SSL/TLS Encryption: An Introduction</page>
98 <page href="ssl/ssl_compat.html">SSL/TLS Encryption: Compatibility</page>
99 <page href="ssl/ssl_howto.html">SSL/TLS Encryption: How-To</page>
100 <page href="ssl/ssl_faq.html">SSL/TLS Encryption: FAQ</page>
101 </category>
102
103 <category id="howto">
104 <title>Guides, Tutorials, and HowTos</title>
105 <page separate="yes" href="howto/">Overview</page>
106 <page href="howto/auth.html">Authentication</page>
107 <page href="howto/cgi.html">Dynamic Content with CGI</page>
108 <page href="howto/ssi.html">Introduction to Server Side Includes</page>
109 <page href="howto/htaccess.html">.htaccess files</page>
110 <page href="howto/public_html.html">Per-user web directories</page>
111 </category>
112
113 <category id="platform">
114 <title>Platform-specific Notes</title>
115 <page separate="yes" href="platform/">Overview</page>
116 <page href="platform/windows.html">Using Apache with Microsoft
117 Windows</page>
118 <page href="platform/win_compiling.html">Compiling Apache for
119 Microsoft Windows</page>
120 <page href="platform/netware.html">Using Apache with Novell NetWare</page>
121 <page href="platform/perf-hp.html">Running a High-Performance Web
122 Server on HPUX</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/new_api_2_4.html">API updates in Apache HTTPD 2.4</page>
161 <page href="developer/modguide.html">Developing modules for Apache HTTPD 2.4</page>
162 <page href="developer/documenting.html">Documenting Apache HTTPD</page>
163 <page href="developer/hooks.html">Apache 2.x Hook Functions</page>
164 <page href="developer/modules.html">Converting Modules from 1.3 to 2.x</page>
165 <page href="developer/request.html">Request Processing in 2.x</page>
166 <page href="developer/filters.html">How Filters Work in 2.x</page>
167 </category>
168
169 <category id="index">
170 <title>Glossary and Index</title>
171 <page href="glossary.html">Glossary</page>
172 <page href="mod/">Module index</page>
173 <page href="mod/directives.html">Directive index</page>
174 <page href="mod/quickreference.html">Directive Quick-Reference</page>
175 </category>
176
177 </sitemap>