<-
Apache > Servidor HTTP > Documentación > Versión 2.0 > Módulos

Please note

This document refers to the 2.0 version of Apache httpd, which is no longer maintained. Upgrade, and refer to the current version of httpd instead, documented at:

You may follow this link to go to the current version of this document.

Guía Rápida de Referencia de Directivas

Idiomas disponibles: de | en | es | ja | ko | ru | tr

Esta traducción podría estar obsoleta. Consulte la versión en inglés de la documentación para comprobar si se han producido cambios recientemente.

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 Diccionario de Directivas.

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 "+".

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.

A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
sserver config
vvirtual host
ddirectory
h.htaccess
CCore
MMPM
BBase
EExtensión
XExperimental
Método que usa Apache para serializar múltiples procesos hijo que aceptan peticiones en las conexiones de red
Especifica si los recursos aceptan información de path añadida (trailing pathname information)
Nombre del fichero de configuración distribuida
Activates a CGI script for a particular handler or content-type
Alternate text to display for a file, instead of an icon selected by filename
Alternate text to display for a file instead of an icon selected by MIME-encoding
Alternate text to display for a file, instead of an icon selected by MIME content-type
Maps the given filename extensions to the specified content charset
Parámetro del conjunto de caracteres que se añade cuando el tipo de contenido de una respuesta es text/plain o text/html
Description to display for a file
Maps the given filename extensions to the specified encoding type
Maps the filename extensions to the specified handler
Icon to display for a file selected by name
Icon to display next to files selected by MIME content-encoding
Icon to display next to files selected by MIME content-type
Maps filename extensions to the filters that will process client requests
Maps the given filename extension to the specified content language
Adds additional information to the module information displayed by the server-info handler
Maps filename extensions to the filters that will process responses from the server
Asigna un filtro de salida a un tipo MIME en particular
Maps the given filename extensions onto the specified content type
Maps URLs to filesystem locations
Maps URLs to filesystem locations using regular expressions
Controls which hosts can access an area of the server
Ports that are allowed to CONNECT through the proxy
Determina si se acepta el uso de separadores de ubicación codificados en las URLs
Tipos de directivas que cuyo uso está permitido en los ficheros .htaccess
Specifies userIDs that are allowed access without password verification
Configures if authorization will fall-through to other methods
Sets whether the password entered will be logged in the error log
Specifies whether blank passwords are allowed
Sets whether the userID field may be empty
Sets whether to check the password field for a correctly formatted email address
Tie a virtual host to a user and group ID
Sets whether authorization and authentication are passed to lower level modules
Sets whether authentication and authorization will be passed on to lower level modules
Sets the name of the database file containing the list of user groups for authentication
Sets the type of database file that is used to store passwords
Sets thename of a database file containing the list of users and passwords for authentication
Selects the algorithm used to calculate the challenge and response hases in digest authentication
URIs that are in the same protection space for digest authentication
Location of the text file containing the list of users and encoded passwords for digest authentication
Name of the text file containing the list of groups for digest authentication
Enables or disables checking of the nonce-count sent by the server
Determines how the nonce is generated
How long the server nonce is valid
Determines the quality-of-protection to use in digest authentication
The amount of shared memory to allocate for keeping track of clients
Sets the name of a text file containing the list of user groups for authentication
Prevent other authentication modules from authenticating the user if this one fails
Optional DN to use in binding to the LDAP server
Password used in conjuction with the bind DN
Language to charset conversion configuration file
Use the LDAP server to compare the DNs
When will the module de-reference aliases
Turn on or off LDAP authentication
Allow LDAP authentication to work with MS FrontPage
LDAP attributes used to check for group membership
Use the DN of the client username when checking for group membership
Use the DN of the client username to set the REMOTE_USER environment variable
URL specifying the LDAP search parameters
Ambito de autorización para su uso en autentificación HTTP
Tipo de autentificación de usuarios
Sets the name of a text file containing the list of users and passwords for authentication
Sets environment variables conditional on HTTP User-Agent
Sets environment variables conditional on User-Agent without respect to case
Define la cuenta sin privilegios en máquinas BS2000
Buffer log entries in memory before writing to disk
CacheDefaultExpire seconds 3600 (one hour) sv X
The default duration to cache a document when no expiry date is specified.
The number of characters in subdirectory names
The number of levels of subdirectories in the cache.
Disable caching of specified URLs
Enable caching of specified URLs using a specified storage manager
Indicates if the cache observes Expires dates when seeking files
Cache a list of file handles at startup time
Percentage of document served, after which the server will complete caching the file even if the request is cancelled.
The time to retain unchanged cached files that match a URL
The recurring time each day for garbage collection to be run. (24 hour clock)
The interval between garbage collection attempts.
The maximum kilobytes of memory used for garbage collection
The time to retain unreferenced cached files that match a URL.
Ignore the fact that the client requested the content not be cached.
Do not store the given HTTP header(s) in the cache.
Ignore the fact that a response has no Last Modified header.
The factor used to compute an expiry date based on the LastModified date.
CacheMaxExpire seconds 86400 (one day) sv X
The maximum time in seconds to cache a document
The maximum size (in bytes) of a document to be placed in the cache
The minimum size (in bytes) of a document to be placed in the cache
Allows content-negotiated documents to be cached by proxy servers
The directory root under which cache files are stored
CacheSize KBytes 1000000 sv X
The maximum amount of disk space that will be used by the cache in KBytes
The minimum time margin to cache a document
Técnica para localizar un intérprete de scripts CGI
Charset to translate into
CharsetOptions option [option] ... DebugLevel=0 NoImpl + svdh X
Configures charset translation behavior
Source charset of files
Enables the spelling module
Specify user ID and group ID for a number of child processes
Activa la generación de cabeceras de respuesta HTTP Content-MD5
The domain to which the tracking cookie applies
Expiry time for the tracking cookie
Sets filename for the logging of cookies
CookieName token Apache svdh E
Name of the tracking cookie
Format of the cookie header field
Enables tracking cookie
Directorio al que Apache intenta cambiarse antes de realizar un volcado de memoria
Sets filename and format of log file
Enable WebDAV HTTP methods
Allow PROPFIND, Depth: Infinity requests
Location of the DAV lock database
Minimum amount of time the server holds a lock on a DAV resource
Icon to display for files when no specific icon is configured
Sets all files in the given scope to the specified language
DefaultType MIME-type text/plain svdh C
Tipo de contenido MIME por defecto que usará el servidor si no puede determinar el tipo MIME en concreto del documento a servir
Fragment size to be compressed at one time by zlib
How much compression do we apply to the output
Places the compression ratio in a note for logging
How much memory should be used by zlib for compression
Zlib compression window size
Controls which hosts are denied access to the server
Engloba a un grupo de directivas que se aplicarán solamente al directorio del sistema de ficheros especificado y a sus subdirectorios
List of resources to look for when the client requests a directory
Incluye las directivas que se aplican a los directorios y subdirectorios del sistema de ficheros que equivalen a una expresión regular
Toggle trailing slash redirects on or off
DocumentRoot directory-path /usr/local/apache/h + sv C
Directorio principal que contiene la estructura de directorios visible desde la web
Dump all input data to the error log
Dump all output data to the error log
Activa un hook que inicia handlers de excepción después de un error irrecuperable
Permite el uso de mapeo de memoria para leer archivos mientras se sirven
Permite el uso del soporte de sendfile del kernel para servir ficheros @@@@@ Use the kernel sendfile support to deliver files to the client @@@@@
Es lo que el servidor devuelve al cliente si se produce algún error
ErrorLog file-path|syslog[:facility] logs/error_log (Uni + sv C
Ubicación del fichero en el que se almacenan los mensajes de error
Example svdh X
Demonstration directive to illustrate the Apache module API
Enables generation of Expires headers
Value of the Expires header configured by MIME type
Default algorithm for calculating expiration time
Keep track of extended status information for each request
Define an external filter
ExtFilterOptions option [option] ... DebugLevel=0 NoLogS + d E
Configure mod_ext_filter options
FileETag component ... INode MTime Size svdh C
Atributos de fichero usados para crear la ETAG de la cabecera de respuesta HTTP
Contiene directivas que se aplican a los ficheros cuyos nombres coincidan con los que se especifiquen
Contiene las directivas que se aplican a los ficheros cuyos nombres equivalen a las expresiones regulares que se especifiquen
Action to take if a single acceptable document is not found
Hace que todos los ficheros cuyos nombres tengan una equivalencia con con lo que se especifique sean servidos como contenido del tipo MIME que se establezca
Sets filename of the forensic log
Grupo con el que el servidor atenderá las peticiones
Configure HTTP response headers
Name of the file that will be inserted at the top of the index listing
Activa la resolución de DNS de las direcciones IP de los clientes
Activa que se registre en los archivos log la entidad RFC1413 del usuario remoto
Engloba directivas que serán procesadas solo si se cumple una determinada condición al iniciar el servidor
Engloba directivas que se procesan de forma condicional según esté presente o ausente un módulo específico
contains version dependent configuration
ImapBase map|referer|URL http://servername/ svdh B
Default base for imagemap files
Default action when an imagemap is called with coordinates that are not explicitly mapped
Action if no coordinates are given when calling an imagemap
Incluye otros ficheros de configuración dentro de los ficheros de configuración del servidor
Adds to the list of files to hide when listing a directory
Various configuration settings for directory indexing
Sets the default ordering of the directory index
Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log
Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field
ISAPI .dll files to be loaded at startup
Fake asynchronous support for ISAPI callbacks
Log unsupported feature requests from ISAPI extensions
Size of the Read Ahead Buffer sent to ISAPI extensions
Permite que se establezcan conexiones HTTP persistentes
Tiempo que el servidor esperará peticiones subsiguientes en conexiones persistentes
The precendence of language variants for cases where the client does not express a preference
Maximum number of entries in the primary LDAP cache
Time that cached items remain valid
Specifies the socket connection timeout in seconds
Number of entries used to cache LDAP compare operations
Time that entries in the operation cache remain valid
Sets the shared memory cache file
Size in bytes of the shared-memory cache
Sets the file containing the trusted Certificate Authority certificate or database
Specifies the type of the Certificate Authority file
Restringe la aplicación de los controles de acceso incluidos a solo ciertos métodos HTTP
Restringe los controles de acceso a todos los métodos HTTP excepto a los que se especifiquen
Determina el número máximo de redirecciones internas y subpeticiones anidadas
Restringe el tamaño total del cuerpo de las peticiones HTTP enviadas desde el cliente
Limita el número de campos de la cabecera de las peticiones HTTP del cliente que serán aceptadas
Limita el tamaño permitido de las cabeceras de las peticiones HTTP de los clientes
Limita el tamaño la línea de petición HTTP que será aceptada
Limita el tamaño del cuerpo de una petición XML
Direcciones IP y puertos en los que escucha el servidor
Longitud máxima de la cola de conexiones en espera
Link in the named object file or library
Links in the object file or library, and adds to the list of active modules
Aplica las directivas que contiene solo a las URLs que tengan una equivalencia con los valores que se especifiquen
Aplica las directiva que incluye solo a las URLs que tengan equivalencia con alguna de las expresiones regulares que se especifiquen
LockFile filename logs/accept.lock s M
Ubicación del fichero de lock de serialización de aceptacioón de peticiones
LogFormat format|nickname [nickname] "%h %l %u %t \"%r\" + sv B
Describes a format for use in a log file
LogLevel level warn sv C
Controla la extensión de los mensajes que se almacenan en el ErrorLog
Número máximo de procesos hijo que serán creados para atender peticiones
Número de peticiones permitidas en una conexión persistente
Cantidad máxima de memoria que el asignador principal puede tomar sin hacer una llamada a free()
Number of ranges allowed before returning the complete resource
Límite en el número de peticiones que un proceso hijo puede atender durante su vida
Limita el número de peticiones que una hebra (thread) puede atender durante su vida
Número máximo de procesos hijo en espera que puede tener el servdor
Número máximo de hebras en espera
Set the maximum number of worker threads
Maximum number of threads per child process
The maximum number of objects allowed to be placed in the cache
The maximum size (in bytes) of a document allowed in the cache
MCacheMaxStreamingBuffer size_in_bytes the smaller of 1000 + s X
Maximum amount of a streamed response to buffer in memory before declaring the response uncacheable
The minimum size (in bytes) of a document to be allowed in the cache
The algorithm used to select documents for removal from the cache
The maximum amount of memory used by the cache in KBytes
MetaDir directory .web svdh E
Name of the directory to find CERN-style meta information files
MetaFiles on|off off svdh E
Activates CERN meta-file processing
MetaSuffix suffix .meta svdh E
File name suffix for the file containg CERN-style meta information
Enable MIME-type determination based on file contents using the specified magic file
Número mínimo de procesos hijo en espera
Número mínimo de hebras en espera para atender picos de demanda en las peticiones
Map a list of files into memory at startup time
Tells mod_mime to treat path_info components as part of the filename
The types of files that will be included when searching for a matching file with MultiViews
Designa una dirección IP para usar hosting virtual basado en nombres
Hosts, domains, or networks that will be connected to directly
Total number of children alive at the same time
List of additional client certificates
Allows a connection to be upgraded to an SSL connection upon request
Configura las funcionalidades disponibles en un directorio en particular
Order ordering Deny,Allow dh B
Controls the default access state and the order in which Allow and Deny are evaluated.
Passes environment variables from the shell
PidFile filename logs/httpd.pid s M
Fichero en el que el servidor guarda el ID del proceso demonio de escucha (daemon)
Turn the echo server on or off
Container for directives applied to proxied resources
Determines how to handle bad header lines in a response
Words, hosts, or domains that are banned from being proxied
Default domain name for proxied requests
Override error pages for proxied content
Define the character set for proxied FTP listings
Determine size of internal data throughput buffer
Container for directives applied to regular-expression-matched proxied resources
Maximium number of proxies that a request can be forwarded through
Maps remote servers into the local server URL-space
Adjusts the URL in HTTP response headers sent from a reverse proxied server
Use incoming Host HTTP request header for proxy request
Network buffer size for proxied HTTP and FTP connections
Remote proxy used to handle certain requests
Remote proxy used to handle requests matched by regular expressions
Enables forward (standard) proxy requests
Network timeout for proxied requests
Information provided in the Via HTTP response header for proxied requests
Name of the file that will be inserted at the end of the index listing
TCP receive buffer size
Sends an external redirect asking the client to fetch a different URL
Sends an external redirect based on a regular expression match of the current URL
Sends an external permanent redirect asking the client to fetch a different URL
Sends an external temporary redirect asking the client to fetch a different URL
Removes any character set associations for a set of file extensions
Removes any content encoding associations for a set of file extensions
Removes any handler associations for a set of file extensions
Removes any input filter associations for a set of file extensions
Removes any language associations for a set of file extensions
Removes any output filter associations for a set of file extensions
Removes any content type associations for a set of file extensions
Configure HTTP request headers
Selecciona qué usuarios autentificados pueden acceder a un recurso
Sets the base URL for per-directory rewrites
Defines a condition under which rewriting will take place
Enables or disables runtime rewriting engine
Sets the name of the lock file used for RewriteMap synchronization
Sets the name of the file used for logging rewrite engine processing
Sets the verbosity of the log file used by the rewrite engine
Defines a mapping function for key-lookup
RewriteOptions Options MaxRedirects=10 svdh E
Sets some special options for the rewrite engine
Defines rules for the rewriting engine
Limita el consumo de tiempo de CPU que pueden hacer proceses creados por procesos hijo de Apache
Limita el consumo de memoria que pueden hacer procesos creados por procesos hijo de Apache
Limita el número de procesos que pueden crearse por parte de procesos creados por procesos hijo de Apache
Satisfy Any|All All dh C
Interacción entre el control de acceso basado en host y la autentificación de usuarios
ScoreBoardFile file-path logs/apache_status s M
Ubicación del fichero que almacena los datos necesarios para coordinar el funcionamiento de los procesos hijo del servidor
Activates a CGI script for a particular request method.
Maps a URL to a filesystem location and designates the target as a CGI script
Maps a URL to a filesystem location using a regular expression and designates the target as a CGI script
Técnica para ubicar el intérprete de scripts CGI's
Location of the CGI script error logfile
Maximum amount of PUT or POST requests that will be recorded in the scriptlog
ScriptLogLength bytes 10385760 sv B
Size limit of the CGI script logfile
ScriptSock file-path logs/cgisock sv B
The name of the socket to use for communication with the cgi daemon
Enables SSL encryption for the specified port
Tamaño del buffer TCP
Dirección de email que el servidor incluye en los mensajes de error que se envían al cliente
Nombres alternativos usados para un host cuando se intentan encontrar equivalencias a hosts virtuales basados en el nombre
Límite superior del número configurable de procesos
Nombre de host y número de puerto que el servidor usa para identificarse
URL que se usará para hosts virtuales basados en nombre que son accedidos con un navegador incompatible
ServerRoot directory-path /usr/local/apache s C
Directorio base de la instalación del servidor
Configura el pie de página en documentos generados por el servidor
Configura la cabecera de respuesta HTTP Server
Sets environment variables
Sets environment variables based on attributes of the request
Sets environment variables based on attributes of the request without respect to case
Hace que todos los ficheros que correspondan con el valor especificado sean procesados obligatoriamente por un handler
Especifica los filtros que procesarán las peticiones de los clientes y el contenido de peticiones POST
Especifica los filtros que procesarán las respuestas del servidor
SSIEndTag tag "-->" sv B
String that ends an include element
SSIErrorMsg message "[an error occurred + svdh B
Error message displayed when there is an SSI error
SSIStartTag tag "<!--#" sv B
String that starts an include element
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M + svdh B
Configures the format in which date strings are displayed
String displayed when an unset variable is echoed
File of concatenated PEM-encoded CA Certificates for Client Auth
Directory of PEM-encoded CA Certificates for Client Auth
File of concatenated PEM-encoded CA CRLs for Client Auth
Directory of PEM-encoded CA CRLs for Client Auth
File of PEM-encoded Server CA Certificates
Server PEM-encoded X.509 Certificate file
Server PEM-encoded Private Key file
SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + svdh E
Cipher Suite available for negotiation in SSL handshake
SSL Engine Operation Switch
Option to prefer the server's cipher preference order
Option to enable support for insecure renegotiation
SSLMutex type none s E
Semaphore for internal mutual exclusion of operations
Configure various SSL engine run-time options
Type of pass phrase dialog for encrypted private keys
Configure usable SSL protocol flavors
File of concatenated PEM-encoded CA Certificates for Remote Server Auth
Directory of PEM-encoded CA Certificates for Remote Server Auth
File of concatenated PEM-encoded CA CRLs for Remote Server Auth
Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + svdh E
Cipher Suite available for negotiation in SSL proxy handshake
SSL Proxy Engine Operation Switch
File of concatenated PEM-encoded client certificates and keys to be used by the proxy
Directory of PEM-encoded client certificates and keys to be used by the proxy
Configure usable SSL protocol flavors for proxy usage
Type of remote server Certificate verification
Maximum depth of CA Certificates in Remote Server Certificate verification
Pseudo Random Number Generator (PRNG) seeding source
Allow access only when an arbitrarily complex boolean expression is true
Deny access when SSL is not used for the HTTP request
Type of the global/inter-process SSL Session Cache
Number of seconds before an SSL session expires in the Session Cache
Variable name to determine user name
Type of Client Certificate verification
Maximum depth of CA Certificates in Client Certificate verification
Número de procesos hijo del servidor que se crean al iniciar Apache
Número de hebras que se crean al iniciar Apache
User and group for CGI programs to run as
Marca el límite superior del número de hebras por proceso hijo que pueden especificarse
Número de hebras creadas por cada proceso hijo
Determine the stack size for each thread
Cantidad de tiempo que el servidor esperará para que ocurran determinados eventos antes de cerrar una petición
Determines the behaviour on TRACE requests
Specify location of a log file
TypesConfig file-path conf/mime.types s B
The location of the mime.types file
Removes variables from the environment
Configura la forma en que el servidor determina su propio nombre u puerto
Nombre de usuario con el que el servidor responderá a las peticiones
UserDir directory-filename public_html sv B
Location of the user-specific directories
Dynamically configure the location of the document root for a given virtual host
Dynamically configure the location of the document root for a given virtual host
Contiene las directivas que se aplican solo a un nombre de host específico o dirección IP
Dynamically configure the location of the CGI directory for a given virtual host
Dynamically configure the location of the cgi directory for a given virtual host
Usa accept() en lugar de AcceptEx() para aceptar conexiones de red
Parse SSI directives in files with the execute bit set

Idiomas disponibles: de | en | es | ja | ko | ru | tr

AltStyle によって変換されたページ (->オリジナル) /