<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
<!-- $LastChangedRevision: 1564075 $ -->
<!--============Translated by :Luis Gil de Bernabé ====================-->
<!--
 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>Mapa del sitio web</title>

<summary>
<p>&#201;sta p&#225;gina contiene una lista con los documentos actualmente
disponibles de la <a href="./">Versi&#243;n &httpd.major;.&httpd.minor; de la
Documentaci&#243;n del Servidor HTTP Apache</a>.</p>
</summary>

<category id="release">
<title>Notas de la Versi&#243;n</title>
<page href="upgrading.html">Actualizar de la 2.2 a la 2.4</page>
<page href="new_features_2_4.html">Nuevas funcionalidades de 2.3/2.4</page>
<page href="new_features_2_2.html">Nuevas funcionalidades de Apache 2.1/2.2</page>
<page href="new_features_2_0.html">Nuevas funcionalidades de Apache 2.0</page>
<page href="license.html">Licencia Apache</page>
</category>

<category id="using">
<title>Funcionamiento del Servidor HTTP Apache</title>
<page href="install.html">Compilaci&#243;n e Instalaci&#243;n de Apache</page>
<page href="invoking.html">Iniciar Apache</page>
<page href="stopping.html">Parar y reiniciar Apache</page>
<page href="configuring.html">Ficheros de Configuraci&#243;n</page>
<page href="sections.html">Funcionamiento de las secciones Directory, Location y Files</page>
<page href="caching.html">Almacenamiento de contenido en cach&#233;</page>
<page href="server-wide.html">Configuraci&#243;n global de Apache</page>
<page href="logs.html">Ficheros de Log</page>
<page href="urlmapping.html">Mapear URLs a ubicaciones del sistema de ficheros</page>
<page href="dso.html">Soporte de Objetos Compartidos Din&#225;micamente(DSO)</page>
<page href="content-negotiation.html">Negociaci&#243;n de Contenido</page>
<page href="custom-error.html">Mensajes de Error Personalizados</page>
<page href="bind.html">Configuraci&#243;n de las direcciones y los puertos que usa Apache</page>
<page href="mpm.html">M&#243;dulos de Multiproceso (MPMs)</page>
<page href="env.html">Variables de entorno en Apache</page>

<page href="expr.html">An&#225;lisis de expresiones en Apache</page>
<page href="handler.html">Handlers de Apache</page>
<page href="filter.html">Filtros</page>
<page href="suexec.html">Soporte de suEXEC</page>
<page href="socache.html">Soporte de Cach&#233; a objetos compartidos</page>
<page href="dns-caveats.html">Cuestiones respecto a DNS y Apache</page>
<page href="http://wiki.apache.org/httpd/FAQ">Preguntas Frecuentes - FAQ</page>

</category>

<category id="vhosts">
<title>Documuentaci&#243;n sobre Hosting Virtual en Apache</title>
<page separate="yes" href="vhosts/">Visi&#243;n General</page>
<page href="vhosts/name-based.html">Hosting Virtual basado en nombres</page>
<page href="vhosts/ip-based.html">Soporte de Hosting Virtual Basado en IPs</page>
<page href="vhosts/mass.html">Configurar de forma Din&#225;mica el Hosting Virtual masivo en Apache</page>
<page href="vhosts/examples.html">Ejemplos de Hosting Virtual</page>
<page href="vhosts/details.html">Discusi&#243;n en profundidad sobre los tipos de Hosting Virtual</page>
<page href="vhosts/fd-limits.html">Limitaciones de los descriptores de ficheros</page>

</category>

<category id="rewrite">
<title>URL Rewriting Guide</title>
<page separate="yes" href="rewrite/">Visi&#243;n General</page>
<page href="mod/mod_rewrite.html">Documentaci&#243;n del m&#243;dulo mod_rewrite </page>
<page href="rewrite/intro.html">Introducci&#243;n a expresiones regulares y mod_rewrite</page>
<page href="rewrite/remapping.html">Usando mod_rewrite para redireccionar y remapear las URLs</page>
<page href="rewrite/access.html">Usando mod_rewrite para el control de acceso</page>
<page href="rewrite/vhosts.html">Hosts Din&#225;micos Virtuales con mod_rewrite</page>
<page href="rewrite/proxy.html">Proxy din&#225;mico mod_rewrite</page>
<page href="rewrite/rewritemap.html">Usando RewriteMap</page>
<page href="rewrite/advanced.html">T&#233;cnicas Avanzadas</page>
<page href="rewrite/avoid.html">Cuando NO usar mod_rewrite</page>
<page href="rewrite/flags.html">RewriteRule Flags</page>
<page href="rewrite/tech.html">Detalles t&#233;cnicos</page>
</category>

<category id="ssl">
<title>Encriptado SSL/TLS con Apache</title>
<page separate="yes" href="ssl/">Visi&#243;n General</page>
<page href="ssl/ssl_intro.html">Encriptado SSL/TLS: Introducci&#243;n</page>
<page href="ssl/ssl_compat.html">Encriptado SSL/TLS: Compatibilidad</page>
<page href="ssl/ssl_howto.html">Encriptado SSL/TLS: How-To</page>
<page href="ssl/ssl_faq.html">Encriptado SSL/TLS: Preguntas Frecuentes - FAQ</page>
</category>

<category id="howto">
<title>Gu&#237;as, Tutoriales, y HowTos</title>
<page separate="yes" href="howto/">Visi&#243;n General</page>
<page href="howto/auth.html">Autentificaci&#243;n</page>
<page href="howto/access.html">Control de Acceso</page>
<page href="howto/cgi.html">Contenido Din&#225;mico con CGIs</page>
<page href="howto/ssi.html">Introducci&#243;n a Server Side Includes</page>
<page href="howto/htaccess.html">Archivos .htaccess</page>
<page href="howto/public_html.html">Directorios web para cada usuario</page>
</category>

<category id="platform">
<title>Notas espec&#237;ficas sobre plataformas</title>
<page separate="yes" href="platform/">Visi&#243;n General</page>
<page href="platform/windows.html">Usar Apache con Microsoft Windows</page>
<page href="platform/win_compiling.html">Compilar Apache para Microsoft Windows</page> <page href="platform/netware.html">Usar Apache con Novell NetWare</page>
<page href="platform/rpm.html">Usando Apache con RPM Based Systems</page>
<page href="platform/perf-hp.html">Servidor Web de alto rendimiento con HPUX</page>
<page href="platform/ebcdic.html">La versi&#243;n EBCDIC de Apache</page>
</category>

<category id="programs">
<title>Programas de Apache HTTP Server y de apoyo</title>
<page separate="yes" href="programs/">Visi&#243;n General</page>
<page href="programs/httpd.html">Manual de Ayuda: httpd</page>
<page href="programs/ab.html">Manual de Ayuda: ab</page>
<page href="programs/apachectl.html">Manual de Ayuda: apachectl</page>
<page href="programs/apxs.html">Manual de Ayuda: apxs</page>
<page href="programs/configure.html">Manual de Ayuda: configure</page>
<page href="programs/dbmmanage.html">Manual de Ayuda: dbmmanage</page>
<page href="programs/fcgistarter.html">Manual de Ayuda: fcgistarter</page>
<page href="programs/htcacheclean.html">Manual de Ayuda: htcacheclean</page>
<page href="programs/htdigest.html">Manual de Ayuda: htdigest</page>
<page href="programs/htpasswd.html">Manual de Ayuda: htpasswd</page>
<page href="programs/logresolve.html">Manual de Ayuda: logresolve</page>
<page href="programs/httxt2dbm.html">Manual de Ayuda: httxt2dbm</page>
<page href="programs/log_server_status.html">Manual de Ayuda: log_server_status</page>
<page href="programs/rotatelogs.html">Manual de Ayuda: rotatelogs</page>
<page href="programs/split-logfile.html">Manual de Ayuda: split-logfile</page>
<page href="programs/suexec.html">Manual de Ayuda: suexec</page>
<page href="programs/other.html">Otros Programas</page>
</category>

<category id="misc">
<title>Documentaci&#243;n adicional sobre Apache</title>
<page separate="yes" href="misc/">Visi&#243;n General</page>
<page href="misc/relevant_standards.html">Est&#225;ndares Importantes</page>
<page href="misc/perf-tuning.html">Mantenimiento - Apache Tuning</page>
<page href="misc/security_tips.html">Consejos de Seguridad</page>
<page href="misc/password_encryptions.html">Formatods de Encriptaci&#243;n de contrase&#241;as</page>

</category>

<category id="modules">
<title>M&#243;dulos de Apache</title>
<page href="mod/module-dict.html">Definiciones de t&#233;rminos usados para describir los m&#243;dulos de Apache</page>
<page href="mod/directive-dict.html">Definiciones de t&#233;rminos usados para describir las directivas de Apache</page>
</category>

<category id="developer">
<title>Documentaci&#243;n para desarrolladores</title>
<page separate="yes" href="developer/">Visi&#243;n General</page>
<page href="developer/API.html">Notas sobre la API de Apache</page>
<page href="developer/new_api_2_4.html">Actualizaciones de la API en Apache HTTPD 2.4</page>
<page href="developer/modguide.html">Desarrollar m&#243;dulos para Apache HTTPD 2.4</page>
<page href="developer/documenting.html">Documentando Apache HTTPD</page>
<page href="developer/hooks.html">Funciones Hook de Apache 2.x</page>
<page href="developer/modules.html">Convertir M&#243;dulos de Apache 1.3 a Apache 2.x</page>
<page href="developer/request.html">Procesamiento de Peticiones en Apache 2.x</page>
<page href="developer/filters.html">Funcionamiento de los filtros en Apache 2.x</page>
<page href="developer/output-filters.html">Directrices para la salida de filtros en 2.x</page>
<page href="developer/thread_safety.html">Cuestiones sobre Amenazas de Segudidad in 2.x</page>
</category>

<category id="index">
<title>Glosario e &#205;ndice</title>
<page href="glossary.html">Glosario</page>
<page href="mod/">&#205;ndice de M&#243;dulos</page>
<page href="mod/directives.html">&#205;ndice de Directivas</page>
<page href="mod/quickreference.html">Gu&#237;a R&#225;pida de
Referencia de Directivas</page>
</category>

</sitemap>

