summaryrefslogtreecommitdiffstats
path: root/docs/manual/sitemap.xml
blob: e22050eef3a2946f24327718cd58a2eeafd8e969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
<!-- $LastChangedRevision$ -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
 this work for additional information regarding copyright ownership.
 The ASF licenses this file to You under the Apache License, Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->

<sitemap metafile="sitemap.xml.meta">

  <title>Sitemap</title>

<summary>
<p>This page lists the currently available documents of the
<a href="./">Apache HTTP Server Version &httpd.major;.&httpd.minor;
Documentation</a>.</p>
</summary>

<category id="release">
<title>Release Notes</title>
<page href="upgrading.html">Upgrading to 2.4 from 2.2</page>
<page href="new_features_2_4.html">New features with Apache 2.3/2.4</page>
<page href="new_features_2_2.html">New features with Apache 2.1/2.2</page>
<page href="new_features_2_0.html">New features with Apache 2.0</page>
<page href="license.html">Apache License</page>
</category>

<category id="using">
<title>Using the Apache HTTP Server</title>
<page href="install.html">Compiling and Installing Apache</page>
<page href="invoking.html">Starting Apache</page>
<page href="stopping.html">Stopping and Restarting the Server</page>
<page href="configuring.html">Configuration Files</page>
<page href="sections.html">How Directory, Location and Files sections work</page>
<page href="caching.html">Content Caching</page>
<page href="server-wide.html">Server-Wide Configuration</page>
<page href="logs.html">Log Files</page>
<page href="urlmapping.html">Mapping URLs to Filesystem Locations</page>
<page href="dso.html">Dynamic Shared Object (DSO) support</page>
<page href="compliance.html">HTTP Protocol Compliance</page>
<page href="content-negotiation.html">Content Negotiation</page>
<page href="custom-error.html">Custom error responses</page>
<page href="bind.html">Setting which addresses and ports Apache uses</page>
<page href="mpm.html">Multi-Processing Modules (MPMs)</page>
<page href="env.html">Environment Variables in Apache</page>
<page href="expr.html">Expression Parsing in Apache</page>
<page href="handler.html">Apache's Handler Use</page>
<page href="filter.html">Filters</page>
<page href="socache.html">Shared Object Cache Support</page>
<page href="suexec.html">suEXEC Support</page>
<page href="dns-caveats.html">Issues Regarding DNS and Apache</page>
<page href="http://wiki.apache.org/httpd/FAQ">Frequently Asked Questions</page>
</category>

<category id="vhosts">
<title>Apache Virtual Host documentation</title>
<page separate="yes" href="vhosts/">Overview</page>
<page href="vhosts/name-based.html">Name-based Virtual Hosts</page>
<page href="vhosts/ip-based.html">IP-based Virtual Host Support</page>
<page href="vhosts/mass.html">Dynamically configured mass virtual hosting</page>
<page href="vhosts/examples.html">VirtualHost Examples</page>
<page href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</page>
<page href="vhosts/fd-limits.html">File descriptor limitations</page>
</category>

<category id="rewrite">
<title>URL Rewriting Guide</title>
<page separate="yes" href="rewrite/">Overview</page>
<page href="mod/mod_rewrite.html">mod_rewrite reference
documentation</page>
<page href="rewrite/intro.html">Introduction to regular expressions and
mod_rewrite</page>
<page href="rewrite/remapping.html">Using mod_rewrite for redirection and
remapping of URLs</page>
<page href="rewrite/access.html">Using mod_rewrite to control access</page>
<page href="rewrite/vhosts.html">Dynamic virtual hosts with mod_rewrite</page>
<page href="rewrite/proxy.html">Dynamic proxying with mod_rewrite</page>
<page href="rewrite/rewritemap.html">Using RewriteMap</page>
<page href="rewrite/advanced.html">Advanced techniques</page>
<page href="rewrite/avoid.html">When NOT to use mod_rewrite</page>
<page href="rewrite/flags.html">RewriteRule Flags</page>
<page href="rewrite/tech.html">Technical details</page>
</category>

<category id="ssl">
<title>Apache SSL/TLS Encryption</title>
<page separate="yes" href="ssl/">Overview</page>
<page href="ssl/ssl_intro.html">SSL/TLS Encryption: An Introduction</page>
<page href="ssl/ssl_compat.html">SSL/TLS Encryption: Compatibility</page>
<page href="ssl/ssl_howto.html">SSL/TLS Encryption: How-To</page>
<page href="ssl/ssl_faq.html">SSL/TLS Encryption: FAQ</page>
</category>

<category id="howto">
<title>Guides, Tutorials, and HowTos</title>
<page separate="yes" href="howto/">Overview</page>
<page href="howto/auth.html">Authentication and Authorization</page>
<page href="howto/access.html">Access Control</page>
<page href="howto/cgi.html">Dynamic Content with CGI</page>
<page href="howto/ssi.html">Introduction to Server Side Includes</page>
<page href="howto/htaccess.html">.htaccess files</page>
<page href="howto/public_html.html">Per-user web directories</page>
<page href="howto/reverse_proxy.html">Reverse proxy setup guide</page>
<page href="howto/http2.html">HTTP/2 guide</page>
</category>

<category id="platform">
<title>Platform-specific Notes</title>
<page separate="yes" href="platform/">Overview</page>
<page href="platform/windows.html">Using Apache with Microsoft
Windows</page>
<page href="platform/win_compiling.html">Compiling Apache for
Microsoft Windows</page>
<page href="platform/rpm.html">Using Apache With RPM Based Systems</page>
<page href="platform/netware.html">Using Apache with Novell NetWare</page>
<page href="platform/perf-hp.html">Running a High-Performance Web
Server on HPUX</page>
</category>

<category id="programs">
<title>Apache HTTP Server and Supporting Programs</title>
<page separate="yes" href="programs/">Overview</page>
<page href="programs/httpd.html">Manual Page: httpd</page>
<page href="programs/ab.html">Manual Page: ab</page>
<page href="programs/apachectl.html">Manual Page: apachectl</page>
<page href="programs/apxs.html">Manual Page: apxs</page>
<page href="programs/configure.html">Manual Page: configure</page>
<page href="programs/dbmmanage.html">Manual Page: dbmmanage</page>
<page href="programs/fcgistarter.html">Manual Page: fcgistarter</page>
<page href="programs/firehose.html">Manual Page: firehose</page>
<page href="programs/htcacheclean.html">Manual Page: htcacheclean</page>
<page href="programs/htdbm.html">Manual Page: htdbm</page>
<page href="programs/htdigest.html">Manual Page: htdigest</page>
<page href="programs/htpasswd.html">Manual Page: htpasswd</page>
<page href="programs/httxt2dbm.html">Manual Page: httxt2dbm</page>
<page href="programs/logresolve.html">Manual Page: logresolve</page>
<page href="programs/log_server_status.html">Manual Page:
log_server_status</page>
<page href="programs/rotatelogs.html">Manual Page: rotatelogs</page>
<page href="programs/split-logfile.html">Manual Page: split-logfile</page>
<page href="programs/suexec.html">Manual Page: suexec</page>
<page href="programs/other.html">Other Programs</page>
</category>

<category id="misc">
<title>Apache Miscellaneous Documentation</title>
<page separate="yes" href="misc/">Overview</page>
<page href="misc/perf-tuning.html">Performance Notes - Apache Tuning</page>
<page href="misc/perf-scaling.html">Performance Scaling</page>
<page href="misc/security_tips.html">Security Tips</page>
<page href="misc/relevant_standards.html">Relevant Standards</page>
<page href="misc/password_encryptions.html">Password Encryption Formats</page>
</category>

<category id="modules">
<title>Apache modules</title>
<page href="mod/module-dict.html">Definitions of terms used to describe Apache modules</page>
<page href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</page>
</category>

<category id="developer">
<title>Developer Documentation</title>
<page separate="yes" href="developer/">Overview</page>
<page href="developer/API.html">Apache API notes</page>
<page href="developer/new_api_2_4.html">API updates in Apache HTTPD 2.4</page>
<page href="developer/modguide.html">Developing modules for Apache HTTPD 2.4</page>
<page href="developer/documenting.html">Documenting Apache HTTPD</page>
<page href="developer/hooks.html">Apache 2.x Hook Functions</page>
<page href="developer/modules.html">Converting Modules from 1.3 to 2.x</page>
<page href="developer/request.html">Request Processing in 2.x</page>
<page href="developer/filters.html">How Filters Work in 2.x</page>
<page href="developer/output-filters.html">Guidelines for output filters in 2.x</page>
<page href="developer/thread_safety.html">Thread Safety Issues in 2.x</page>
</category>

<category id="index">
<title>Glossary and Index</title>
<page href="glossary.html">Glossary</page>
<page href="mod/">Module index</page>
<page href="mod/directives.html">Directive index</page>
<page href="mod/quickreference.html">Directive Quick-Reference</page>
<page href="mod/overrides.html">Override class index for .htaccess</page>
</category>

</sitemap>