mirror of
https://github.com/apache/httpd.git
synced 2025-06-03 10:42:03 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151414 13f79535-47bb-0310-9956-ffa450edef68
63 lines
2.4 KiB
JavaScript
63 lines
2.4 KiB
JavaScript
<?xml version="1.0"?>
|
|
<!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
|
|
<!-- English Revision: 151408 -->
|
|
|
|
<!--
|
|
Copyright 2004-2005 The Apache Software Foundation or its licensors,
|
|
as applicable.
|
|
|
|
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>
|
|
</quickreference>
|
|
|