--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
+<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
+<!-- English Revision: 1.7 -->
+
+<!--
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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.
+-->
+
+<indexpage metafile="index.xml.meta">
+<parentdocument href="http://httpd.apache.org/docs-project/" />
+
+<title>Versión 2.1 de la documentación del Servidor de HTTP Apache</title>
+
+<category id="release"><title>Notas de la Versión</title>
+ <page href="new_features_2_0.html">Nuevas funcionalidades en
+ Apache 2.0</page>
+ <page href="upgrading.html">Actualizarse a la versión 2.0 desde la 1.3</page>
+ <page href="license.html">Licencia Apache</page>
+</category>
+
+<category id="manual"><title>Manual de Referencia</title>
+ <page href="install.html">Compilación e Instalación</page>
+ <page href="invoking.html">Iniciar Apache</page>
+ <page href="stopping.html">Parar y reiniciar Apache</page>
+ <page href="mod/directives.html">Directivas para configurar la
+ejecución</page>
+ <page href="mod/quickreference.html">Guía rápida de
+ Referencia de Directivas</page>
+ <page href="mod/">Módulos</page>
+ <page href="mpm.html">Módulos de MultiProcesamiento (MPMs)</page>
+ <page href="filter.html">Filtros</page>
+ <page href="handler.html">Handlers</page>
+ <page href="programs/">El Servidor Apache y Programas de Soporte</page>
+ <page href="glossary.html">Glosario</page>
+</category>
+
+<category id="usersguide"><title>Guía del Usuario</title>
+ <page href="bind.html">Puertos de escucha</page>
+ <page href="configuring.html">Ficheros de Configuración</page>
+ <page href="sections.html">Secciones de Configuración</page>
+ <page href="content-negotiation.html">Negociación de Contenidos</page>
+ <page href="dso.html">Objetos Dinámicos Compartidos (DSO)</page>
+ <page href="env.html">Variables de Entorno</page>
+ <page href="logs.html">Archivos Log</page>
+ <page href="urlmapping.html">Mapear URLs a ubicaciones de un
+ sistema de ficheros</page>
+ <page href="misc/perf-tuning.html">Ajustes para conseguir un mejor rendimiento</page>
+ <page href="misc/security_tips.html">Consejos de Seguridad</page>
+ <page href="server-wide.html">Configuración Básica de Apache</page>
+ <page href="ssl/">Encriptado SSL/TLS</page>
+ <page href="suexec.html">Ejecución de Suexec para CGIs</page>
+ <page href="misc/rewriteguide.html">Documentación adicional
+ sobre mod_rewrite</page>
+ <page href="vhosts/">Hosting Virtual</page>
+</category>
+
+<category id="howto"><title>How-To / Tutoriales</title>
+ <page href="howto/auth.html">Autentificación,
+ Autorización, y Control de Acceso</page>
+ <page href="howto/cgi.html">CGI: Contenido Dinámico</page>
+ <page href="howto/htaccess.html">Archivos .htaccess</page>
+ <page href="howto/ssi.html">Server Side Includes (SSI)</page>
+ <page href="howto/public_html.html">Directorios web para cada
+ usuario (public_html)</page>
+</category>
+
+<category id="platform"><title>Notas específicas sobre plataformas</title>
+ <page href="platform/windows.html">Microsoft Windows</page>
+ <page href="platform/netware.html">Novell NetWare</page>
+ <page href="platform/ebcdic.html">EBCDIC Port</page>
+</category>
+
+<category id="other"><title>Documentación adicional</title>
+ <page href="faq/">Preguntas Más Frecuentes</page>
+ <page href="sitemap.html">Mapa de este sitio web</page>
+ <page href="developer/">Documentación para desarrolladores</page>
+ <page href="misc/">Otros documentos</page>
+</category>
+
+</indexpage>
+
+
--- /dev/null
+<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
+<!-- English Revision: 1.6 -->
+
+<!--
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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.
+-->
+
+<modulesynopsis metafile="beos.xml.meta">
+
+<name>beos</name>
+<description>Este módulo de muiltiprocesamiento está
+optimizado para BeOS.</description>
+<status>MPM</status>
+<sourcefile>beos.c</sourcefile>
+<identifier>mpm_beos_module</identifier>
+
+<summary>
+ <p>Este módulo de muiltiprocesamiento (MMP)
+ es el que usa por defecto para BeOS. Usa un
+ único proceso de control que crea hebras para atender las
+ peticiones.</p>
+</summary>
+<seealso><a href="../bind.html">Configurar las direcciones y los
+puertos que usa Apache</a></seealso>
+
+<directivesynopsis location="mpm_common"><name>User</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>Group</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>Listen</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ListenBacklog</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>SendBufferSize</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>StartThreads</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>MinSpareThreads</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>MaxSpareThreads</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>MaxClients</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>MaxMemFree</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>PidFile</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
+</directivesynopsis>
+
+<directivesynopsis>
+<name>MaxRequestsPerThread</name>
+<description>Limita el número de peticiones que una hebra (thread) puede
+atender durante su vida</description>
+<syntax>MaxRequestsPerThread <var>number</var></syntax>
+<default>MaxRequestsPerThread 0</default>
+<contextlist><context>server config</context></contextlist>
+
+<usage>
+ <p>La directiva <directive>MaxRequestsPerThread</directive> fija
+ el número máximo de peticiones que una hebra del
+ servidor puede atender durante su vida. Despues de atender
+ <directive>MaxRequestsPerThread</directive> peticiones, la hebra
+ termina. Si el límite fijado en <directive
+ >MaxRequestsPerThread</directive> es <code>0</code>, entonces la
+ hebra puede atender peticiones indefinidamente.</p>
+
+ <p>Fijar la directiva <directive>MaxRequestsPerThread</directive>
+ a un límite distinto de cero ofrece dos benefcios
+ fundamentales:</p>
+
+ <ul>
+ <li>limita la cantidad de memoria que puede consumir una hebra
+ si hay una filtración (accidental) de memoria;</li>
+
+ <li>poniendo un límite a la vida de las hebras, se ayuda a
+ reducir el número de hebras cuando se reduce la carga de
+ trabajo en el servidor.</li>
+ </ul>
+
+ <note><title>Nota:</title> <p>Para peticiones <directive
+ module="core">KeepAlive</directive>, solo la primera
+ petición se tiene en cuenta para este límite. De hecho, en este
+ caso el límite se impone sobre el número máximo
+ de <em>conexiones</em> por hebra.</p>
+ </note>
+</usage>
+</directivesynopsis>
+
+</modulesynopsis>
+
+
--- /dev/null
+<?xml version="1.0"?>
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
+ [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
+>
+<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
+<!-- English Revision: 1.12 -->
+
+<!--
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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.
+-->
+
+<directiveindex metafile="directives.xml.meta">
+ <title>Índice de Directivas</title>
+ <summary>
+ <p>
+ Todas las directivas disponibles en la distribución
+ estándar de Apache están en la lista que se muestra más
+ abajo. Cada una se describe usando un formato uniforme, y existe
+ un <a href="directive-dict.html" rel="Glossary">glosario</a>
+ de los términos usados en las descripciones que puede
+ consultar.
+ </p>
+
+ <p>
+ También existe una <a href="quickreference.html">Guía Rápida de
+ Referencia de Directivas</a> con información de cada
+ directiva de forma resumida.
+ </p>
+ </summary>
+
+ &allmodules;
+</directiveindex>
+
--- /dev/null
+<?xml version="1.0"?>
+<!DOCTYPE moduleindex SYSTEM "../style/modulesynopsis.dtd"
+ [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
+>
+<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
+<!-- English Revision: 1.10 -->
+
+
+<!--
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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.
+-->
+
+<moduleindex metafile="index.xml.meta">
+ <title>Índice de Módulos</title>
+ <summary>
+ <p>
+ Abajo se muestra una lista con todos los módulos que forman
+ parte de la distribución de Apache. Consulte también la lista
+ alfabética completa de <a href="directives.html">las
+ directivas de Apache</a>.
+ </p>
+ </summary>
+ <seealso><a href="../mpm.html">Módulos de MultiProcesamiento
+ (MPMs)</a>
+ </seealso>
+ <seealso><a href="quickreference.html">Guía Rápida de Referencia de
+ Directivas</a>
+ </seealso>
+
+ &allmodules;
+</moduleindex>
+
--- /dev/null
+<?xml version="1.0"?>
+<!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd"
+ [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
+>
+<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
+<!-- English Revision: 1.10 -->
+
+<!--
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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.
+-->
+
+<quickreference metafile="quickreference.xml.meta">
+ <title>Guía Rápida de Referencia de Directivas</title>
+ <summary>
+ <p>La Guía Rápida de Referencia de Directivas muestra el uso, las
+ opciones por defecto, el estado y el contexto de cada directiva de
+ configuración de Apache. Para más información sobre cada
+ directiva, consulte el <a href="directive-dict.html">Diccionario
+ de Directivas</a>.</p>
+
+ <p>La primera columna muestra el nombre y el uso de la directiva.
+ La segunda columna muestra el valor por defecto de la directiva,
+ si existe ese valor por defecto. Si el valor por defecto es
+ demasiado largo para mostrarlo, el primer caracter va seguido de
+ un signo "+".</p>
+
+ <p>La tercera y la cuarta columna listan los contextos en los que
+ la directiva puede funcionar y el estado de la directiva de
+ acuerdo con las notas que detallan más abajo.</p>
+ </summary>
+
+ <legend>
+ <table>
+ <columnspec><column width=".1"/><column width=".2"/></columnspec>
+ <tr><th>s</th><td>server config</td></tr>
+ <tr><th>v</th><td>virtual host</td></tr>
+ <tr><th>d</th><td>directory</td></tr>
+ <tr><th>h</th><td>.htaccess</td></tr>
+ </table>
+
+ <table>
+ <columnspec><column width=".1"/><column width=".2"/></columnspec>
+ <tr><th>C</th><td>Core</td></tr>
+ <tr><th>M</th><td>MPM</td></tr>
+ <tr><th>B</th><td>Base</td></tr>
+ <tr><th>E</th><td>Extensión</td></tr>
+ <tr><th>X</th><td>Experimental</td></tr>
+ </table>
+ </legend>
+
+ &allmodules;
+</quickreference>
+
--- /dev/null
+<?xml version='1.0' encoding='UTF-8' ?>
+<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
+<!-- English Revision: 1.8 -->
+
+<!--
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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.
+-->
+
+<manualpage metafile="index.xml.meta">
+<parentdocument href="../"/>
+
+ <title>El Servidor Apache y Programas de Soporte</title>
+
+<summary>
+ <p>Esta página contiene toda la documentación sobre los programas
+ ejecutables incluidos en el servidor Apache.</p>
+</summary>
+
+<section id="index"><title>Índice</title>
+
+ <dl>
+ <dt><a href="httpd.html">httpd</a></dt>
+
+ <dd>Servidor Apache del Protocolo de Transmisión de
+ Hipertexto (HTTP)</dd>
+
+ <dt><a href="apachectl.html">apachectl</a></dt>
+
+ <dd>Interfaz de control del servidor HTTP Apache </dd>
+
+ <dt><a href="ab.html">ab</a></dt>
+
+ <dd>Herramienta de benchmarking del Servidor HTTP Apache</dd>
+
+ <dt><a href="apxs.html">apxs</a></dt>
+
+ <dd>Herramienta de Extensión de Apache</dd>
+
+ <dt><a href="configure.html">configure</a></dt>
+
+ <dd>Configuración de la estructura de directorios de Apache</dd>
+
+ <dt><a href="dbmmanage.html">dbmmanage</a></dt>
+
+ <dd>Crea y actualiza los archivos de autentificación de usuarios
+ en formato DBM para autentificación básica</dd>
+
+ <dt><a href="htdigest.html">htdigest</a></dt>
+
+ <dd>Crea y actualiza los ficheros de autentificación de usuarios
+ para autentificación tipo digest</dd>
+
+ <dt><a href="htpasswd.html">htpasswd</a></dt>
+
+ <dd>Crea y actualiza los ficheros de autentificación de usuarios
+ para autentificación básica</dd>
+
+ <dt><a href="logresolve.html">logresolve</a></dt>
+
+ <dd>Resuelve los nombres de host para direcciones IP que estén
+ en los ficheros log de Apache</dd>
+
+ <dt><a href="rotatelogs.html">rotatelogs</a></dt>
+
+ <dd>Renueva los logs de Apache sin parar el servidor</dd>
+
+ <dt><a href="suexec.html">suexec</a></dt>
+
+ <dd>Switch User For Exec. Programa para cambiar la identidad de
+ usuario con la que se ejecuta un CGI</dd>
+
+ <dt><a href="other.html">Otros Programas</a></dt>
+ <dd>Herramientas de soporte sin sección propia en la
+ documentación.</dd>
+ </dl>
+</section>
+
+</manualpage>
+
+