]> granicus.if.org Git - apache/blobdiff - docs/manual/sitemap.xml
XML update.
[apache] / docs / manual / sitemap.xml
index f94ea6f2f922c30086f54dbd8dd18b24fe28c28a..79f298103034e120dcc95ef72bc2034b1aaeb63d 100644 (file)
@@ -1,20 +1,42 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
+<!-- $LastChangedRevision$ -->
 
-<sitemap>
-  <relativepath href="."/>
+<!--
+ 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
 
-  <title>Site Map</title>
+     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 2.0 Documentation</a>.</p>
+<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.0 from 1.3</page>
+<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">
 <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="misc/security_tips.html">Security Tips</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="misc/perf-tuning.html">Performance Hintes</page>
-<page href="misc/rewriteguide.html">URL Rewriting Guide</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">
 <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 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">
 
 <category id="howto">
 <title>Guides, Tutorials, and HowTos</title>
-<page href="howto/auth.html">Authentication</page>
+<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="misc/tutorials.html">Apache Tutorials</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/win_service.html">Running Apache for Windows as
-a Service</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>
-<page href="platform/ebcdic.html">The Apache EBCDIC Port</page>
 </category>
 
 <category id="programs">
@@ -99,11 +136,20 @@ Server on HPUX</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>
@@ -111,104 +157,40 @@ Server on HPUX</page>
 <category id="misc">
 <title>Apache Miscellaneous Documentation</title>
 <page separate="yes" href="misc/">Overview</page>
-<page href="misc/custom_errordocs.html">International Customized Server Error Messages</page>
-<page href="misc/fin_wait_2.html">Connections in FIN_WAIT_2 and Apache</page>
-<page href="misc/known_client_problems.html">Known Client Problems</page>
-<page href="misc/descriptors.html">Descriptors and Apache</page>
-<page href="cgi_path.html">PATH_INFO Changes in the CGI Environment</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 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_authz_dbm.xml</modulefile>
-  <modulefile>mod_authz_groupfile.xml</modulefile>
-  <modulefile>mod_authz_host.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_deflate.xml</modulefile>
-  <modulefile>mod_dir.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_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_mime.xml</modulefile>
-  <modulefile>mod_mime_magic.xml</modulefile>
-  <modulefile>mod_negotiation.xml</modulefile>
-  <modulefile>mod_proxy.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>mpm_netware.xml</modulefile>
-  <modulefile>mpm_winnt.xml</modulefile>
-  <modulefile>perchild.xml</modulefile>
-  <modulefile>prefork.xml</modulefile>
-  <modulefile>worker.xml</modulefile>
-
-  <modulefile>obs_mod_access.xml</modulefile>
-  <modulefile>obs_mod_auth.xml</modulefile>
-  <modulefile>obs_mod_auth_anon.xml</modulefile>
-  <modulefile>obs_mod_auth_dbm.xml</modulefile>
-  <modulefile>obs_mod_auth_digest.xml</modulefile>
-</modulefilelist>
+<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/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/layeredio.html">Apache 2.0 Layered I/O</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>
+<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="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>
+<category id="index">
+<title>Glossary and Index</title>
 <page href="glossary.html">Glossary</page>
-<page>Sitemap (this document)</page>
+<page href="mod/">Module index</page>
+<page href="mod/directives.html">Directive index</page>
+<page href="mod/quickreference.html">Directive Quick-Reference</page>
 </category>
 
 </sitemap>