diff options
author | André Malo <nd@apache.org> | 2002-09-10 02:44:15 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-09-10 02:44:15 +0200 |
commit | 512abf954c2541e0bd0720d6850a6a354d9a2c21 (patch) | |
tree | eae1e6eb04e9cc7e36088a4be8a945fc0402a5ad /docs/manual/sitemap.xml | |
parent | sitemap revision: support for new sitemap.xml (diff) | |
download | apache2-512abf954c2541e0bd0720d6850a6a354d9a2c21.tar.xz apache2-512abf954c2541e0bd0720d6850a6a354d9a2c21.zip |
revised sitemap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sitemap.xml')
-rw-r--r-- | docs/manual/sitemap.xml | 334 |
1 files changed, 144 insertions, 190 deletions
diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index 0e40a1462a..989040fabc 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -1,199 +1,153 @@ <?xml version="1.0" encoding="UTF-8" ?> -<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> +<!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd" + [ <!ENTITY allmodules SYSTEM "./mod/allmodules.xml"> ] +> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<manualpage> +<sitemap> <relativepath href="."/> <title>Site Map</title> <summary> -<ul> -<li><a href="index.html">Apache HTTP Server Version 2.0 Documentation</a> - -<ul> -<li>Release Notes -<ul> -<li><a href="upgrading.html">Upgrading to 2.0 from 1.3</a></li> -<li><a href="new_features_2_0.html">New features with Apache 2.0</a></li> -</ul></li> - -<li>Using the Apache HTTP Server -<ul> -<li><a href="install.html">Compiling and Installing Apache</a></li> -<li><a href="invoking.html">Starting Apache</a></li> -<li><a href="stopping.html">Stopping and Restarting the Server</a></li> -<li><a href="configuring.html">Configuration Files</a></li> -<li><a href="sections.html">How Directory, Location and Files sections work</a></li> -<li><a href="server-wide.html">Server-Wide Configuration</a></li> -<li><a href="logs.html">Log Files</a></li> -<li><a href="urlmapping.html">Mapping URLs to Filesystem Locations</a></li> -<li><a href="misc/security_tips.html">Security Tips</a></li> -<li><a href="dso.html">Dynamic Shared Object (DSO) support</a></li> -<li><a href="content-negotiation.html">Content Negotiation</a></li> -<li><a href="custom-error.html">Custom error responses</a></li> -<li><a href="bind.html">Setting which addresses and ports Apache uses</a></li> -<li><a href="mpm.html">Multi-Processing Modules (MPMs)</a></li> -<li><a href="env.html">Environment Variables in Apache</a></li> -<li><a href="handler.html">Apache's Handler Use</a></li> -<li><a href="filter.html">Filters</a></li> -<li><a href="suexec.html">suEXEC Support</a></li> -<li><a href="misc/perf-tuning.html">Performance Hintes</a></li> -<li><a href="misc/rewriteguide.html">URL Rewriting Guide</a></li> -</ul></li> - -<li><a href="vhosts/">Apache Virtual Host documentation</a> -<ul> -<li><a href="vhosts/name-based.html">Name-based Virtual Hosts</a></li> -<li><a href="vhosts/ip-based.html">IP-based Virtual Host Support</a></li> -<li><a href="vhosts/mass.html">Dynamically configured mass virtual hosting</a></li> -<li><a href="vhosts/examples.html">VirtualHost Examples</a></li> -<li><a href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</a></li> -<li><a href="vhosts/fd-limits.html">File descriptor limitations</a></li> -<li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li> -</ul></li> - -<li><a href="faq/">Apache Server Frequently Asked Questions</a> -<ul> -<li><a href="faq/support.html">Support</a></li> -</ul></li> - -<li><a href="ssl/">Apache SSL/TLS Encryption</a> -<ul> -<li><a href="ssl/ssl_intro.html">SSL/TLS Encryption: An Introduction</a></li> -<li><a href="ssl/ssl_compat.html">SSL/TLS Encryption: Compatibility</a></li> -<li><a href="ssl/ssl_howto.html">SSL/TLS Encryption: How-To</a></li> -<li><a href="ssl/ssl_faq.html">SSL/TLS Encryption: FAQ</a></li> -<li><a href="ssl/ssl_glossary.html">SSL/TLS Encryption: Glossary</a></li> -</ul></li> - - -<li>Guides, Tutorials, and HowTos -<ul> -<li><a href="howto/auth.html">Apache Tutorial: Authentication</a></li> -<li><a href="howto/cgi.html">Apache Tutorial: Dynamic Content with CGI</a></li> -<li><a href="howto/ssi.html">Apache Tutorial: Introduction to Server -Side Includes</a></li> -<li><a href="howto/htaccess.html">Apache Tutorial: .htaccess files</a></li> -<li><a href="howto/public_html.html">Apache Tutorial: Per-user web directories</a></li> -<li><a href="misc/tutorials.html">Apache Tutorials</a></li> -</ul></li> - - -<li>Platform-specific Notes -<ul> -<li><a href="platform/windows.html">Using Apache with Microsoft -Windows</a></li> -<li><a href="platform/win_compiling.html">Compiling Apache for -Microsoft Windows</a></li> -<li><a href="platform/win_service.html">Running Apache for Windows as -a Service</a></li> -<li><a href="platform/netware.html">Using Apache with Novell NetWare</a></li> -<li><a href="platform/perf-hp.html">Running a High-Performance Web -Server on HPUX</a></li> -<li><a href="ebcdic.html">The Apache EBCDIC Port</a></li> -</ul></li> - -<li><a href="programs/">Apache HTTP Server and Supporting Programs</a> -<ul> -<li><a href="programs/httpd.html">Manual Page: httpd</a></li> -<li><a href="programs/ab.html">Manual Page: ab</a></li> -<li><a href="programs/apachectl.html">Manual Page: apachectl</a></li> -<li><a href="programs/apxs.html">Manual Page: apxs</a></li> -<li><a href="programs/dbmmanage.html">Manual Page: dbmmanage</a></li> -<li><a href="programs/htdigest.html">Manual Page: htdigest</a></li> -<li><a href="programs/htpasswd.html">Manual Page: htpasswd</a></li> -<li><a href="programs/logresolve.html">Manual Page: logresolve</a></li> -<li><a href="programs/rotatelogs.html">Manual Page: rotatelogs</a></li> -<li><a href="programs/suexec.html">Manual Page: suexec</a></li> -<li><a href="programs/other.html">Other Programs</a></li> -</ul></li> - -<li><a href="misc/">Apache Miscellaneous Documentation</a> -<ul> -<li><a href="misc/custom_errordocs.html">International Customized Server Error Messages</a></li> -<li><a href="misc/fin_wait_2.html">Connections in FIN_WAIT_2 and Apache</a></li> -<li><a href="misc/known_client_problems.html">Known Client Problems</a></li> -<li><a href="misc/descriptors.html">Descriptors and Apache</a></li> -<li><a href="cgi_path.html">PATH_INFO Changes in the CGI Environment</a></li> -</ul></li> - -<li><a href="mod/">Apache modules</a> -<ul> -<li><a href="mod/directives.html">Apache directives</a></li> -<li><a href="mod/module-dict.html">Definitions of terms used to describe Apache modules</a></li> -<li><a href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</a></li> -<li><a href="mod/core.html">Apache Core Features</a></li> -<li><a href="mod/mpm_common.html">Apache MPM Common Directives</a></li> -<li><a href="mod/mpm_netware.html">Apache MPM netware</a></li> -<li><a href="mod/mpm_winnt.html">Apache MPM winnt</a></li> -<li><a href="mod/perchild.html">Apache MPM perchild</a></li> -<li><a href="mod/prefork.html">Apache MPM prefork</a></li> -<li><a href="mod/worker.html">Apache MPM worker</a></li> -<li><a href="mod/mod_access.html">Apache module mod_access</a></li> -<li><a href="mod/mod_actions.html">Apache module mod_actions</a></li> -<li><a href="mod/mod_alias.html">Apache module mod_alias</a></li> -<li><a href="mod/mod_asis.html">Apache module mod_asis</a></li> -<li><a href="mod/mod_auth.html">Apache module mod_auth</a></li> -<li><a href="mod/mod_auth_anon.html">Apache module mod_auth_anon.c</a></li> -<li><a href="mod/mod_auth_dbm.html">Apache module mod_auth_dbm</a></li> -<li><a href="mod/mod_auth_digest.html">Apache module mod_auth_digest</a></li> -<li><a href="mod/mod_auth_ldap.html">Apache module mod_auth_ldap</a></li> -<li><a href="mod/mod_autoindex.html">Apache module mod_autoindex</a></li> -<li><a href="mod/mod_cache.html">Apache module mod_cache</a></li> -<li><a href="mod/mod_cern_meta.html">Apache module mod_cern_meta</a></li> -<li><a href="mod/mod_cgi.html">Apache module mod_cgi</a></li> -<li><a href="mod/mod_cgid.html">Apache module mod_cgi</a></li> -<li><a href="mod/mod_charset_lite.html">Apache module mod_charset_lite</a></li> -<li><a href="mod/mod_dav.html">Apache module mod_dav</a></li> -<li><a href="mod/mod_deflate.html">Apache module mod_deflate</a></li> -<li><a href="mod/mod_dir.html">Apache module mod_dir</a></li> -<li><a href="mod/mod_env.html">Apache module mod_env</a></li> -<li><a href="mod/mod_example.html">Apache module mod_example</a></li> -<li><a href="mod/mod_expires.html">Apache module mod_expires</a></li> -<li><a href="mod/mod_ext_filter.html">Apache module mod_ext_filter</a></li> -<li><a href="mod/mod_file_cache.html">Apache module mod_file_cache</a></li> -<li><a href="mod/mod_headers.html">Apache module mod_headers</a></li> -<li><a href="mod/mod_imap.html">Apache module mod_imap</a></li> -<li><a href="mod/mod_include.html">Apache module mod_include</a></li> -<li><a href="mod/mod_info.html">Apache module mod_info</a></li> -<li><a href="mod/mod_isapi.html">Apache module mod_isapi</a></li> -<li><a href="mod/mod_ldap.html">Apache module mod_ldap</a></li> -<li><a href="mod/mod_log_config.html">Apache module mod_log_config</a></li> -<li><a href="mod/mod_mime.html">Apache module mod_mime</a></li> -<li><a href="mod/mod_mime_magic.html">Apache module mod_mime_magic</a></li> -<li><a href="mod/mod_negotiation.html">Apache module mod_negotiation</a></li> -<li><a href="mod/mod_proxy.html">Apache module mod_proxy</a></li> -<li><a href="mod/mod_rewrite.html">Apache module mod_rewrite</a></li> -<li><a href="mod/mod_setenvif.html">Apache module mod_setenvif</a></li> -<li><a href="mod/mod_so.html">Apache module mod_so</a></li> -<li><a href="mod/mod_speling.html">Apache module mod_speling</a></li> -<li><a href="mod/mod_ssl.html">Apache module mod_ssl</a></li> -<li><a href="mod/mod_status.html">Apache module mod_status</a></li> -<li><a href="mod/mod_suexec.html">Apache module mod_suexec</a></li> -<li><a href="mod/mod_unique_id.html">Apache module mod_unique_id</a></li> -<li><a href="mod/mod_userdir.html">Apache module mod_userdir</a></li> -<li><a href="mod/mod_usertrack.html">Apache module mod_usertrack</a></li> -<li><a href="mod/mod_vhost_alias.html">Apache module mod_vhost_alias</a></li> -</ul></li> - -<li><a href="developer/">Developer Documentation</a> -<ul> -<li><a href="developer/API.html">Apache API notes</a></li> -<li><a href="developer/debugging.html">Debugging Memory Allocation in APR</a></li> -<li><a href="developer/documenting.html">Documenting Apache 2.0</a></li> -<li><a href="developer/hooks.html">Apache 2.0 Hook Functions</a></li> -<li><a href="developer/layeredio.html">Apache 2.0 Layered I/O</a></li> -<li><a href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li> -<li><a href="developer/request.html">Request Processing in Apache 2.0</a></li> -<li><a href="developer/filters.html">How Filters Work in Apache 2.0</a></li> -</ul></li> - -<li><a href="glossary.html">Glossary</a></li> - -</ul></li> - -</ul> - +<p>This page lists the currently available documents of the +<a href="./">Apache HTTP Server Version 2.0 Documentation</a>.</p> </summary> -</manualpage> + +<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 Hintes</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> +<page href="ssl/ssl_glossary.html">SSL/TLS Encryption: Glossary</page> +</category> + +<category id="howto"> +<title>Guides, Tutorials, and HowTos</title> +<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> +<page href="misc/tutorials.html">Apache Tutorials</page> +</category> + +<category id="platform"> +<title>Platform-specific Notes</title> +<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/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="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="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> +</category> + +<category id="modules"> +<title>Apache modules</title> +<page href="mod/">Module index</page> +<page href="mod/directives.html">Directive index</page> +&allmodules; +</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> +</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> |