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

Guía Rápida de Referencia de Directivas

Idiomas disponibles: de | en | es | fr | ja | ko | tr | zh-cn

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 carácter 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 | Q | R | S | T | U | V | W | X
sserver config
vvirtual host
ddirectory
h.htaccess
psección de proxy
CCore
MMPM
BBase
EExtensión
XExperimental
TExterno
Treat some errors accepting a new connection as non-fatal to the httpd process.
Configura mejoras para un Protocolo de Escucha de Sockets
Los recursos aceptan información sobre su ruta
Nombre del fichero distribuido de configuración
Activa un script CGI para un handler concreto o 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
Juego de casrácteres que se le añade por defecto a una respuesta del tipo contenido "content-type" 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
assigns an output filter to a particular media-type
Maps the given filename extensions onto the specified content type
Mapea URLs a rutas del sistema de ficheros
Mapea URLs a ubicaciones del sistema de ficheros usando expresiones regulares
Map the full path after the alias in a location.
Controla qué hosts pueden acceder a un área del servidor
Ports that are allowed to CONNECT through the proxy
Determina si Determines whether encoded path separators in URLs are allowed to be passed through
Restringe acceso a los handlers listados
Restringe acceso a los métodos HTTP indicados
Types of directives that are allowed in .htaccess files
Individual directives that are allowed in .htaccess files
Specifies userIDs that are allowed access without password verification
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
Set the minimum filter type eligible for asynchronous handling
Limita el número de conexiones concurrentes por proceso
Configura si se pasan autorización o autenticación a los módulos de más bajo nivel
Autenticación básica falsa usando las expresiones facilitadas para usario y contraseña
Configura el/los proveedor/es de autenticación para esta ubicación
Comprueba contraseñas en proveedores de autenticación como si la Autenticación Digest estuviera en uso en lugar de la Autenticación Básica.
Sets whether token verification is passed to lower level modules
Sets the authentication provider(s) for this location
Pass a bearer authentication token over a proxy connection generated using the given expression
SQL query to look up a password for a user
SQL query to look up a password hash for a user and realm.
Sets the name of the database file containing the list of user groups for authorization
Sets the type of database file that is used to store passwords
Sets the name of a database file containing the list of users and passwords for authentication
Selects the algorithm used to calculate the challenge and response hashes in digest authentication
URIs that are in the same protection space for digest authentication
Enables or disables checking of the nonce-count sent by the client
How long the server nonce is valid
Sets the authentication provider(s) for this location
Determines the quality-of-protection to use in digest authentication
The amount of shared memory to allocate for keeping track of clients
Sets whether authorization and authentication are passed to lower level modules
AuthFormBody fieldname httpd_body d B
The name of a form field carrying the body of the request to attempt on successful login
Disable the CacheControl no-store header on the login page
Fake a Basic Authentication header
AuthFormLocation fieldname httpd_location d B
The name of a form field carrying a URL to redirect to on successful login
The URL of the page to be redirected to should login be required
The URL of the page to be redirected to should login be successful
The URL to redirect to after a user has logged out
AuthFormMethod fieldname httpd_method d B
The name of a form field carrying the method of the request to attempt on successful login
AuthFormMimetype fieldname httpd_mimetype d B
The name of a form field carrying the mimetype of the body of the request to attempt on successful login
AuthFormPassword fieldname httpd_password d B
The name of a form field carrying the login password
Sets the authentication provider(s) for this location
Bypass authentication checks for high traffic sites
The largest size of the form in bytes that will be parsed for the login details
AuthFormUsername fieldname httpd_username d B
The name of a form field carrying the login username
Sets the name of a text file containing the list of user groups for authorization
Specifies the prefix for environment variables set during authorization
Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials.
Optional DN to use in binding to the LDAP server
Password used in conjunction with the bind DN
Language to charset conversion configuration file
Use the authenticated user's credentials to perform authorization comparisons
Use the LDAP server to compare the DNs
When will the module de-reference aliases
AuthLDAPGroupAttribute attribute member uniqueMember + dh E
LDAP attributes used to identify the user members of groups.
Use the DN of the client username when checking for group membership
Determines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server
AuthLDAPInitialBindPattern regex substitution (.*) 1ドル (remote use + dh E
Specifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup
Specifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued.
Use the value of the attribute returned during the user query to set the REMOTE_USER environment variable
Use the DN of the client username to set the REMOTE_USER environment variable
Use the authenticated user's credentials to perform authorization searches
AuthLDAPSubGroupAttribute attribute member uniqueMember + dh E
Specifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups.
AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO + dh E
Specifies which LDAP objectClass values identify directory objects that are groups during sub-group processing.
URL specifying the LDAP search parameters
Controls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections.
Authorization realm for use in HTTP authentication
Specify a context string for use in the cache key
Enable Authn caching configured anywhere
Specify which authn provider(s) to cache for
Select socache backend provider to use
Set a timeout for cache entries
Enclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias
Enables a FastCGI application to handle the check_authn authentication hook.
Defines a FastCGI application as a provider for authentication and/or authorization
Set a claim with the given name and expression, or unset the claim with the given name
Sets the name of the underlying crypto driver to use
The JWS signing algorithm and passphrase/key to sign an outgoing JWT token
The JWS signing algorithm and passphrase/key to verify an incoming JWT token
Enclose a group of directives that represent an extension of a base token provider and referenced by the specified alias
Type of user authentication
Sets the name of a text file containing the list of users and passwords for authentication
Determines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present
Specify the SQL Query for the required operation
Specify a query to look up a login page for the user
Sets the type of database file that is used to store list of user groups
Enclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias
Send '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails
Number of additional Balancers that can be added Post-configuration
Inherit proxy Balancers/Workers defined from the main server
Add a member to a load balancing group
Attempt to persist changes made by the Balancer Manager across restarts.
How the outgoing ETag header should be modified during compression
Maximum input block size
Compression quality
Brotli sliding compression window size
Places the compression ratio in a note for logging
Sets environment variables conditional on HTTP User-Agent
Sets environment variables conditional on User-Agent without respect to case
Buffer log entries in memory before writing to disk
BufferSize integer 131072 dh E
Maximum size in bytes to buffer by the buffer filter
CacheDefaultExpire seconds 3600 (one hour) svdh E
The default duration to cache a document when no expiry date is specified.
Add an X-Cache-Detail header to the response.
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
Cache a list of file handles at startup time
CacheHeader on|off off svdh E
Add an X-Cache header to the response.
Ignore request to not serve cached content to client
Do not store the given HTTP header(s) in the cache.
Ignore the fact that a response has no Last Modified header.
Ignore query string when caching
Ignore defined session identifiers encoded in the URL when caching
Override the base URL of reverse proxied cache keys.
The factor used to compute an expiry date based on the LastModified date.
Enable the thundering herd lock.
Set the maximum possible age of a cache lock.
CacheLockPath directory mod_cache-lock sv E
Set the lock path directory.
CacheMaxExpire seconds 86400 (one day) svdh E
The maximum time in seconds to cache a document
CacheMaxFileSize bytes 1000000 svdh E
The maximum size (in bytes) of a document to be placed in the cache
The minimum time in seconds to cache a document
The minimum size (in bytes) of a document to be placed in the cache
Allows content-negotiated documents to be cached by proxy servers
Run the cache from the quick handler.
The minimum size (in bytes) of the document to read and be cached before sending the data downstream
The minimum time (in milliseconds) that should elapse while reading before data is sent downstream
The directory root under which cache files are stored
The shared object cache implementation to use
The maximum size (in bytes) of an entry to be placed in the cache
The maximum time (in seconds) for a document to be placed in the cache
The minimum time (in seconds) for a document to be placed in the cache
The minimum size (in bytes) of the document to read and be cached before sending the data downstream
The minimum time (in milliseconds) that should elapse while reading before data is sent downstream
Serve stale content in place of 5xx responses.
Attempt to cache responses that the server reports as expired
Attempt to cache requests or responses that have been marked as no-store.
Attempt to cache responses that the server has marked as private
The length of time to wait for more output from the CGI program
Technique for locating the interpreter for CGI scripts
Enables passing HTTP authorization headers to scripts as CGI variables
The length of time to wait for more output from the CGI program
Controls how some CGI variables are set
Charset to translate into
Configures charset translation behavior
Source charset of files
Also match files with differing file name extensions.
Limits the action of the speling module to case corrections
Enables the spelling module
Directory for apache to run chroot(8) after startup.
The domain to which the tracking cookie applies
Expiry time for the tracking cookie
Adds the 'HTTPOnly' attribute to the cookie
CookieName token Apache svdh E
Name of the tracking cookie
Adds the 'SameSite' attribute to the cookie
Adds the 'Secure' attribute to the cookie
Format of the cookie header field
Enables tracking cookie
Directory where Apache HTTP Server attempts to switch before dumping core
CryptoCipher name aes256 svdh E
Cipher to be used by the crypto filter
CryptoDriver name openssl s E
Name of the crypto driver to use
CryptoIV value none svdh E
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none svdh E
Key to be used by the crypto filter
CryptoSize integer 131072 svdh E
Maximum size in bytes to buffer by the crypto filter
Existing directory where data for off-line audit will be stored
Location of certificate-transparency log client tool
Log configuration database supporting dynamic updates
Maximum age of SCT obtained from a log, before it will be refreshed
Level of CT awareness and enforcement for a proxy
Existing directory where SCTs are managed
Limit on number of SCTs that can be returned in ServerHello
Static configuration of information about a log
Static configuration of one or more SCTs for a server certificate
Sets filename and format of log file
Enable WebDAV HTTP methods
Configure repository root path
Allow PROPFIND, Depth: Infinity requests
Allow clients to set resource modification times via the X-OC-Mtime request header
DavLockDB file-path DEFAULT_REL_STATEDI + sv E
Location of the DAV lock database
Database type of the DAV lock database
Enable lock discovery
Minimum amount of time the server holds a lock on a DAV resource
Enable support for Microsoft extensions
Set usage quota
Keepalive time for idle connections
Execute an SQL statement after connecting to a database
Maximum sustained number of connections
DBDMax number 10 sv E
Maximum number of connections
Minimum number of connections
Parameters for database connection
Whether to use persistent connections
Define an SQL prepared statement
Specify an SQL driver
Icon to display for files when no specific icon is configured
Defines a default language-tag to be sent in the Content-Language header field for all resources in the current context that have not been assigned a language-tag by some other means.
DefaultRuntimeDir directory-path DEFAULT_REL_RUNTIME + s C
Base directory for the server run-time files
DefaultStateDir directory-path DEFAULT_REL_STATEDI + s C
Base directory for the persistent state files
This directive has no effect other than to emit warnings if the value is not none. In prior versions, DefaultType would specify a default media type to assign to response content for which no other media type configuration could be found.
Define the existence of a variable
How the outgoing ETag header should be modified during compression
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
Maximum size of inflated request bodies
Maximum number of times the inflation ratio for request bodies can be crossed
Maximum inflation ratio for request bodies
How much memory should be used by zlib for compression
Zlib compression window size
Controla a qué hosts se les deniega el acceso al servidor
Enclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents.
Toggle how this module responds when another handler is configured
List of resources to look for when the client requests a directory
Configures an external redirect for directory indexes.
Enclose directives that apply to the contents of file-system directories matching a regular expression.
Toggle trailing slash redirects on or off
DocumentRoot directory-path /usr/local/apache/h + sv C
Directory that forms the main document tree visible from the web
Determines whether the privileges required by dtrace are enabled.
Dump all input data to the error log
Dump all output data to the error log
Contains directives that apply only if the condition of a previous <If> or <ElseIf> section is not satisfied by a request at runtime
Contains directives that apply only if a condition is satisfied by a request at runtime while the condition of a previous <If> or <ElseIf> section is not satisfied
Enables a hook that runs exception handlers after a crash
Use memory-mapping to read files during delivery
Use the kernel sendfile support to deliver files to the client
Abort configuration parsing with a custom error message
What the server will return to the client in case of an error
ErrorLog file-path|syslog[:facility] logs/error_log (Uni + sv C
Location where the server will log errors
Format specification for error log entries
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
Configure mod_ext_filter options
Define a default URL for requests that don't map to a file or handler
FileETag component ... INode MTime Size svdh C
File attributes used to create the ETag HTTP response header for static files
Contains directives that apply to matched filenames
Contains directives that apply to regular-expression matched filenames
Configure the filter chain
Declare a smart filter
Deal with correct HTTP protocol handling
Register a content filter
Get debug/diagnostic information from mod_filter
Capture traffic coming into the server on each connection
Capture traffic going out of the server on each connection
Capture traffic coming into the back of mod_proxy
Capture traffic sent out from the back of mod_proxy
Capture traffic coming into the server on each request
Capture traffic going out of the server on each request
Maximum number of pipelined responses above which they are flushed to the network
Threshold above which pending data are flushed to the network
Action to take if a single acceptable document is not found
Forces all matching files to be served with the specified media type in the HTTP Content-Type header field
Sets filename of the forensic log
Sets filename and format of log file
Directory to write gmon.out profiling data to.
Specify a timeout after which a gracefully shutdown server will exit.
Group under which the server will answer requests
H2CopyFiles on|off off svdh E
Determine file handling in responses
H2Direct on|off on for h2c, off for + sv E
H2 Direct Protocol Switch
Add a response header to be picked up in 103 Early Hints
Determine sending of 103 status codes
Maximum bytes inside a single HTTP/2 DATA frame
Maximum size of response headers
Maximum number of active streams per HTTP/2 session.
Maximum amount of client caused errors to tolerate
Maximum number of seconds h2 workers remain idle until shut down.
Maximum number of worker threads to use per child process.
Minimal number of worker threads to use per child process.
Require HTTP/2 connections to be "modern TLS" only
Determine buffering behavior of output
Determine the range of padding bytes added to payload frames
En-/Disable forward proxy requests via HTTP/2
H2Push on|off on svdh E
H2 Server Push Switch
H2 Server Push Diary Size
H2 Server Push Priority
Declares resources for early pushing to the client
Serialize Request/Response Processing Switch
Maximum amount of output data buffered per stream.
Maximum time waiting when sending/receiving data to stream processing
Configure the number of seconds of idle time on TLS before shrinking writes
Configure the number of bytes on TLS connection before doing max writes
H2Upgrade on|off on for h2c, off for + svdh E
H2 Upgrade Protocol Switch
En-/Disable WebSockets via HTTP/2
H2WindowSize bytes 65535 sv E
Size of Stream Window for upstream data.
Configure HTTP response headers
Name of the file that will be inserted at the top of the index listing
Multicast address for heartbeat packets
multicast address to listen for incoming heartbeat requests
Specifies the maximum number of servers that will be sending heartbeat requests to this server
Path to store heartbeat data when using flat-file storage
Path to read heartbeat data
Enables DNS lookups on client IP addresses
Modify restrictions on HTTP Request Messages
Enables logging of the RFC 1413 identity of the remote user
Determines the timeout duration for ident requests
Contains directives that apply only if a condition is satisfied by a request at runtime
Encloses directives that will be processed only if a test is true at startup
Encloses directives that are processed conditional on the presence or absence of a specific directive
Encloses directives that will be processed only if file exists at startup
Encloses directives that are processed conditional on the presence or absence of a specific module
Encloses directives that are processed conditional on the presence or absence of a specific section directive
contains version dependent configuration
ImapBase map|referer|URL http://servername/ svdh D
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
Includes other configuration files from within the server configuration files
Includes other configuration files from within the server configuration files
Return an HTTP 404 error instead of Forbidden when options don't permit directory listing
Inserts text in the HEAD section of an index page.
Adds to the list of files to hide when listing a directory
Empties the list of files to hide when listing a directory
Various configuration settings for directory indexing
Sets the default ordering of the directory index
Adds a CSS stylesheet to the directory index
Sed command to filter request data (typically POST data)
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
Enables HTTP persistent connections
Amount of time the server will wait for subsequent requests on a persistent connection
Keep the request body instead of discarding it up to the specified maximum size, for potential use by filters such as mod_include.
The precedence 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
Discard backend connections that have been sitting in the connection pool too long
Specifies the socket connection timeout in seconds
Enable debugging in the LDAP SDK
Number of entries used to cache LDAP compare operations
Time that entries in the operation cache remain valid
The maximum number of referral hops to chase before terminating an LDAP query.
Enable referral chasing during queries to the LDAP server.
Configures the number of LDAP server retries.
Configures the delay between LDAP server retries.
Sets the shared memory cache file
Size in bytes of the shared-memory cache
Specifies the timeout for LDAP search and bind operations, in seconds
Sets the file containing or nickname referring to a per connection client certificate. Not all LDAP toolkits support per connection client certificates.
Sets the file or database containing global trusted Certificate Authority or global client certificates
Specifies the SSL/TLS mode to be used when connecting to an LDAP server.
Force server certificate verification
Restrict enclosed access controls to only certain HTTP methods
Restrict access controls to all HTTP methods except the named ones
Determine maximum number of internal redirects and nested subrequests
Restricts the total size of the HTTP request body sent from the client
Limits the number of HTTP request header fields that will be accepted from the client
Limits the size of the HTTP request header allowed from the client
Limit the size of the HTTP request line that will be accepted from the client
Limits the size of an XML-based request body
IP addresses and ports that the server listens to
Maximum length of the queue of pending connections
Ratio between the number of CPU cores (online) and the number of listeners' buckets
Value set for the socket option TCP_DEFER_ACCEPT if it is set
Link in the named object file or library
Links in the object file or library, and adds to the list of active modules
Applies the enclosed directives only to matching URLs
Applies the enclosed directives only to regular-expression matching URLs
LogFormat format|nickname [nickname] "%h %l %u %t \"%r\" + sv B
Describes a format for use in a log file
Enable tracking of time to first byte (TTFB = time to first byte)
Enable tracking of time to last request byte (TTFU = time to finish upload)
Controls the verbosity of the ErrorLog
Override the verbosity of the ErrorLog for certain clients
Log user-defined message to error log
Plug an authorization provider function into mod_authz_core
Configure the compiled code cache.
Provide a hook for the access_checker phase of request processing
Provide a hook for the auth_checker phase of request processing
Provide a hook for the check_user_id phase of request processing
Provide a hook for the fixups phase of a request processing
Provide a hook for the insert_filter phase of request processing
Provide a hook for the access log phase of a request processing
Provide a hook for the map_to_storage phase of request processing
Provide a hook for the pre_translate phase of a request processing
Provide a hook for the translate name phase of request processing
Provide a hook for the type_checker phase of request processing
Controls how parent configuration sections are merged into children
Provide a Lua function for content input filtering
Map a path to a lua handler
Provide a Lua function for content output filtering
Add a directory to lua's package.cpath
Add a directory to lua's package.path
Provide a hook for the quick handler of request processing
Specify the base path for resolving relative paths for mod_lua directives
One of once, request, conn, thread -- default is once
Define a configuration file macro
Ignore warnings, and does not log, about bad nesting of Macros
Ignore warnings, and does not log, about empty Macro argument(s)
Limit on the number of connections that an individual child server will handle during its life
Number of requests allowed on a persistent connection
Maximum amount of memory that the main allocator is allowed to hold without calling free()
Number of overlapping ranges (eg: 100-200,150-300) allowed before returning the complete resource
Number of range reversals (eg: 100-200,50-70) allowed before returning the complete resource
Number of ranges allowed before returning the complete resource
Maximum number of connections that will be processed simultaneously
Maximum number of idle child server processes
Maximum number of idle threads
Set the maximum number of worker threads
How long to delay activation of new certificates
Control if base server may be managed or only virtual hosts.
File containing x509 trust anchors to verify ACME servers.
MDCAChallenges name [ name ... ] tls-alpn-01 http-01 + s X
Type of ACME challenge used to prove domain ownership.
You confirm that you accepted the Terms of Service of the Certificate Authority.
The URL(s) of the ACME Certificate Authority to use.
Set name and URL pattern for a certificate monitoring site.
Specify a static certificate file for the MD.
Specify a static private key for for the static cerrtificate.
MDCertificateMonitor name url crt.sh https://crt. + s X
The URL of a certificate log monitor.
The protocol to use with the Certificate Authority.
Exposes public certificate information in JSON.
Set the command for setup/teardown of dns-01 challenges
Set the type of arguments to call MDChallengeDns01 with
Determines how often certificates are checked
Email address used for account registration
former name of MDRenewMode.
Set the external account binding keyid and hmac values to use at CA
Define a proxy for outgoing connections.
Sets the root (CA) certificates to use for TLS connections to the http-proxy.
How long to delay the first certificate check.
Determines how DNS names are matched to vhosts
Additional hostname for the managed domain.
Control if the alias domain names are automatically added.
Handle events for Manage Domains
Control if new certificates carry the OCSP Must Staple flag.
Run a program when a Managed Domain is ready.
Define list of domain names that belong to one group.
Container for directives applied to the same managed domains.
MDPortMap map1 [ map2 ] http:80 https:443 s X
Map external to internal ports for domain ownership verification.
Set type and size of the private keys generated.
Use a specific ACME profile from the CA
Control if an MDProfile is mandatory.
Controls if certificates shall be renewed.
usage of the ACME ARI extension (rfc9773).
Control when a certificate will be renewed.
Redirects http: traffic to https: for Managed Domains.
Time length for first retry, doubled on every consecutive error.
The number of errors before a failover to another CA is triggered
Control if Managed Domain information is added to server-status.
Enable stapling for certificates not managed by mod_md.
Enable stapling for all or a particular MDomain.
Controls when old responses should be removed.
Control when the stapling responses will be renewed.
Path on the local file system to store the Managed Domains data.
Configure locking of store for updates
Define the time window when you want to be warned about an expiring certificate.
Keepalive time for idle connections
Controls whether the server merges consecutive slashes in URLs.
Determines whether trailers are merged into headers
MetaDir directory .web svdh D
Name of the directory to find CERN-style meta information files
MetaFiles on|off off svdh D
Activates CERN meta-file processing
MetaSuffix suffix .meta svdh D
File name suffix for the file containing CERN-style meta information
Enable decompression of compressed files for MIME type detection
Enable MIME-type determination based on file contents using the specified magic file
Configures mod_mime behavior
Minimum number of idle child server processes
Minimum number of idle threads available to handle request spikes
Map a list of files into memory at startup time
Modem standard to simulate
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
Configures mutex mechanism and lock file directory for all or specified mutexes
Designates an IP address for name-virtual hosting
Hosts, domains, or networks that will be connected to directly
List of additional client certificates
Allows a connection to be upgraded to an SSL connection upon request
Configures what features are available in a particular directory
Order ordering Deny,Allow dh E
Controla el estado por defecto del acceso y el orden en que se evalúan Allow y Deny.
Sed command for filtering response content
Passes environment variables from the shell
PidFile filename httpd.pid s M
File where the server records the process ID of the daemon
Enable the conditional request policy.
URL describing the conditional request policy.
Override policies based on an environment variable.
Enable or disable policies for the given URL space.
Enable the keepalive policy.
URL describing the keepalive policy.
Enable the content length policy.
URL describing the content length policy.
Enable the caching minimum max-age policy.
URL describing the caching minimum freshness lifetime policy.
Enable the caching no-cache policy.
URL describing the caching no-cache policy.
Enable the content type policy.
URL describing the content type policy.
Enable the validation policy.
URL describing the content type policy.
Enable the Vary policy.
URL describing the content type policy.
Enable the version policy.
URL describing the minimum request HTTP version policy.
Number of poll threads per child process
Trade off processing speed and efficiency vs security against malicious privileges-aware code.
Protocol for a listening socket
Turn the echo server on or off
Protocols protocol ... http/1.1 sv C
Protocols available for a server/virtual host
Determines if order of Protocols determines precedence during negotiation
Container for directives applied to proxied resources
Forward 100-continue expectation to the origin server
Add proxy information in X-Forwarded-* headers
Time to poll synchronously before handing a connection to the MPM for asynchronous processing
Inactivity timeout for asynchronous proxy connections
Determines how to handle bad header lines in a response
Address of the reverse proxy to which a backend sends its announcements
The routable URL a backend announces to the reverse proxy
Name of the balancer that announced backends are added to
How often a backend publishes its announcement
Address on which the reverse proxy receives backend beacons
Maximum allowed age of a signed announcement
Pre-shared secret used to authenticate announcements
How long the proxy waits, without an announcement, before a backend is taken out of rotation
Disallow proxy requests to certain hosts
Default domain name for proxied requests
Override error pages for proxied content
Pathname to DBM file.
DBM type of file.
Enable the module functionality.
Specify the type of backend FastCGI application
Allow variables sent to FastCGI servers to be fixed up
Define the character set for proxied FTP listings
Whether wildcards in requested filenames are escaped when sent to the FTP server
Whether wildcards in requested filenames trigger a file listing
Creates a named condition expression to use to determine health of the backend based on its response
Creates a named template for setting various health check parameters
Sets the total server-wide size of the threadpool used for the health check workers
Sets the buffer size increment for buffering inline scripts and stylesheets.
Specify a charset for mod_proxy_html output.
Sets an HTML or XHTML document type declaration.
Turns the proxy_html filter on or off.
Specify attributes to treat as scripting events.
Determines whether to fix links in inline scripts, stylesheets, and scripting events.
Fixes for simple HTML errors.
Enables per-request interpolation of ProxyHTMLURLMap rules.
Specify HTML elements that have URL attributes to be rewritten.
Turns on or off extra pre-parsing of metadata in HTML <head> sections.
Determines whether to strip HTML comments.
Defines a rule to rewrite HTML links
Determine size of internal data throughput buffer
Container for directives applied to regular-expression-matched proxied resources
Maximum number of proxies that a request can be forwarded through
Maps remote servers into the local server URL-space
Inherit ProxyPass directives defined from the main server
Enable Environment Variable interpolation in Reverse Proxy configurations
Maps remote servers into the local server URL-space using regular expressions
Adjusts the URL in HTTP response headers sent from a reverse proxied server
Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
Adjusts the Path string in Set-Cookie headers 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
Enable or disable internal redirect responses from the backend
Enable evaluation of X-Sendfile pseudo response header
Set various Proxy balancer or member parameters
Set local IP address for outgoing proxy connections
Show Proxy LoadBalancer status in mod_status
Network timeout for proxied requests
Information provided in the Via HTTP response header for proxied requests
Instructs this module to try to create an asynchronous tunnel
Sets the amount of time the tunnel waits synchronously for data
Instructs this module to let mod_proxy_http handle the request
Sets the maximum amount of time to wait for data on the websockets tunnel
Controls whether the REDIRECT_URL environment variable is fully qualified
Size of the buffers used to read data
Name of the file that will be inserted at the end of the index listing
TCP receive buffer size
Envía una redirección externa indicando al cliente que solicite una URL distinta
Envía una redirección externa basada en una coincidencia de expresión regular con la URL actual
Envía una redirección externa permanente indicando al cliente que solicite una URL diferente
Allows relative redirect targets.
Envía una redirección externa temporal indicando al cliente que solicite una URL diferente
TTL used for the connection pool with the Redis server(s)
R/W timeout used for the connection with the Redis server(s)
Reflect an input header to the output headers
Allow to configure global/default options for regexes
Register non-standard HTTP methods
Declare the header field which should be parsed for useragent IP addresses
Declare client intranet IP addresses trusted to present the RemoteIPHeader value
Declare client intranet IP addresses trusted to present the RemoteIPHeader value
Declare the header field which will record all intermediate IP addresses
Enable or disable PROXY protocol handling
Disable processing of PROXY header for certain hosts or networks
Restrict client IP addresses trusted to present the RemoteIPHeader value
Restrict client IP addresses trusted to present the RemoteIPHeader value
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
Set timeout values for completing the TLS handshake, receiving the request headers and/or body from client.
Tests whether an authenticated user is authorized by an authorization provider.
Enclose a group of authorization directives of which none must fail and at least one must succeed for the enclosing directive to succeed.
Enclose a group of authorization directives of which one must succeed for the enclosing directive to succeed.
Enclose a group of authorization directives of which none must succeed for the enclosing directive to not fail.
Sets the base URL for per-directory rewrites
Defines a condition under which rewriting will take place
Enables or disables runtime rewriting engine
Defines a mapping function for key-lookup
Sets some special options for the rewrite engine
Defines rules for the rewriting engine
Limits the CPU consumption of processes launched by Apache httpd children
Limits the memory consumption of processes launched by Apache httpd children
Limits the number of processes that can be launched by processes launched by Apache httpd children
Satisfy Any|All All dh E
Interacción entre control de acceso a nivel-de-hostess y autenticación de usuario
ScoreBoardFile file-path apache_runtime_stat + s M
Location of the file used to store coordination data for the child processes
Activa un script CGI para peticiones con un método concreto.
Mapea una URL a una ubicación del sistema de ficheros y designa el destino como un script CGI
Mapea una URL a una ubicación del sistema de ficheros usando una expresión regular y designa el destino como un script CGI
Technique for locating the interpreter for CGI scripts
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
The filename prefix of the socket to use for communication with the cgi daemon
Enables SSL encryption for the specified port
Determine if mod_status displays the first 63 characters of a request or the last 63, assuming the request itself is greater than 63 chars.
TCP buffer size
Email address that the server includes in error messages sent to the client
Alternate names for a host used when matching requests to name-virtual hosts
Upper limit on configurable number of processes
Hostname and port that the server uses to identify itself
Legacy URL pathname for a name-based virtual host that is accessed by an incompatible browser
ServerRoot directory-path /usr/local/apache s C
Base directory for the server installation
Configures the footer on server-generated documents
Configures the Server HTTP response header
Session On|Off Off svdh E
Enables a session for the current directory or location
Control whether session cookies have Max-Age transmitted to the client
Name and attributes for the RFC2109 cookie storing the session
Name and attributes for the RFC2965 cookie storing the session
Control for whether session cookies should be removed from incoming HTTP headers
The crypto cipher to be used to encrypt the session
The crypto driver to be used to encrypt the session
The key used to encrypt the session
File containing keys used to encrypt the session
Name and attributes for the RFC2109 cookie storing the session ID
Name and attributes for the RFC2965 cookie storing the session ID
Control for whether session ID cookies should be removed from incoming HTTP headers
SessionDBDDeleteLabel label deletesession svdh E
The SQL query to use to remove sessions from the database
SessionDBDInsertLabel label insertsession svdh E
The SQL query to use to insert sessions into the database
Enable a per user session
SessionDBDSelectLabel label selectsession svdh E
The SQL query to use to select sessions from the database
SessionDBDUpdateLabel label updatesession svdh E
The SQL query to use to update existing sessions in the database
SessionEnv On|Off Off svdh E
Control whether the contents of the session are written to the HTTP_SESSION environment variable
Define URL prefixes for which a session is ignored
SessionExpiryUpdateInterval interval 0 (always update) svdh E
Define the number of seconds a session's expiry may change without the session being updated
Import session updates from a given HTTP response header
Define URL prefixes for which a session is valid
Define a maximum age in seconds for a session
Sets environment variables
Sets environment variables based on attributes of the request
Sets environment variables based on an ap_expr expression
Sets environment variables based on attributes of the request without respect to case
Forces all matching files to be processed by a handler
Sets the filters that will process client requests and POST input
Sets the filters that will process responses from the server
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
SSIETag on|off off dh B
Controls whether ETags are generated by the server.
Controls whether Last-Modified headers are generated by the server.
Enable compatibility mode for conditional expressions.
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
SSIUndefinedEcho string "(none)" svdh B
String displayed when an unset variable is echoed
Fichero de Certificados CA concatenados y codificados en PEM para la Autenticación de Cliente
Directorio de certificados CA codificados en PEM para la autenticación de Cliente
Fichero de certificados CA concatenados codificados en PEM para definir nombres de CA aceptables
Directorio de Certificados CA codificados en PEM para definir nombres de CA aceptables
Activar comprobación de revocación basada en CRL
Fichero de CRL's de CA concatenados y codificados en PEM para la Autenticación de ClienteFile of concatenated PEM-encoded CA CRLs for
Directorio de CRLs de CA codificados en PEM para la Autenticación de Cliente
Fichero de Certificados CA de Servidor codificado en PEM
Fichero de datos Certificado X.509 codificado en PEM
Fichero de clave privada de Servidor codificada en PEM
SSLCipherSuite especificación-de-cifrado DEFAULT (depende de + svdh E
Conjunto de Cifrados disponibles para negociación en el saludo SSL
Enable collection of ClientHello variables
Activa la compresión a nivel de SSL
Activar el uso de un hardware acelerador criptográfico
Load the set of Encrypted Client Hello (ECH) PEM files in the named directory
Interruptor de Activación del motor SSL
Interruptor del modo SSL FIPS
Opción para forzar el orden de preferencia de cifrados del servidor
Configura la URI por defecto del respondedor para la validación OCSP
Activa la validación OCSP para la cadena de certificados del cliente
Salta la verificación de certificados de respondedor OCSP
Fuerza el uso de una URI de respondedor por defecto para la validación OCSP
URL de Proxy a utilizar para las consultas OCSP
Conjunto de certificados de respondedor OCSP confiables codificados en PEM
Expiración de las consultas OCSP
Edad máxima permitida para las respuestas OCSP
Desviación máxima de tiempo permitida para la validación de la respuesta OCSP
Usar un nonce dentro de las consultas OCSP
Configura parámetros OpenSSL a través de su API SSL_CONF
Configurar varias opciones del motor SSL en tiempo real
Tipo de díalogo de solicitud de contraseña para claves privadas encriptadas
Aplica una Política SSL por nombre
Configura versiones de protocolo SSL/TLS utilizables
Fichero de Certificados CA concatenados codificados en PEM para la Autenticación Remota del Servidor
Directorio de Certificados CA codificados en PEM para la Autenticación de Servidor Remoto
Activa la comprobación de revocación basada en CRL para la Autenticación Remota de Servidor
Fichero de CRLs de CA codificados en PEM concatenados para la Autenticación Remota de Servidor
Directorio de CRLs de CA codificadas en PEM para la Autenticación Remota de Servidor
Comprobar el campo CN del certificado del servidor remoto
Comprobar si el certificado del servidor remoto está expirado
Configure comprobación de nombre de host para certificados de servidor remoto
Conjunto de Cifrados disponibles para negociación en el saludo SSL de proxy
Interruptor de Operación del Motor de Proxy SSL
Fichero de certificados CA concatenados y codificados en PEM para ser usados por el proxy para elegir un certificado
Fichero de certificados cliente codificados en PEM y claves para ser usadas por el proxy
Directorio de certificados cliente codificados en PEM y claves para ser usadas por el proxy
Configure sabores de protocolo SSL utilizables para uso de proxy
Proxy certificate and key stores
Proxy CA certificate store for Remote Server Auth
Tipo de verficación de certificado del servidor remoto
Máxima profundidad de los Certificados CA en la verificación del Certificado en el Servidor Remoto
Fuente de generación de semilla pseudoaleatoria de números (PRNG)
Configure el tamaño para el búfer de renegociación SSL
Permite acceso sólo cuando una compleja expresión booleana arbitraría es cierta
Denegar el acceso cuando no se usa SSL para la petición HTTP
Tipo de la Caché global/interproceso de la sesión SSL
Número de segundos antes de que la sesión SSL expira en la Cache de Sesión
Clave persistente de encriptación/desencriptación para ticket de sesión TLS
Activa o desactiva el uso de tickets de sesión TLS
Semilla de usuario desconocido SRP
Ruta hacia el fichero verificador SRP
Configura la cache del stapling de OCSP
Número de segundos antes de expirar respuestas inválidas en la cache del stapling de OCSP
Sintetiza respuestas "tryLater" para consultas fallidas de stapling de OCSP
Sobreescribe la URI especificada por el respondedor OCSP especificada en la extensión AIA del certificado
Tiempo máximo para las consultas de stapling de OCSP
Edad máxima permitida para respuesta de stapling OCSP
Tiempo máximo permitido para la validación del stapling OCSP
Pasa los errores relacionados con stapling de OCSP al cliente
Número de segundos antes de expirar las respuestas en la cache del stapling de OCSP
Server certificate and key store
Permitir o no a clientes no-SNI acceder a host virtuales basados en nombre.
certificate store of CA Certificates for defining acceptable CA names
Server CA certificate store for Client Authentication
Nombre de variable para determinar el nombre de usuario
Activa stapling de las respuestas OCSP en el saludo TLS
Tipo de verificación de Certificado Cliente
Profundidad máxima de Certificados CA en la verificación de Certificado Cliente
Set compatibility policy for SNI client access to virtual hosts.
Number of child server processes created at startup
Number of threads created on startup
Controls whether the server requires the requested hostname be listed enumerated in the virtual host handling the request
Pattern to filter the response content
Change the merge order of inherited patterns
Set the maximum line size
Enable or disable the suEXEC feature
User and group for CGI programs to run as
Sets the upper limit on the configurable number of threads per child process
Number of threads created by each child process
The size in bytes of the stack used by threads handling client connections
Amount of time the server will wait for certain events before failing a request
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
Controls what UNC host names can be accessed by the server
Undefine the existence of a variable
Undefine a macro
Removes variables from the environment
Use a macro
Configures how the server determines its own name and port
Configures how the server determines its own name and port
The userid under which the server will answer requests
Location of the user-specific directories
Determines whether the virtualhost can run subprocesses, and the privileges available to subprocesses.
Assign arbitrary privileges to subprocesses created by a virtual host.
Sets the Group ID under which a virtual host runs.
Assign arbitrary privileges to a virtual host.
Determines whether the server runs with enhanced security for the virtualhost.
Sets the User ID under which a virtual host runs.
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
Contains directives that apply only to a specific hostname or IP address
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
Warn from configuration parsing with a custom message
Watchdog interval in seconds
Parse SSI directives in files with the execute bit set
Recognize Aliases for encoding values
Sets a default encoding to assume when absolutely no information can be automatically detected
Advise the parser to skip leading junk.

Idiomas disponibles: de | en | es | fr | ja | ko | tr | zh-cn

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