summaryrefslogtreecommitdiff
path: root/docs/manual/sitemap.xml
blob: 28b95788f96fe7da66f38e0c405b718a0a0383df (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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>

<sitemap metafile="sitemap.xml.meta">
  <relativepath href="."/>

  <title>Sitemap</title>

<summary>
<p>This page lists the currently available documents of the
<a href="./">Apache HTTP Server Version 2.1 Documentation</a>.</p>
</summary>

<category id="release">
<title>Release Notes</title>
<page href="upgrading.html">Upgrading to 2.0 from 1.3</page>
<page href="new_features_2_0.html">New features with Apache 2.0</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="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="misc/security_tips.html">Security Tips</page>
<page href="dso.html">Dynamic Shared Object (DSO) support</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="handler.html">Apache's Handler Use</page>
<page href="filter.html">Filters</page>
<page href="suexec.html">suEXEC Support</page>
<page href="misc/perf-tuning.html">Performance Hints</page>
<page href="misc/rewriteguide.html">URL Rewriting Guide</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>
<page href="dns-caveats.html">Issues Regarding DNS and Apache</page>
</category>

<category id="faq">
<title>Apache Server Frequently Asked Questions</title>
<page separate="yes" href="faq/">Overview</page>
<page href="faq/support.html">Support</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</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>
</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/netware.html">Using Apache with Novell NetWare</page>
<page href="platform/perf-hp.html">Running a High-Performance Web
Server on HPUX</page>
<page href="platform/ebcdic.html">The Apache EBCDIC Port</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/dbmmanage.html">Manual Page: dbmmanage</page>
<page href="programs/htdigest.html">Manual Page: htdigest</page>
<page href="programs/htpasswd.html">Manual Page: htpasswd</page>
<page href="programs/logresolve.html">Manual Page: logresolve</page>
<page href="programs/rotatelogs.html">Manual Page: rotatelogs</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="cgi_path.html">PATH_INFO Changes in the CGI Environment</page>
</category>

<category id="modules">
<title>Apache modules</title>
<page href="mod/">Module index</page>
<page href="mod/directives.html">Directive index</page>
<page href="mod/quickreference.html">Directive Quick-Reference</page>
<modulefilelist>
  <modulefile>core.xml</modulefile>
  <modulefile>mod_actions.xml</modulefile>
  <modulefile>mod_alias.xml</modulefile>
  <modulefile>mod_asis.xml</modulefile>
  <modulefile>mod_auth_basic.xml</modulefile>
  <modulefile>mod_auth_digest.xml</modulefile>
  <modulefile>mod_authn_anon.xml</modulefile>
  <modulefile>mod_authn_dbm.xml</modulefile>
  <modulefile>mod_authn_file.xml</modulefile>
  <modulefile>mod_authn_default.xml</modulefile>
  <modulefile>mod_authz_dbm.xml</modulefile>
  <modulefile>mod_authz_default.xml</modulefile>
  <modulefile>mod_authz_groupfile.xml</modulefile>
  <modulefile>mod_authz_host.xml</modulefile>
  <modulefile>mod_authz_owner.xml</modulefile>
  <modulefile>mod_authz_user.xml</modulefile>
  <modulefile>mod_auth_ldap.xml</modulefile>
  <modulefile>mod_autoindex.xml</modulefile>
  <modulefile>mod_cache.xml</modulefile>
  <modulefile>mod_cern_meta.xml</modulefile>
  <modulefile>mod_cgi.xml</modulefile>
  <modulefile>mod_cgid.xml</modulefile>
  <modulefile>mod_charset_lite.xml</modulefile>
  <modulefile>mod_dav.xml</modulefile>
  <modulefile>mod_dav_fs.xml</modulefile>
  <modulefile>mod_deflate.xml</modulefile>
  <modulefile>mod_dir.xml</modulefile>
  <modulefile>mod_disk_cache.xml</modulefile>
  <modulefile>mod_echo.xml</modulefile>
  <modulefile>mod_env.xml</modulefile>
  <modulefile>mod_example.xml</modulefile>
  <modulefile>mod_expires.xml</modulefile>
  <modulefile>mod_ext_filter.xml</modulefile>
  <modulefile>mod_file_cache.xml</modulefile>
  <modulefile>mod_headers.xml</modulefile>
  <modulefile>mod_ident.xml</modulefile>
  <modulefile>mod_imap.xml</modulefile>
  <modulefile>mod_include.xml</modulefile>
  <modulefile>mod_info.xml</modulefile>
  <modulefile>mod_isapi.xml</modulefile>
  <modulefile>mod_ldap.xml</modulefile>
  <modulefile>mod_log_config.xml</modulefile>
  <modulefile>mod_logio.xml</modulefile>
  <modulefile>mod_mem_cache.xml</modulefile>
  <modulefile>mod_mime.xml</modulefile>
  <modulefile>mod_mime_magic.xml</modulefile>
  <modulefile>mod_negotiation.xml</modulefile>
  <modulefile>mod_nw_ssl.xml</modulefile>
  <modulefile>mod_proxy.xml</modulefile>
  <modulefile>mod_proxy_connect.xml</modulefile>
  <modulefile>mod_proxy_ftp.xml</modulefile>
  <modulefile>mod_proxy_http.xml</modulefile>
  <modulefile>mod_rewrite.xml</modulefile>
  <modulefile>mod_setenvif.xml</modulefile>
  <modulefile>mod_so.xml</modulefile>
  <modulefile>mod_ssl.xml</modulefile>
  <modulefile>mod_speling.xml</modulefile>
  <modulefile>mod_status.xml</modulefile>
  <modulefile>mod_suexec.xml</modulefile>
  <modulefile>mod_unique_id.xml</modulefile>
  <modulefile>mod_userdir.xml</modulefile>
  <modulefile>mod_usertrack.xml</modulefile>
  <modulefile>mod_vhost_alias.xml</modulefile>

  <modulefile>mpm_common.xml</modulefile>
  <modulefile>beos.xml</modulefile>
  <modulefile>mpm_netware.xml</modulefile>
  <modulefile>mpm_winnt.xml</modulefile>
  <modulefile>mpmt_os2.xml</modulefile>
  <modulefile>perchild.xml</modulefile>
  <modulefile>prefork.xml</modulefile>
  <modulefile>worker.xml</modulefile>
  <modulefile>leader.xml</modulefile>
  <modulefile>threadpool.xml</modulefile>
</modulefilelist>
</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/debugging.html">Debugging Memory Allocation in APR</page>
<page href="developer/documenting.html">Documenting Apache 2.0</page>
<page href="developer/hooks.html">Apache 2.0 Hook Functions</page>
<page href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.0</page>
<page href="developer/request.html">Request Processing in Apache 2.0</page>
<page href="developer/filters.html">How Filters Work in Apache 2.0</page>
</category>

<category id="descriptive">
<title>Descriptive Information</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>
<page href="glossary.html">Glossary</page>
<page>Sitemap (this document)</page>
</category>

</sitemap>