From: André Malo Date: Sat, 11 Dec 2010 00:36:46 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.0.65~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e4f0d0cffcec69f8f66ff19b98b4dd5fb38956;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044555 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/beos.html.es b/docs/manual/mod/beos.html.es index 0d7644c289c..ce75470859c 100644 --- a/docs/manual/mod/beos.html.es +++ b/docs/manual/mod/beos.html.es @@ -54,6 +54,7 @@ optimizado para BeOS.
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • StartThreads
  • diff --git a/docs/manual/mod/beos.html.ko.euc-kr b/docs/manual/mod/beos.html.ko.euc-kr index 47269a587bb..18a3a0f2838 100644 --- a/docs/manual/mod/beos.html.ko.euc-kr +++ b/docs/manual/mod/beos.html.ko.euc-kr @@ -49,6 +49,7 @@
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • StartThreads
  • diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 5ace7279b75..2b8bbc10abb 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -97,6 +97,7 @@ est
  • SetInputFilter
  • SetOutputFilter
  • TimeOut
  • +
  • TraceEnable
  • UseCanonicalName
  • <VirtualHost>
  • @@ -3219,6 +3220,19 @@ petici
    top
    +

    TraceEnable Directiva

    + + + + + + + + +
    Descripción:Determines the behaviour on TRACE +requests
    Sintaxis:TraceEnable [on|off|extended]
    Valor por defecto:TraceEnable on
    Contexto:server config
    Estado:Core
    Módulo:core
    Compatibilidad:Available in Apache 1.3.34, 2.0.55 and later

    The documentation of this directive was not translated yet. + Please refer to the English version.

    +
    top

    UseCanonicalName Directiva

    Descripción:Configura la forma en que el servidor determina su propio diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index f310fdf8750..32ce22ee5fb 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -94,6 +94,7 @@
  • SetInputFilter
  • SetOutputFilter
  • TimeOut
  • +
  • TraceEnable
  • UseCanonicalName
  • <VirtualHost>
  • @@ -2992,6 +2993,19 @@ Apache がファイルをアクセスするために使うファイルシステ
    top
    +

    TraceEnable ディレクティブ

    + + + + + + + + +
    説明:Determines the behaviour on TRACE +requests
    構文:TraceEnable [on|off|extended]
    デフォルト:TraceEnable on
    コンテキスト:サーバ設定ファイル
    ステータス:Core
    モジュール:core
    互換性:Available in Apache 1.3.34, 2.0.55 and later

    The documentation of this directive was not translated yet. + Please refer to the English version.

    +
    top

    UseCanonicalName ディレクティブ

    diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 02852f2a717..afb637d281e 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -293,6 +293,7 @@
  • ProxyTimeout
  • ProxyVia
  • ReadmeName
  • +
  • ReceiveBufferSize
  • Redirect
  • RedirectMatch
  • RedirectPermanent
  • @@ -389,6 +390,7 @@
  • ThreadsPerChild
  • ThreadStackSize
  • TimeOut
  • +
  • TraceEnable
  • TransferLog
  • TypesConfig
  • UnsetEnv
  • diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index d81d6a049a8..bf370a66eff 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -107,6 +107,7 @@
  • BrowserMatch
  • BrowserMatchNoCase
  • BS2000Account
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • @@ -287,6 +288,7 @@
  • ProxyTimeout
  • ProxyVia
  • ReadmeName
  • +
  • ReceiveBufferSize
  • Redirect
  • RedirectMatch
  • RedirectPermanent
  • @@ -383,6 +385,7 @@
  • ThreadsPerChild
  • ThreadStackSize
  • TimeOut
  • +
  • TraceEnable
  • TransferLog
  • TypesConfig
  • UnsetEnv
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index bbb2c66017a..c19e2ddb1da 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -107,6 +107,7 @@
  • BrowserMatch
  • BrowserMatchNoCase
  • BS2000Account
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • @@ -121,6 +122,7 @@
  • CacheGcMemUsage
  • CacheGcUnused
  • CacheIgnoreCacheControl
  • +
  • CacheIgnoreHeaders
  • CacheIgnoreNoLastMod
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • diff --git a/docs/manual/mod/leader.html.es b/docs/manual/mod/leader.html.es index 0f844424aec..bda3332ac7d 100644 --- a/docs/manual/mod/leader.html.es +++ b/docs/manual/mod/leader.html.es @@ -80,6 +80,7 @@
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • diff --git a/docs/manual/mod/leader.html.ko.euc-kr b/docs/manual/mod/leader.html.ko.euc-kr index d2d87931e5d..8b8d9bb908c 100644 --- a/docs/manual/mod/leader.html.ko.euc-kr +++ b/docs/manual/mod/leader.html.ko.euc-kr @@ -70,6 +70,7 @@
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • diff --git a/docs/manual/mod/mod_cache.html.ko.euc-kr b/docs/manual/mod/mod_cache.html.ko.euc-kr index b671eaeb0fa..cae7ab91d47 100644 --- a/docs/manual/mod/mod_cache.html.ko.euc-kr +++ b/docs/manual/mod/mod_cache.html.ko.euc-kr @@ -66,6 +66,7 @@
  • CacheEnable
  • CacheForceCompletion
  • CacheIgnoreCacheControl
  • +
  • CacheIgnoreHeaders
  • CacheIgnoreNoLastMod
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • @@ -239,6 +240,18 @@
    top
    +
    説明:サーバが自分自身の名前とポートを決定する方法を設定する
    + + + + + + +
    ¼³¸í:Do not store the given HTTP header(s) in the cache. +
    ¹®¹ý:CacheIgnoreHeaders header-string [header-string] ...
    ±âº»°ª:CacheIgnoreHeaders None
    »ç¿ëÀå¼Ò:ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®
    »óÅÂ:Experimental
    ¸ðµâ:mod_cache

    The documentation of this directive was not translated yet. + Please refer to the English version.

    +
    top

    CacheIgnoreNoLastMod Áö½Ã¾î

    diff --git a/docs/manual/mod/mod_log_config.html.ja.utf8 b/docs/manual/mod/mod_log_config.html.ja.utf8 index 11c0b93d93d..2fc846ee5d3 100644 --- a/docs/manual/mod/mod_log_config.html.ja.utf8 +++ b/docs/manual/mod/mod_log_config.html.ja.utf8 @@ -52,6 +52,7 @@

    ディレクティブ

    top
    +
    ¼³¸í:ÀÀ´ä¿¡ Last Modified Çì´õ°¡ ¾ø´Ù´Â »ç½ÇÀ» ¹«½ÃÇÑ´Ù.
    + + + + + + + +
    説明:Buffer log entries in memory before writing to disk
    構文:BufferedLogs On|Off
    デフォルト:BufferedLogs Off
    コンテキスト:サーバ設定ファイル
    ステータス:Base
    モジュール:mod_log_config
    互換性:Available in versions 2.0.41 and later.

    The documentation of this directive was not translated yet. + Please refer to the English version.

    +
    top

    CookieLog ディレクティブ

    diff --git a/docs/manual/mod/mod_log_config.html.ko.euc-kr b/docs/manual/mod/mod_log_config.html.ko.euc-kr index 8ee9ff06f7d..b1bceda0518 100644 --- a/docs/manual/mod/mod_log_config.html.ko.euc-kr +++ b/docs/manual/mod/mod_log_config.html.ko.euc-kr @@ -48,6 +48,7 @@

    Áö½Ã¾îµé

    top
    +
    説明:クッキングのロギングのためのファイル名を設定する
    + + + + + + + +
    ¼³¸í:Buffer log entries in memory before writing to disk
    ¹®¹ý:BufferedLogs On|Off
    ±âº»°ª:BufferedLogs Off
    »ç¿ëÀå¼Ò:ÁÖ¼­¹ö¼³Á¤
    »óÅÂ:Base
    ¸ðµâ:mod_log_config
    Áö¿ø:Available in versions 2.0.41 and later.

    The documentation of this directive was not translated yet. + Please refer to the English version.

    +
    top

    CookieLog Áö½Ã¾î

    diff --git a/docs/manual/mod/mpm_common.html.es b/docs/manual/mod/mpm_common.html.es index 7a904eaaa02..4cc41e43796 100644 --- a/docs/manual/mod/mpm_common.html.es +++ b/docs/manual/mod/mpm_common.html.es @@ -52,6 +52,7 @@ en m
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • @@ -655,6 +656,17 @@ el ID del proceso demonio de escucha (daemon)
    top
    +
    ¼³¸í:Äí۸¦ ·Î±×¿¡ ³²±â±âÀ§ÇØ »ç¿ëÇÒ ÆÄÀϸíÀ» ¼³Á¤ÇÑ´Ù
    + + + + + + +
    Descripción:TCP receive buffer size
    Sintaxis:ReceiveBufferSize bytes
    Valor por defecto:ReceiveBufferSize 0
    Contexto:server config
    Estado:MPM
    Módulo:beos, leader, mpm_netware, mpm_winnt, mpmt_os2, perchild, prefork, threadpool, worker

    The documentation of this directive was not translated yet. + Please refer to the English version.

    +
    top

    ScoreBoardFile Directiva

    ¼³Á¤ÇÑ´Ù - - - - - - - - + + + + + + + + - - - - - - + + + + + + + diff --git a/docs/manual/mod/worker.html.es b/docs/manual/mod/worker.html.es index 4ff0ba9a69d..5ebc8e13622 100644 --- a/docs/manual/mod/worker.html.es +++ b/docs/manual/mod/worker.html.es @@ -67,6 +67,7 @@ servidor web h
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • diff --git a/docs/manual/mod/worker.html.ja.utf8 b/docs/manual/mod/worker.html.ja.utf8 index 111ac37daa7..8bcd4cd8f50 100644 --- a/docs/manual/mod/worker.html.ja.utf8 +++ b/docs/manual/mod/worker.html.ja.utf8 @@ -67,6 +67,7 @@
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • Descripción:Ubicación del fichero que almacena los datos necesarios para diff --git a/docs/manual/mod/mpm_common.html.ja.utf8 b/docs/manual/mod/mpm_common.html.ja.utf8 index eab8bd26de9..c8470946828 100644 --- a/docs/manual/mod/mpm_common.html.ja.utf8 +++ b/docs/manual/mod/mpm_common.html.ja.utf8 @@ -49,6 +49,7 @@
  • MaxSpareThreads
  • MinSpareThreads
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • @@ -631,6 +632,17 @@ accept しようとしているときに、Apache がそれらの子プロセス
    top
    +

    ReceiveBufferSize ディレクティブ

    + + + + + + + +
    説明:TCP receive buffer size
    構文:ReceiveBufferSize bytes
    デフォルト:ReceiveBufferSize 0
    コンテキスト:サーバ設定ファイル
    ステータス:MPM
    モジュール:beos, leader, mpm_netware, mpm_winnt, mpmt_os2, perchild, prefork, threadpool, worker

    The documentation of this directive was not translated yet. + Please refer to the English version.

    +
    top

    ScoreBoardFile ディレクティブ

  • MaxMemFree
  • MaxRequestsPerChild
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ThreadLimit
  • diff --git a/docs/manual/mod/mpm_winnt.html.ja.utf8 b/docs/manual/mod/mpm_winnt.html.ja.utf8 index 84f3ca74a7b..ab0fcf996ea 100644 --- a/docs/manual/mod/mpm_winnt.html.ja.utf8 +++ b/docs/manual/mod/mpm_winnt.html.ja.utf8 @@ -49,6 +49,7 @@
  • MaxMemFree
  • MaxRequestsPerChild
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ThreadLimit
  • diff --git a/docs/manual/mod/prefork.html.es b/docs/manual/mod/prefork.html.es index 2bf9ededb61..caf276a630f 100644 --- a/docs/manual/mod/prefork.html.es +++ b/docs/manual/mod/prefork.html.es @@ -72,6 +72,7 @@ hebrado
  • MaxSpareServers
  • MinSpareServers
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • diff --git a/docs/manual/mod/prefork.html.ja.utf8 b/docs/manual/mod/prefork.html.ja.utf8 index 18e3effb8eb..8286344f9f3 100644 --- a/docs/manual/mod/prefork.html.ja.utf8 +++ b/docs/manual/mod/prefork.html.ja.utf8 @@ -69,6 +69,7 @@
  • MaxSpareServers
  • MinSpareServers
  • PidFile
  • +
  • ReceiveBufferSize
  • ScoreBoardFile
  • SendBufferSize
  • ServerLimit
  • diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 2bfbb587094..d36be0113b6 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -511,187 +511,190 @@ expressions header for proxied requests - + - - - - - - - - - - - - + - - + - - + - - - - - - + + + - - + - - - - - - - - + + - - + - - - + + - - - + - - - + - - - + - - - - - - + - - + - - + - - - - - - - + + + - - - + + - - + - - + - - - - - - - - - - + + + + + - - - - - - - - + + - - - - + + - - - + + [[!]env-variable[=value]] ... - - - + + + - - + - - - + - - - - + - - - - - - - + - - - - - - - - - - - + + + + + + - - - - - - - - + + + + + + + - - - - - + + + + - - - - - - - - - + + + + + - + - - - - + - - - - + + + - - - - + + - - - - - - - + + + + + + - - + - - - - - - + + + - - - - - - - + + - - - + - - - - - - - + + - - - - + + - - - - + + + - - - - - - + + + + - - - + - - - - - - - - + + + + + - - + - - - - + + + - - + - - + - - - - - - - + + + + + + - - - - + + + - - + - - - + - - + - - - + - - - - - + + + + - - + - - - + + - - - - - - + + + + - - - + - - - - + - - - + + - + + @@ -633,27 +635,29 @@ Certificate verification - - - - - - - + + + + + + + - - - - - - +
    説明:子プロセスと連携するためのデータを保存する diff --git a/docs/manual/mod/mpm_winnt.html.es b/docs/manual/mod/mpm_winnt.html.es index 583d2f84886..42657fb9a5e 100644 --- a/docs/manual/mod/mpm_winnt.html.es +++ b/docs/manual/mod/mpm_winnt.html.es @@ -50,6 +50,7 @@ NT.
    ReadmeName filenamesvdhB
    Name of the file that will be inserted at the end of the index listing
    Redirect [status] URL-path -URLsvdhB
    Sends an external redirect asking the client to fetch +
    ReceiveBufferSize bytes 0 sM
    TCP receive buffer size
    Redirect [status] URL-path +URLsvdhB
    Sends an external redirect asking the client to fetch a different URL
    RedirectMatch [status] regex -URLsvdhB
    Sends an external redirect based on a regular expression match +
    RedirectMatch [status] regex +URLsvdhB
    Sends an external redirect based on a regular expression match of the current URL
    RedirectPermanent URL-path URLsvdhB
    Sends an external permanent redirect asking the client to fetch +
    RedirectPermanent URL-path URLsvdhB
    Sends an external permanent redirect asking the client to fetch a different URL
    RedirectTemp URL-path URLsvdhB
    Sends an external temporary redirect asking the client to fetch +
    RedirectTemp URL-path URLsvdhB
    Sends an external temporary redirect asking the client to fetch a different URL
    RemoveCharset extension [extension] -...vdhB
    Removes any character set associations for a set of file +
    RemoveCharset extension [extension] +...vdhB
    Removes any character set associations for a set of file extensions
    RemoveEncoding extension [extension] -...vdhB
    Removes any content encoding associations for a set of file +
    RemoveEncoding extension [extension] +...vdhB
    Removes any content encoding associations for a set of file extensions
    RemoveHandler extension [extension] -...vdhB
    Removes any handler associations for a set of file +
    RemoveHandler extension [extension] +...vdhB
    Removes any handler associations for a set of file extensions
    RemoveInputFilter extension [extension] -...vdhB
    Removes any input filter associations for a set of file +
    RemoveInputFilter extension [extension] +...vdhB
    Removes any input filter associations for a set of file extensions
    RemoveLanguage extension [extension] -...vdhB
    Removes any language associations for a set of file +
    RemoveLanguage extension [extension] +...vdhB
    Removes any language associations for a set of file extensions
    RemoveOutputFilter extension [extension] -...vdhB
    Removes any output filter associations for a set of file +
    RemoveOutputFilter extension [extension] +...vdhB
    Removes any output filter associations for a set of file extensions
    RemoveType extension [extension] -...vdhB
    Removes any content type associations for a set of file +
    RemoveType extension [extension] +...vdhB
    Removes any content type associations for a set of file extensions
    RequestHeader set|append|add|unset header -[value [env=[!]variable]]svdhE
    Configure HTTP request headers
    Require entity-name [entity-name] ...dhC
    Selecciona qué usuarios autentificados pueden acceder a +
    RequestHeader set|append|add|unset header +[value [env=[!]variable]]svdhE
    Configure HTTP request headers
    Require entity-name [entity-name] ...dhC
    Selecciona qué usuarios autentificados pueden acceder a un recurso
    RewriteBase URL-pathdhE
    Sets the base URL for per-directory rewrites
    RewriteCond - TestString CondPatternsvdhE
    Defines a condition under which rewriting will take place +
    RewriteBase URL-pathdhE
    Sets the base URL for per-directory rewrites
    RewriteCond + TestString CondPatternsvdhE
    Defines a condition under which rewriting will take place
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteLock file-pathsE
    Sets the name of the lock file used for RewriteMap +
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteLock file-pathsE
    Sets the name of the lock file used for RewriteMap synchronization
    RewriteLog file-pathsvE
    Sets the name of the file used for logging rewrite engine +
    RewriteLog file-pathsvE
    Sets the name of the file used for logging rewrite engine processing
    RewriteLogLevel Level 0 svE
    Sets the verbosity of the log file used by the rewrite +
    RewriteLogLevel Level 0 svE
    Sets the verbosity of the log file used by the rewrite engine
    RewriteMap MapName MapType:MapSource -svE
    Defines a mapping function for key-lookup
    RewriteOptions Options MaxRedirects=10 svdhE
    Sets some special options for the rewrite engine
    RewriteRule - Pattern SubstitutionsvdhE
    Defines rules for the rewriting engine
    RLimitCPU seconds|max [seconds|max]svdhC
    Limita el consumo de tiempo de CPU que pueden hacer proceses creados +
    RewriteMap MapName MapType:MapSource +svE
    Defines a mapping function for key-lookup
    RewriteOptions Options MaxRedirects=10 svdhE
    Sets some special options for the rewrite engine
    RewriteRule + Pattern SubstitutionsvdhE
    Defines rules for the rewriting engine
    RLimitCPU seconds|max [seconds|max]svdhC
    Limita el consumo de tiempo de CPU que pueden hacer proceses creados por procesos hijo de Apache
    RLimitMEM bytes|max [bytes|max]svdhC
    Limita el consumo de memoria que pueden hacer procesos creados por procesos hijo de Apache
    RLimitNPROC number|max [number|max]svdhC
    Limita el número de procesos que pueden crearse por parte de +
    RLimitMEM bytes|max [bytes|max]svdhC
    Limita el consumo de memoria que pueden hacer procesos creados por procesos hijo de Apache
    RLimitNPROC number|max [number|max]svdhC
    Limita el número de procesos que pueden crearse por parte de procesos creados por procesos hijo de Apache
    Satisfy Any|All All dhC
    Interacción entre el control de acceso basado en host +
    Satisfy Any|All All dhC
    Interacción entre el control de acceso basado en host y la autentificación de usuarios
    ScoreBoardFile file-path logs/apache_status sM
    Ubicación del fichero que almacena los datos necesarios para +
    ScoreBoardFile file-path logs/apache_status sM
    Ubicación del fichero que almacena los datos necesarios para coordinar el funcionamiento de los procesos hijo del servidor
    Script method cgi-scriptsvdB
    Activates a CGI script for a particular request +
    Script method cgi-scriptsvdB
    Activates a CGI script for a particular request method.
    ScriptAlias URL-path -file-path|directory-pathsvB
    Maps a URL to a filesystem location and designates the +
    ScriptAlias URL-path +file-path|directory-pathsvB
    Maps a URL to a filesystem location and designates the target as a CGI script
    ScriptAliasMatch regex -file-path|directory-pathsvB
    Maps a URL to a filesystem location using a regular expression +
    ScriptAliasMatch regex +file-path|directory-pathsvB
    Maps a URL to a filesystem location using a regular expression and designates the target as a CGI script
    ScriptInterpreterSource Registry|Registry-Strict|Script Script svdhC
    Técnica para ubicar el intérprete de scripts CGI's
    ScriptLog file-pathsvB
    Location of the CGI script error logfile
    ScriptLogBuffer bytes 1024 svB
    Maximum amount of PUT or POST requests that will be recorded +
    ScriptInterpreterSource Registry|Registry-Strict|Script Script svdhC
    Técnica para ubicar el intérprete de scripts CGI's
    ScriptLog file-pathsvB
    Location of the CGI script error logfile
    ScriptLogBuffer bytes 1024 svB
    Maximum amount of PUT or POST requests that will be recorded in the scriptlog
    ScriptLogLength bytes 10385760 svB
    Size limit of the CGI script logfile
    ScriptSock file-path logs/cgisock svB
    The name of the socket to use for communication with +
    ScriptLogLength bytes 10385760 svB
    Size limit of the CGI script logfile
    ScriptSock file-path logs/cgisock svB
    The name of the socket to use for communication with the cgi daemon
    SecureListen [IP-address:]portnumber -Certificate-Name [MUTUAL]sB
    Enables SSL encryption for the specified port
    SendBufferSize bytes 0 sM
    Tamaño del buffer TCP
    ServerAdmin email-addresssvC
    Dirección de email que el servidor incluye en los +
    SecureListen [IP-address:]portnumber +Certificate-Name [MUTUAL]sB
    Enables SSL encryption for the specified port
    SendBufferSize bytes 0 sM
    Tamaño del buffer TCP
    ServerAdmin email-addresssvC
    Dirección de email que el servidor incluye en los mensajes de error que se envían al cliente
    ServerAlias hostname [hostname] ...vC
    Nombres alternativos usados para un host cuando se +
    ServerAlias hostname [hostname] ...vC
    Nombres alternativos usados para un host cuando se intentan encontrar equivalencias a hosts virtuales basados en el nombre
    ServerLimit numbersM
    Límite superior del número configurable de procesos
    ServerName fully-qualified-domain-name[:port]svC
    Nombre de host y número de puerto que el servidor usa +
    ServerLimit numbersM
    Límite superior del número configurable de procesos
    ServerName fully-qualified-domain-name[:port]svC
    Nombre de host y número de puerto que el servidor usa para identificarse
    ServerPath URL-pathvC
    URL que se usará para hosts virtuales basados en +
    ServerPath URL-pathvC
    URL que se usará para hosts virtuales basados en nombre que son accedidos con un navegador incompatible
    ServerRoot directory-path /usr/local/apache sC
    Directorio base de la instalación del servidor
    ServerSignature On|Off|EMail Off svdhC
    Configura el pie de página en documentos generados +
    ServerRoot directory-path /usr/local/apache sC
    Directorio base de la instalación del servidor
    ServerSignature On|Off|EMail Off svdhC
    Configura el pie de página en documentos generados por el servidor
    ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sC
    Configura la cabecera de respuesta HTTP +
    ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sC
    Configura la cabecera de respuesta HTTP Server
    SetEnv env-variable valuesvdhB
    Sets environment variables
    SetEnvIf attribute +
    SetEnv env-variable valuesvdhB
    Sets environment variables
    SetEnvIf attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhB
    Sets environment variables based on attributes of the request + [[!]env-variable[=value]] ...svdhB
    Sets environment variables based on attributes of the request
    SetEnvIfNoCase attribute regex +
    SetEnvIfNoCase attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhB
    Sets environment variables based on attributes of the request + [[!]env-variable[=value]] ...svdhB
    Sets environment variables based on attributes of the request without respect to case
    SetHandler handler-name|NonesvdhC
    Hace que todos los ficheros que correspondan con el valor +
    SetHandler handler-name|NonesvdhC
    Hace que todos los ficheros que correspondan con el valor especificado sean procesados obligatoriamente por un handler
    SetInputFilter filter[;filter...]svdhC
    Especifica los filtros que procesarán las peticiones de +
    SetInputFilter filter[;filter...]svdhC
    Especifica los filtros que procesarán las peticiones de los clientes y el contenido de peticiones POST
    SetOutputFilter filter[;filter...]svdhC
    Especifica los filtros que procesarán las respuestas del +
    SetOutputFilter filter[;filter...]svdhC
    Especifica los filtros que procesarán las respuestas del servidor
    SSIEndTag tag "-->" svB
    String that ends an include element
    SSIErrorMsg message "[an error occurred +svdhB
    Error message displayed when there is an SSI +
    SSIEndTag tag "-->" svB
    String that ends an include element
    SSIErrorMsg message "[an error occurred +svdhB
    Error message displayed when there is an SSI error
    SSIStartTag tag "<!--#" svB
    String that starts an include element
    SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
    Configures the format in which date strings are +
    SSIStartTag tag "<!--#" svB
    String that starts an include element
    SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
    Configures the format in which date strings are displayed
    SSIUndefinedEcho string "(none)" svB
    String displayed when an unset variable is echoed
    SSLCACertificateFile file-pathsvE
    File of concatenated PEM-encoded CA Certificates +
    SSIUndefinedEcho string "(none)" svB
    String displayed when an unset variable is echoed
    SSLCACertificateFile file-pathsvE
    File of concatenated PEM-encoded CA Certificates for Client Auth
    SSLCACertificatePath directory-pathsvE
    Directory of PEM-encoded CA Certificates for +
    SSLCACertificatePath directory-pathsvE
    Directory of PEM-encoded CA Certificates for Client Auth
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for +
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for +
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for Client Auth
    SSLCertificateChainFile file-pathsvE
    File of PEM-encoded Server CA Certificates
    SSLCertificateFile file-pathsvE
    Server PEM-encoded X.509 Certificate file
    SSLCertificateKeyFile file-pathsvE
    Server PEM-encoded Private Key file
    SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhE
    Cipher Suite available for negotiation in SSL +
    SSLCertificateChainFile file-pathsvE
    File of PEM-encoded Server CA Certificates
    SSLCertificateFile file-pathsvE
    Server PEM-encoded X.509 Certificate file
    SSLCertificateKeyFile file-pathsvE
    Server PEM-encoded Private Key file
    SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhE
    Cipher Suite available for negotiation in SSL handshake
    SSLEngine on|off off svE
    SSL Engine Operation Switch
    SSLInsecureRenegotiation flag off svE
    Option to enable support for insecure renegotiation
    SSLMutex type none sE
    Semaphore for internal mutual exclusion of +
    SSLEngine on|off off svE
    SSL Engine Operation Switch
    SSLInsecureRenegotiation flag off svE
    Option to enable support for insecure renegotiation
    SSLMutex type none sE
    Semaphore for internal mutual exclusion of operations
    SSLOptions [+|-]option ...svdhE
    Configure various SSL engine run-time options
    SSLPassPhraseDialog type builtin sE
    Type of pass phrase dialog for encrypted private +
    SSLOptions [+|-]option ...svdhE
    Configure various SSL engine run-time options
    SSLPassPhraseDialog type builtin sE
    Type of pass phrase dialog for encrypted private keys
    SSLProtocol [+|-]protocol ... all svE
    Configure usable SSL protocol flavors
    SSLProxyCACertificateFile file-pathsvE
    File of concatenated PEM-encoded CA Certificates +
    SSLProtocol [+|-]protocol ... all svE
    Configure usable SSL protocol flavors
    SSLProxyCACertificateFile file-pathsvE
    File of concatenated PEM-encoded CA Certificates for Remote Server Auth
    SSLProxyCACertificatePath directory-pathsvE
    Directory of PEM-encoded CA Certificates for +
    SSLProxyCACertificatePath directory-pathsvE
    Directory of PEM-encoded CA Certificates for Remote Server Auth
    SSLProxyCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for +
    SSLProxyCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Remote Server Auth
    SSLProxyCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for +
    SSLProxyCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for Remote Server Auth
    SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhE
    Cipher Suite available for negotiation in SSL +
    SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhE
    Cipher Suite available for negotiation in SSL proxy handshake
    SSLProxyEngine on|off off svE
    SSL Proxy Engine Operation Switch
    SSLProxyMachineCertificateFile filenamesE
    File of concatenated PEM-encoded client certificates and keys to be used by the proxy
    SSLProxyMachineCertificatePath directorysE
    Directory of PEM-encoded client certificates and keys to be used by the proxy
    SSLProxyProtocol [+|-]protocol ... all svE
    Configure usable SSL protocol flavors for proxy usage
    SSLProxyVerify level none svdhE
    Type of remote server Certificate verification
    SSLProxyVerifyDepth number 1 svdhE
    Maximum depth of CA Certificates in Remote Server +
    SSLProxyEngine on|off off svE
    SSL Proxy Engine Operation Switch
    SSLProxyMachineCertificateFile filenamesE
    File of concatenated PEM-encoded client certificates and keys to be used by the proxy
    SSLProxyMachineCertificatePath directorysE
    Directory of PEM-encoded client certificates and keys to be used by the proxy
    SSLProxyProtocol [+|-]protocol ... all svE
    Configure usable SSL protocol flavors for proxy usage
    SSLProxyVerify level none svdhE
    Type of remote server Certificate verification
    SSLProxyVerifyDepth number 1 svdhE
    Maximum depth of CA Certificates in Remote Server Certificate verification
    SSLRandomSeed context source -[bytes]sE
    Pseudo Random Number Generator (PRNG) seeding +
    SSLRandomSeed context source +[bytes]sE
    Pseudo Random Number Generator (PRNG) seeding source
    SSLRequire expressiondhE
    Allow access only when an arbitrarily complex +
    SSLRequire expressiondhE
    Allow access only when an arbitrarily complex boolean expression is true
    SSLRequireSSLdhE
    Deny access when SSL is not used for the +
    SSLRequireSSLdhE
    Deny access when SSL is not used for the HTTP request
    SSLSessionCache type none sE
    Type of the global/inter-process SSL Session +
    SSLSessionCache type none sE
    Type of the global/inter-process SSL Session Cache
    SSLSessionCacheTimeout seconds 300 svE
    Number of seconds before an SSL session expires +
    SSLSessionCacheTimeout seconds 300 svE
    Number of seconds before an SSL session expires in the Session Cache
    SSLUserName varnamesdhE
    Variable name to determine user name
    SSLVerifyClient level none svdhE
    Type of Client Certificate verification
    SSLVerifyDepth number 1 svdhE
    Maximum depth of CA Certificates in Client +
    SSLUserName varnamesdhE
    Variable name to determine user name
    SSLVerifyClient level none svdhE
    Type of Client Certificate verification
    SSLVerifyDepth number 1 svdhE
    Maximum depth of CA Certificates in Client Certificate verification
    StartServers numbersM
    Número de procesos hijo del servidor que se crean al +
    StartServers numbersM
    Número de procesos hijo del servidor que se crean al iniciar Apache
    StartThreads numbersM
    Número de hebras que se crean al iniciar Apache
    SuexecUserGroup User GroupsvE
    User and group for CGI programs to run as
    ThreadLimit numbersM
    Marca el límite superior del número de hebras por +
    StartThreads numbersM
    Número de hebras que se crean al iniciar Apache
    SuexecUserGroup User GroupsvE
    User and group for CGI programs to run as
    ThreadLimit numbersM
    Marca el límite superior del número de hebras por proceso hijo que pueden especificarse
    ThreadsPerChild numbersM
    Número de hebras creadas por cada proceso +
    ThreadsPerChild numbersM
    Número de hebras creadas por cada proceso hijo
    ThreadStackSize number 65536 sM
    Determine the stack size for each thread
    TimeOut seconds 300 sC
    Cantidad de tiempo que el servidor esperará para que +
    ThreadStackSize number 65536 sM
    Determine the stack size for each thread
    TimeOut seconds 300 sC
    Cantidad de tiempo que el servidor esperará para que ocurran determinados eventos antes de cerrar una petición
    TraceEnable [on|off|extended] on sC
    Determines the behaviour on TRACE +requests
    TransferLog file|pipesvB
    Specify location of a log file
    TypesConfig file-path conf/mime.types sB
    The location of the mime.types file
    UnsetEnv env-variable [env-variable] diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index e26b7d2b842..4de06a1c4e0 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -186,292 +186,294 @@ environment variable
    svdhB
    HTTP User-Agent に基づいて大文字小文字を区別せずに 環境変数を設定する
    BS2000Account accountsM
    BS2000 での非特権アカウントを定義する
    CacheDefaultExpire seconds 3600 (one hour) svX
    The default duration to cache a document when no expiry date is specified.
    CacheDirLength length 2 svX
    The number of characters in subdirectory names
    CacheDirLevels levels 3 svX
    The number of levels of subdirectories in the +
    BufferedLogs On|Off Off sB
    Buffer log entries in memory before writing to disk
    CacheDefaultExpire seconds 3600 (one hour) svX
    The default duration to cache a document when no expiry date is specified.
    CacheDirLength length 2 svX
    The number of characters in subdirectory names
    CacheDirLevels levels 3 svX
    The number of levels of subdirectories in the cache.
    CacheDisable url-stringsvX
    Disable caching of specified URLs
    CacheEnable cache_type url-stringsvX
    Enable caching of specified URLs using a specified storage +
    CacheDisable url-stringsvX
    Disable caching of specified URLs
    CacheEnable cache_type url-stringsvX
    Enable caching of specified URLs using a specified storage manager
    CacheExpiryCheck On|Off On svX
    Indicates if the cache observes Expires dates when seeking +
    CacheExpiryCheck On|Off On svX
    Indicates if the cache observes Expires dates when seeking files
    CacheFile file-path [file-path] ...sX
    Cache a list of file handles at startup time
    CacheForceCompletion Percentage 60 svX
    Percentage of document served, after which the server +
    CacheFile file-path [file-path] ...sX
    Cache a list of file handles at startup time
    CacheForceCompletion Percentage 60 svX
    Percentage of document served, after which the server will complete caching the file even if the request is cancelled.
    CacheGcClean hours url-string ? svX
    The time to retain unchanged cached files that match a +
    CacheGcClean hours url-string ? svX
    The time to retain unchanged cached files that match a URL
    CacheGcDaily time ? svX
    The recurring time each day for garbage collection to be run. +
    CacheGcDaily time ? svX
    The recurring time each day for garbage collection to be run. (24 hour clock)
    CacheGcInterval hourssvX
    The interval between garbage collection attempts.
    CacheGcMemUsage KBytes ? svX
    The maximum kilobytes of memory used for garbage +
    CacheGcInterval hourssvX
    The interval between garbage collection attempts.
    CacheGcMemUsage KBytes ? svX
    The maximum kilobytes of memory used for garbage collection
    CacheGcUnused hours url-string ? svX
    The time to retain unreferenced cached files that match a +
    CacheGcUnused hours url-string ? svX
    The time to retain unreferenced cached files that match a URL.
    CacheIgnoreCacheControl On|Off Off svX
    Ignore the fact that the client requested the content not be +
    CacheIgnoreCacheControl On|Off Off svX
    Ignore the fact that the client requested the content not be cached.
    CacheIgnoreHeaders header-string [header-string] ... None svX
    Do not store the given HTTP header(s) in the cache. +
    CacheIgnoreHeaders header-string [header-string] ... None svX
    Do not store the given HTTP header(s) in the cache.
    CacheIgnoreNoLastMod On|Off Off svX
    Ignore the fact that a response has no Last Modified +
    CacheIgnoreNoLastMod On|Off Off svX
    Ignore the fact that a response has no Last Modified header.
    CacheLastModifiedFactor float 0.1 svX
    The factor used to compute an expiry date based on the +
    CacheLastModifiedFactor float 0.1 svX
    The factor used to compute an expiry date based on the LastModified date.
    CacheMaxExpire seconds 86400 (one day) svX
    The maximum time in seconds to cache a document
    CacheMaxFileSize bytes 1000000 svX
    The maximum size (in bytes) of a document to be placed in the +
    CacheMaxExpire seconds 86400 (one day) svX
    The maximum time in seconds to cache a document
    CacheMaxFileSize bytes 1000000 svX
    The maximum size (in bytes) of a document to be placed in the cache
    CacheMinFileSize bytes 1 svX
    The minimum size (in bytes) of a document to be placed in the +
    CacheMinFileSize bytes 1 svX
    The minimum size (in bytes) of a document to be placed in the cache
    CacheNegotiatedDocs On|Off Off svB
    コンテントネゴシエーションされたドキュメントをプロキシサーバが +
    CacheNegotiatedDocs On|Off Off svB
    コンテントネゴシエーションされたドキュメントをプロキシサーバが キャッシュできるようにする
    CacheRoot directorysvX
    The directory root under which cache files are +
    CacheRoot directorysvX
    The directory root under which cache files are stored
    CacheSize KBytes 1000000 svX
    The maximum amount of disk space that will be used by the +
    CacheSize KBytes 1000000 svX
    The maximum amount of disk space that will be used by the cache in KBytes
    CacheTimeMargin ? ? svX
    The minimum time margin to cache a document
    CGIMapExtension cgi-path .extensiondhC
    CGI スクリプトのインタープリタの位置を調べるための手法
    CharsetDefault charsetsvdhX
    Charset to translate into
    CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhX
    Configures charset translation behavior
    CharsetSourceEnc charsetsvdhX
    Source charset of files
    CheckSpelling on|off Off svdhE
    spelling モジュールを使用するようにする
    ChildPerUserID user-id group-id -num-childrensM
    Specify user ID and group ID for a number of child +
    CacheTimeMargin ? ? svX
    The minimum time margin to cache a document
    CGIMapExtension cgi-path .extensiondhC
    CGI スクリプトのインタープリタの位置を調べるための手法
    CharsetDefault charsetsvdhX
    Charset to translate into
    CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhX
    Configures charset translation behavior
    CharsetSourceEnc charsetsvdhX
    Source charset of files
    CheckSpelling on|off Off svdhE
    spelling モジュールを使用するようにする
    ChildPerUserID user-id group-id +num-childrensM
    Specify user ID and group ID for a number of child processes
    ContentDigest On|Off Off svdhC
    Content-MD5 HTTP 応答ヘッダの生成を有効にする
    CookieDomain domainsvdhE
    The domain to which the tracking cookie applies
    CookieExpires expiry-periodsvdhE
    Expiry time for the tracking cookie
    CookieLog filenamesvB
    クッキングのロギングのためのファイル名を設定する
    CookieName token Apache svdhE
    Name of the tracking cookie
    CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhE
    Format of the cookie header field
    CookieTracking on|off off svdhE
    Enables tracking cookie
    CoreDumpDirectory directorysM
    Apache がコアダンプする前に移動を試みるディレクトリ +
    ContentDigest On|Off Off svdhC
    Content-MD5 HTTP 応答ヘッダの生成を有効にする
    CookieDomain domainsvdhE
    The domain to which the tracking cookie applies
    CookieExpires expiry-periodsvdhE
    Expiry time for the tracking cookie
    CookieLog filenamesvB
    クッキングのロギングのためのファイル名を設定する
    CookieName token Apache svdhE
    Name of the tracking cookie
    CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhE
    Format of the cookie header field
    CookieTracking on|off off svdhE
    Enables tracking cookie
    CoreDumpDirectory directorysM
    Apache がコアダンプする前に移動を試みるディレクトリ
    CustomLog file|pipe +
    CustomLog file|pipe format|nickname -[env=[!]environment-variable]svB
    ログファイルの名前と書式を設定する
    Dav On|Off|provider-name Off dE
    WebDAV HTTP メソッドを有効にします
    DavDepthInfinity on|off off svdE
    PROPFIND, Depth: Infinity リクエストを許可します
    DavLockDB file-pathsvE
    DAV ロックデータベースの位置
    DavMinTimeout seconds 0 svdE
    サーバが DAV リソースのロックを維持する最小時間です。 +[env=[!]environment-variable]svB
    ログファイルの名前と書式を設定する
    Dav On|Off|provider-name Off dE
    WebDAV HTTP メソッドを有効にします
    DavDepthInfinity on|off off svdE
    PROPFIND, Depth: Infinity リクエストを許可します
    DavLockDB file-pathsvE
    DAV ロックデータベースの位置
    DavMinTimeout seconds 0 svdE
    サーバが DAV リソースのロックを維持する最小時間です。
    DefaultIcon url-pathsvdhB
    特定のアイコンが何も設定されていない時に +
    DefaultIcon url-pathsvdhB
    特定のアイコンが何も設定されていない時に ファイルに表示するアイコン
    DefaultLanguage MIME-langsvdhB
    あるスコープのすべてのファイルを指定された言語に +
    DefaultLanguage MIME-langsvdhB
    あるスコープのすべてのファイルを指定された言語に 設定する
    DefaultType MIME-type text/plain svdhC
    サーバがコンテントタイプを決定できないときに +
    DefaultType MIME-type text/plain svdhC
    サーバがコンテントタイプを決定できないときに 送られる MIME コンテントタイプ
    DeflateBufferSize value 8096 svE
    zlib が一度に圧縮する塊の大きさ
    DeflateCompressionLevel valuesvE
    出力に対して行なう圧縮の程度
    DeflateFilterNote [type] notenamesvE
    ロギング用に圧縮比をメモに追加
    DeflateMemLevel value 9 svE
    zlib が圧縮に使うメモリのレベルを指定
    DeflateWindowSize value 15 svE
    Zlib の圧縮用ウィンドウの大きさ
    Deny from +
    DeflateBufferSize value 8096 svE
    zlib が一度に圧縮する塊の大きさ
    DeflateCompressionLevel valuesvE
    出力に対して行なう圧縮の程度
    DeflateFilterNote [type] notenamesvE
    ロギング用に圧縮比をメモに追加
    DeflateMemLevel value 9 svE
    zlib が圧縮に使うメモリのレベルを指定
    DeflateWindowSize value 15 svE
    Zlib の圧縮用ウィンドウの大きさ
    Deny from all|host|env=env-variable - [host|env=env-variable] ...dhB
    サーバがアクセスを拒否するホストを制御する
    <Directory directory-path> -... </Directory>svC
    指定のファイルシステムのディレクトリとサブディレクトリとのみに + [host|env=env-variable] ...dhB
    サーバがアクセスを拒否するホストを制御する
    <Directory directory-path> +... </Directory>svC
    指定のファイルシステムのディレクトリとサブディレクトリとのみに 適用されるディレクティブを囲む
    DirectoryIndex - local-url [local-url] ... index.html svdhB
    クライアントがディレクトリをリクエストしたときに調べる +
    DirectoryIndex + local-url [local-url] ... index.html svdhB
    クライアントがディレクトリをリクエストしたときに調べる リソースのリスト
    <DirectoryMatch regex> -... </DirectoryMatch>svC
    正規表現にマッチするファイルシステムのディレクトリと +
    <DirectoryMatch regex> +... </DirectoryMatch>svC
    正規表現にマッチするファイルシステムのディレクトリと サブディレクトリとのみに適用されるディレクティブを囲む
    DirectorySlash On|Off On svdhB
    パス末尾のスラッシュでリダイレクトするかどうかのオンオフをトグルさせる
    DocumentRoot directory-path /usr/local/apache/h +svC
    ウェブから見えるメインのドキュメントツリーになる +
    DirectorySlash On|Off On svdhB
    パス末尾のスラッシュでリダイレクトするかどうかのオンオフをトグルさせる
    DocumentRoot directory-path /usr/local/apache/h +svC
    ウェブから見えるメインのドキュメントツリーになる ディレクトリ
    DumpIOInput On|Off Off sX
    Dump all input data to the error log
    DumpIOOutput On|Off Off sX
    Dump all output data to the error log
    EnableExceptionHook On|Off Off sM
    クラッシュの後に例外ハンドラを実行するフックを有効にする
    EnableMMAP On|Off On svdhC
    配送中にファイルを読み込むためにメモリマッピングを +
    DumpIOInput On|Off Off sX
    Dump all input data to the error log
    DumpIOOutput On|Off Off sX
    Dump all output data to the error log
    EnableExceptionHook On|Off Off sM
    クラッシュの後に例外ハンドラを実行するフックを有効にする
    EnableMMAP On|Off On svdhC
    配送中にファイルを読み込むためにメモリマッピングを 使うかどうか
    EnableSendfile On|Off On svdhC
    ファイルのクライアントへの配送時にカーネルの sendfile サポートを +
    EnableSendfile On|Off On svdhC
    ファイルのクライアントへの配送時にカーネルの sendfile サポートを 使うかどうか
    ErrorDocument error-code documentsvdhC
    エラーが発生したときにサーバがクライアントに送るもの
    ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svC
    サーバがエラーをログ収集する場所
    ExamplesvdhX
    Demonstration directive to illustrate the Apache module +
    ErrorDocument error-code documentsvdhC
    エラーが発生したときにサーバがクライアントに送るもの
    ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svC
    サーバがエラーをログ収集する場所
    ExamplesvdhX
    Demonstration directive to illustrate the Apache module API
    ExpiresActive On|OffsvdhE
    Expires ヘッダの生成を有効にする
    ExpiresByType MIME-type -<code>secondssvdhE
    MIME タイプによって設定される Expires ヘッダの値
    ExpiresDefault <code>secondssvdhE
    期限切れ期日を計算するデフォルトアルゴリズム
    ExtendedStatus On|Off Off sB
    各リクエストに対して拡張ステータス情報を保存する
    ExtFilterDefine filtername parameterssE
    Define an external filter
    ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dE
    Configure mod_ext_filter options
    FileETag component ... INode MTime Size svdhC
    ETag HTTP 応答ヘッダを作成するために使用される +
    ExpiresActive On|OffsvdhE
    Expires ヘッダの生成を有効にする
    ExpiresByType MIME-type +<code>secondssvdhE
    MIME タイプによって設定される Expires ヘッダの値
    ExpiresDefault <code>secondssvdhE
    期限切れ期日を計算するデフォルトアルゴリズム
    ExtendedStatus On|Off Off sB
    各リクエストに対して拡張ステータス情報を保存する
    ExtFilterDefine filtername parameterssE
    Define an external filter
    ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dE
    Configure mod_ext_filter options
    FileETag component ... INode MTime Size svdhC
    ETag HTTP 応答ヘッダを作成するために使用される ファイルの属性
    <Files filename> ... </Files>svdhC
    マッチするファイル名に適用されるディレクティブを囲む
    <FilesMatch regex> ... </FilesMatch>svdhC
    正規表現にマッチするファイル名に適用される +
    <Files filename> ... </Files>svdhC
    マッチするファイル名に適用されるディレクティブを囲む
    <FilesMatch regex> ... </FilesMatch>svdhC
    正規表現にマッチするファイル名に適用される ディレクティブを囲む
    ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
    要求に合う単独のドキュメントが見つからなかったときに行なうことを指定 +
    ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
    要求に合う単独のドキュメントが見つからなかったときに行なうことを指定
    ForceType MIME-type|NonedhC
    すべてのマッチするファイルが指定の MIME コンテントタイプで +
    ForceType MIME-type|NonedhC
    すべてのマッチするファイルが指定の MIME コンテントタイプで 送られるようにする
    ForensicLog filename|pipesvE
    Sets filename of the forensic log
    Group unix-group #-1 sM
    リクエストに応答する際に所属するグループ
    Header [condition] set|append|add|unset|echo -header [value] [env=[!]variable]svdhE
    Configure HTTP response headers
    HeaderName filenamesvdhB
    +
    ForensicLog filename|pipesvE
    Sets filename of the forensic log
    Group unix-group #-1 sM
    リクエストに応答する際に所属するグループ
    Header [condition] set|append|add|unset|echo +header [value] [env=[!]variable]svdhE
    Configure HTTP response headers
    HeaderName filenamesvdhB
    インデックス一覧の先頭に挿入されるファイルの名前
    HostnameLookups On|Off|Double Off svdC
    クライアントの IP アドレスの DNS ルックアップを +
    HostnameLookups On|Off|Double Off svdC
    クライアントの IP アドレスの DNS ルックアップを 有効にする
    IdentityCheck On|Off Off svdC
    リモートユーザの RFC1413 によるアイデンティティのロギングを +
    IdentityCheck On|Off Off svdC
    リモートユーザの RFC1413 によるアイデンティティのロギングを 有効にする
    <IfDefine [!]parameter-name> ... - </IfDefine>svdhC
    起動時にテストが真であるときのみに処理されるディレクティブを +
    <IfDefine [!]parameter-name> ... + </IfDefine>svdhC
    起動時にテストが真であるときのみに処理されるディレクティブを 囲む
    <IfModule [!]module-name> ... - </IfModule>svdhC
    モジュールの存在するかしないかに応じて処理される +
    <IfModule [!]module-name> ... + </IfModule>svdhC
    モジュールの存在するかしないかに応じて処理される ディレクティブを囲む
    <IfVersion [[!]operator] version> ... -</IfVersion>svdhE
    バージョン依存の設定を入れる
    ImapBase map|referer|URL http://servername/ svdhB
    Default base for imagemap files
    ImapDefault error|nocontent|map|referer|URL nocontent svdhB
    Default action when an imagemap is called with coordinates +
    <IfVersion [[!]operator] version> ... +</IfVersion>svdhE
    バージョン依存の設定を入れる
    ImapBase map|referer|URL http://servername/ svdhB
    Default base for imagemap files
    ImapDefault error|nocontent|map|referer|URL nocontent svdhB
    Default action when an imagemap is called with coordinates that are not explicitly mapped
    ImapMenu none|formatted|semiformatted|unformattedsvdhB
    Action if no coordinates are given when calling +
    ImapMenu none|formatted|semiformatted|unformattedsvdhB
    Action if no coordinates are given when calling an imagemap
    Include file-path|directory-pathsvdC
    サーバ設定ファイル中から他の設定ファイルを取り込む
    IndexIgnore file [file] ...svdhB
    ディレクトリ一覧を行なう際に無視すべき +
    Include file-path|directory-pathsvdC
    サーバ設定ファイル中から他の設定ファイルを取り込む
    IndexIgnore file [file] ...svdhB
    ディレクトリ一覧を行なう際に無視すべき ファイルリストに追加
    IndexOptions [+|-]option [[+|-]option] ...svdhB
    ディレクトリインデックスの様々な設定項目 +
    IndexOptions [+|-]option [[+|-]option] ...svdhB
    ディレクトリインデックスの様々な設定項目
    IndexOrderDefault Ascending|Descending -Name|Date|Size|Description Ascending Name svdhB
    +
    IndexOrderDefault Ascending|Descending +Name|Date|Size|Description Ascending Name svdhB
    ディレクトリインデックスの標準の順番付けを設定
    ISAPIAppendLogToErrors on|off off svdhB
    Record HSE_APPEND_LOG_PARAMETER requests from +
    ISAPIAppendLogToErrors on|off off svdhB
    Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log
    ISAPIAppendLogToQuery on|off on svdhB
    Record HSE_APPEND_LOG_PARAMETER requests from +
    ISAPIAppendLogToQuery on|off on svdhB
    Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field
    ISAPICacheFile file-path [file-path] -...svB
    ISAPI .dll files to be loaded at startup
    ISAPIFakeAsync on|off off svdhB
    Fake asynchronous support for ISAPI callbacks
    ISAPILogNotSupported on|off off svdhB
    Log unsupported feature requests from ISAPI +
    ISAPICacheFile file-path [file-path] +...svB
    ISAPI .dll files to be loaded at startup
    ISAPIFakeAsync on|off off svdhB
    Fake asynchronous support for ISAPI callbacks
    ISAPILogNotSupported on|off off svdhB
    Log unsupported feature requests from ISAPI extensions
    ISAPIReadAheadBuffer size 49152 svdhB
    Size of the Read Ahead Buffer sent to ISAPI +
    ISAPIReadAheadBuffer size 49152 svdhB
    Size of the Read Ahead Buffer sent to ISAPI extensions
    KeepAlive On|Off On svC
    HTTP の持続的な接続を有効にする
    KeepAliveTimeout seconds 15 svC
    持続的な接続で次のリクエストが来るまでサーバが待つ時間
    LanguagePriority MIME-lang [MIME-lang] -...svdhB
    クライアントが優先度を示さなかったときの言語の variant の優先度を +
    KeepAlive On|Off On svC
    HTTP の持続的な接続を有効にする
    KeepAliveTimeout seconds 15 svC
    持続的な接続で次のリクエストが来るまでサーバが待つ時間
    LanguagePriority MIME-lang [MIME-lang] +...svdhB
    クライアントが優先度を示さなかったときの言語の variant の優先度を 指定
    LDAPCacheEntries number 1024 sX
    Maximum number of entries in the primary LDAP cache
    LDAPCacheTTL seconds 600 sX
    Time that cached items remain valid
    LDAPConnectionTimeout secondssX
    Specifies the socket connection timeout in seconds
    LDAPOpCacheEntries number 1024 sX
    Number of entries used to cache LDAP compare +
    LDAPCacheEntries number 1024 sX
    Maximum number of entries in the primary LDAP cache
    LDAPCacheTTL seconds 600 sX
    Time that cached items remain valid
    LDAPConnectionTimeout secondssX
    Specifies the socket connection timeout in seconds
    LDAPOpCacheEntries number 1024 sX
    Number of entries used to cache LDAP compare operations
    LDAPOpCacheTTL seconds 600 sX
    Time that entries in the operation cache remain +
    LDAPOpCacheTTL seconds 600 sX
    Time that entries in the operation cache remain valid
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory cache file
    LDAPSharedCacheSize bytes 102400 sX
    Size in bytes of the shared-memory cache
    LDAPTrustedCA directory-path/filenamesX
    Sets the file containing the trusted Certificate Authority certificate or database
    LDAPTrustedCAType typesX
    Specifies the type of the Certificate Authority file
    <Limit method [method] ... > ... - </Limit>svdhC
    囲いの中にあるアクセス制御の適用を特定の HTTP メソッドのみに +
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory cache file
    LDAPSharedCacheSize bytes 102400 sX
    Size in bytes of the shared-memory cache
    LDAPTrustedCA directory-path/filenamesX
    Sets the file containing the trusted Certificate Authority certificate or database
    LDAPTrustedCAType typesX
    Specifies the type of the Certificate Authority file
    <Limit method [method] ... > ... + </Limit>svdhC
    囲いの中にあるアクセス制御の適用を特定の HTTP メソッドのみに 制限する
    <LimitExcept method [method] ... > ... - </LimitExcept>svdhC
    指定されたもの以外の HTTP メソッドにアクセス制御を +
    <LimitExcept method [method] ... > ... + </LimitExcept>svdhC
    指定されたもの以外の HTTP メソッドにアクセス制御を 制限する
    LimitInternalRecursion number [number] 10 svC
    内部リダイレクトと入れ子になったサブリクエストの最大数を決定する
    LimitRequestBody bytes 0 svdhC
    クライアントから送られる HTTP リクエストのボディの +
    LimitInternalRecursion number [number] 10 svC
    内部リダイレクトと入れ子になったサブリクエストの最大数を決定する
    LimitRequestBody bytes 0 svdhC
    クライアントから送られる HTTP リクエストのボディの 総量を制限する
    LimitRequestFields number 100 sC
    クライアントからの HTTP リクエストのヘッダフィールドの数を +
    LimitRequestFields number 100 sC
    クライアントからの HTTP リクエストのヘッダフィールドの数を 制限する
    LimitRequestFieldsize bytessC
    クライアントからの HTTP リクエストのヘッダの +
    LimitRequestFieldsize bytessC
    クライアントからの HTTP リクエストのヘッダの サイズを制限する
    LimitRequestLine bytes 8190 sC
    クライアントからの HTTP リクエスト行のサイズを制限する
    LimitXMLRequestBody bytes 1000000 svdhC
    XML 形式のリクエストのボディのサイズを制限する
    Listen [IP-address:]portnumbersM
    サーバが listen するIP アドレスとポート番号
    ListenBacklog backlogsM
    保留状態のコネクションのキューの最大長
    LoadFile filename [filename] ...sE
    指定されたオブジェクトファイルやライブラリをリンクする
    LoadModule module filenamesE
    オブジェクトファイルやライブラリをリンクし、使用モジュールの +
    LimitRequestLine bytes 8190 sC
    クライアントからの HTTP リクエスト行のサイズを制限する
    LimitXMLRequestBody bytes 1000000 svdhC
    XML 形式のリクエストのボディのサイズを制限する
    Listen [IP-address:]portnumbersM
    サーバが listen するIP アドレスとポート番号
    ListenBacklog backlogsM
    保留状態のコネクションのキューの最大長
    LoadFile filename [filename] ...sE
    指定されたオブジェクトファイルやライブラリをリンクする
    LoadModule module filenamesE
    オブジェクトファイルやライブラリをリンクし、使用モジュールの リストに追加する
    <Location - URL-path|URL> ... </Location>svC
    囲んだディレクティブをマッチする URL のみに適用
    <LocationMatch - regex> ... </LocationMatch>svC
    囲んだディレクティブを正規表現にマッチする URL のみに +
    <Location + URL-path|URL> ... </Location>svC
    囲んだディレクティブをマッチする URL のみに適用
    <LocationMatch + regex> ... </LocationMatch>svC
    囲んだディレクティブを正規表現にマッチする URL のみに 適用
    LockFile filename logs/accept.lock sM
    受付を直列化するためのロックファイルの位置
    LogFormat format|nickname -[nickname] "%h %l %u %t \"%r\" +svB
    ログファイルで使用する書式を設定する
    LogLevel level warn svC
    ErrorLog の冗長性を制御する
    MaxClients numbersM
    リクエストに応答するために作成される +
    LockFile filename logs/accept.lock sM
    受付を直列化するためのロックファイルの位置
    LogFormat format|nickname +[nickname] "%h %l %u %t \"%r\" +svB
    ログファイルで使用する書式を設定する
    LogLevel level warn svC
    ErrorLog の冗長性を制御する
    MaxClients numbersM
    リクエストに応答するために作成される 子プロセスの最大個数
    MaxKeepAliveRequests number 100 svC
    持続的な接続上で許可されるリクエストの数
    MaxMemFree KBytes 0 sM
    free() が呼ばれない限り、 +
    MaxKeepAliveRequests number 100 svC
    持続的な接続上で許可されるリクエストの数
    MaxMemFree KBytes 0 sM
    free() が呼ばれない限り、 主メモリアロケータが保持し続けられるメモリの最大量
    MaxRequestsPerChild number 10000 sM
    個々の子サーバが稼働中に扱うリクエスト数の上限
    MaxRequestsPerThread number 0 sM
    Limit on the number of requests that an individual thread +
    MaxRequestsPerChild number 10000 sM
    個々の子サーバが稼働中に扱うリクエスト数の上限
    MaxRequestsPerThread number 0 sM
    Limit on the number of requests that an individual thread will handle during its life
    MaxSpareServers number 10 sM
    アイドルな子サーバプロセスの最大個数
    MaxSpareThreads numbersM
    アイドルスレッドの最大数
    MaxThreads number 2048 sM
    Set the maximum number of worker threads
    MaxThreadsPerChild number 64 sM
    Maximum number of threads per child process
    MCacheMaxObjectCount value 1009 sX
    キャッシュに保管されるオブジェクトの最大数
    MCacheMaxObjectSize bytes 10000 sX
    キャッシュに保管できるドキュメントの最大サイズ (バイト)
    MCacheMaxStreamingBuffer size_in_bytes of 100000 か MCacheM +sX
    ストリームされている応答をキャッシュ不能と決定するまでに +
    MaxSpareServers number 10 sM
    アイドルな子サーバプロセスの最大個数
    MaxSpareThreads numbersM
    アイドルスレッドの最大数
    MaxThreads number 2048 sM
    Set the maximum number of worker threads
    MaxThreadsPerChild number 64 sM
    Maximum number of threads per child process
    MCacheMaxObjectCount value 1009 sX
    キャッシュに保管されるオブジェクトの最大数
    MCacheMaxObjectSize bytes 10000 sX
    キャッシュに保管できるドキュメントの最大サイズ (バイト)
    MCacheMaxStreamingBuffer size_in_bytes of 100000 か MCacheM +sX
    ストリームされている応答をキャッシュ不能と決定するまでに メモリにバッファする最大量
    MCacheMinObjectSize bytes 0 sX
    キャッシュに保管されるドキュメントの最小サイズ (バイト)
    MCacheRemovalAlgorithm LRU|GDSF GDSF sX
    キャッシュから削除するドキュメントを選ぶためのアルゴリズム
    MCacheSize KBytes 100 sX
    キャッシュに使われるメモリの最大量をキロバイト単位で指定
    MetaDir directory .web svdhE
    Name of the directory to find CERN-style meta information +
    MCacheMinObjectSize bytes 0 sX
    キャッシュに保管されるドキュメントの最小サイズ (バイト)
    MCacheRemovalAlgorithm LRU|GDSF GDSF sX
    キャッシュから削除するドキュメントを選ぶためのアルゴリズム
    MCacheSize KBytes 100 sX
    キャッシュに使われるメモリの最大量をキロバイト単位で指定
    MetaDir directory .web svdhE
    Name of the directory to find CERN-style meta information files
    MetaFiles on|off off svdhE
    Activates CERN meta-file processing
    MetaSuffix suffix .meta svdhE
    File name suffix for the file containg CERN-style +
    MetaFiles on|off off svdhE
    Activates CERN meta-file processing
    MetaSuffix suffix .meta svdhE
    File name suffix for the file containg CERN-style meta information
    MimeMagicFile file-pathsvE
    Enable MIME-type determination based on file contents +
    MimeMagicFile file-pathsvE
    Enable MIME-type determination based on file contents using the specified magic file
    MinSpareServers number 5 sM
    アイドルな子サーバプロセスの最小個数
    MinSpareThreads numbersM
    リクエストに応答することのできる +
    MinSpareServers number 5 sM
    アイドルな子サーバプロセスの最小個数
    MinSpareThreads numbersM
    リクエストに応答することのできる アイドルスレッド数の最小数
    MMapFile file-path [file-path] ...sX
    Map a list of files into memory at startup time
    ModMimeUsePathInfo On|Off Off dB
    path_info コンポーネントをファイル名の一部として扱うように +
    MMapFile file-path [file-path] ...sX
    Map a list of files into memory at startup time
    ModMimeUsePathInfo On|Off Off dB
    path_info コンポーネントをファイル名の一部として扱うように mod_mime に通知する
    MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers -[Handlers|Filters] NegotiatedOnly svdhB
    MultiViews でのマッチングの検索に含ませる +
    MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers +[Handlers|Filters] NegotiatedOnly svdhB
    MultiViews でのマッチングの検索に含ませる ファイルのタイプを指定する
    NameVirtualHost addr[:port]sC
    名前ベースのバーチャルホストのための IP アドレスを指定
    NoProxy host [host] ...svE
    Hosts, domains, or networks that will be connected to +
    NameVirtualHost addr[:port]sC
    名前ベースのバーチャルホストのための IP アドレスを指定
    NoProxy host [host] ...svE
    Hosts, domains, or networks that will be connected to directly
    NumServers number 2 sM
    Total number of children alive at the same time
    NWSSLTrustedCerts filename [filename] ...sB
    List of additional client certificates
    NWSSLUpgradeable [IP-address:]portnumbersB
    Allows a connection to be upgraded to an SSL connection upon request
    Options - [+|-]option [[+|-]option] ... All svdhC
    ディレクトリに対して使用可能な機能を設定する
    Order ordering Deny,Allow dhB
    デフォルトのアクセス可能な状態と、Allow と +
    NumServers number 2 sM
    Total number of children alive at the same time
    NWSSLTrustedCerts filename [filename] ...sB
    List of additional client certificates
    NWSSLUpgradeable [IP-address:]portnumbersB
    Allows a connection to be upgraded to an SSL connection upon request
    Options + [+|-]option [[+|-]option] ... All svdhC
    ディレクトリに対して使用可能な機能を設定する
    Order ordering Deny,Allow dhB
    デフォルトのアクセス可能な状態と、Allow と Deny が評価される順番を制御する
    PassEnv env-variable [env-variable] -...svdhB
    シェルからの環境変数を渡す
    PidFile filename logs/httpd.pid M
    デーモンのプロセス ID +
    PassEnv env-variable [env-variable] +...svdhB
    シェルからの環境変数を渡す
    PidFile filename logs/httpd.pid M
    デーモンのプロセス ID をサーバが記録するためのファイル
    ProtocolEcho On|OffsvX
    エコーサーバの有効無効を設定します。
    <Proxy wildcard-url> ...</Proxy>svE
    Container for directives applied to proxied resources
    ProxyBadHeader IsError|Ignore|StartBody IsError svE
    Determines how to handle bad header lines in a +
    ProtocolEcho On|OffsvX
    エコーサーバの有効無効を設定します。
    <Proxy wildcard-url> ...</Proxy>svE
    Container for directives applied to proxied resources
    ProxyBadHeader IsError|Ignore|StartBody IsError svE
    Determines how to handle bad header lines in a response
    ProxyBlock *|word|host|domain -[word|host|domain] ...svE
    Words, hosts, or domains that are banned from being +
    ProxyBlock *|word|host|domain +[word|host|domain] ...svE
    Words, hosts, or domains that are banned from being proxied
    ProxyDomain DomainsvE
    Default domain name for proxied requests
    ProxyErrorOverride On|Off Off svE
    Override error pages for proxied content
    ProxyFtpDirCharset character set ISO-8859-1 svdE
    Define the character set for proxied FTP listings
    ProxyIOBufferSize bytes 8192 svE
    Determine size of internal data throughput buffer
    <ProxyMatch regex> ...</ProxyMatch>svE
    Container for directives applied to regular-expression-matched +
    ProxyDomain DomainsvE
    Default domain name for proxied requests
    ProxyErrorOverride On|Off Off svE
    Override error pages for proxied content
    ProxyFtpDirCharset character set ISO-8859-1 svdE
    Define the character set for proxied FTP listings
    ProxyIOBufferSize bytes 8192 svE
    Determine size of internal data throughput buffer
    <ProxyMatch regex> ...</ProxyMatch>svE
    Container for directives applied to regular-expression-matched proxied resources
    ProxyMaxForwards number 10 svE
    Maximium number of proxies that a request can be forwarded +
    ProxyMaxForwards number 10 svE
    Maximium number of proxies that a request can be forwarded through
    ProxyPass [path] !|urlsvdE
    Maps remote servers into the local server URL-space
    ProxyPassReverse [path] urlsvdE
    Adjusts the URL in HTTP response headers sent from a reverse +
    ProxyPass [path] !|urlsvdE
    Maps remote servers into the local server URL-space
    ProxyPassReverse [path] urlsvdE
    Adjusts the URL in HTTP response headers sent from a reverse proxied server
    ProxyPreserveHost On|Off Off svE
    Use incoming Host HTTP request header for proxy +
    ProxyPreserveHost On|Off Off svE
    Use incoming Host HTTP request header for proxy request
    ProxyReceiveBufferSize bytes 0 svE
    Network buffer size for proxied HTTP and FTP +
    ProxyReceiveBufferSize bytes 0 svE
    Network buffer size for proxied HTTP and FTP connections
    ProxyRemote match remote-serversvE
    Remote proxy used to handle certain requests
    ProxyRemoteMatch regex remote-serversvE
    Remote proxy used to handle requests matched by regular +
    ProxyRemote match remote-serversvE
    Remote proxy used to handle certain requests
    ProxyRemoteMatch regex remote-serversvE
    Remote proxy used to handle requests matched by regular expressions
    ProxyRequests On|Off Off svE
    Enables forward (standard) proxy requests
    ProxyTimeout seconds 300 svE
    Network timeout for proxied requests
    ProxyVia On|Off|Full|Block Off svE
    Information provided in the Via HTTP response +
    ProxyRequests On|Off Off svE
    Enables forward (standard) proxy requests
    ProxyTimeout seconds 300 svE
    Network timeout for proxied requests
    ProxyVia On|Off|Full|Block Off svE
    Information provided in the Via HTTP response header for proxied requests
    ReadmeName filenamesvdhB
    インデックス一覧の最後に挿入されるファイルの名前
    ReadmeName filenamesvdhB
    インデックス一覧の最後に挿入されるファイルの名前
    ReceiveBufferSize bytes 0 sM
    TCP receive buffer size
    Redirect [status] URL-path URLsvdhB
    クライアントが違う URL を取得するように外部へのリダイレクトを 送る
    ThreadStackSize number 65536 sM
    Determine the stack size for each thread
    TimeOut seconds 300 sC
    各イベントについて、リクエストを失敗させるまでにサーバが 待つ時間を設定
    TransferLog file|pipesvB
    ログファイルの位置を指定
    TypesConfig file-path conf/mime.types sB
    mime.types ファイルの位置
    UnsetEnv env-variable [env-variable] -...svdhB
    環境から変数を取り除く
    UseCanonicalName On|Off|Dns On svdC
    サーバが自分自身の名前とポートを決定する方法を設定する
    User unix-userid #-1 sM
    リクエストに応答する際に用いるユーザ ID
    UserDir directory-filename public_html svB
    ユーザ専用ディレクトリの位置
    VirtualDocumentRoot interpolated-directory|none none svE
    Dynamically configure the location of the document root +
    TraceEnable [on|off|extended] on sC
    Determines the behaviour on TRACE +requests
    TransferLog file|pipesvB
    ログファイルの位置を指定
    TypesConfig file-path conf/mime.types sB
    mime.types ファイルの位置
    UnsetEnv env-variable [env-variable] +...svdhB
    環境から変数を取り除く
    UseCanonicalName On|Off|Dns On svdC
    サーバが自分自身の名前とポートを決定する方法を設定する
    User unix-userid #-1 sM
    リクエストに応答する際に用いるユーザ ID
    UserDir directory-filename public_html svB
    ユーザ専用ディレクトリの位置
    VirtualDocumentRoot interpolated-directory|none none svE
    Dynamically configure the location of the document root for a given virtual host
    VirtualDocumentRootIP interpolated-directory|none none svE
    Dynamically configure the location of the document root +
    VirtualDocumentRootIP interpolated-directory|none none svE
    Dynamically configure the location of the document root for a given virtual host
    <VirtualHost +
    <VirtualHost addr[:port] [addr[:port]] - ...> ... </VirtualHost>sC
    特定のホスト名や IP アドレスのみに適用されるディレクティブを + ...> ... </VirtualHost>sC
    特定のホスト名や IP アドレスのみに適用されるディレクティブを 囲む
    VirtualScriptAlias interpolated-directory|none none svE
    Dynamically configure the location of the CGI directory for +
    VirtualScriptAlias interpolated-directory|none none svE
    Dynamically configure the location of the CGI directory for a given virtual host
    VirtualScriptAliasIP interpolated-directory|none none svE
    Dynamically configure the location of the cgi directory for +
    VirtualScriptAliasIP interpolated-directory|none none svE
    Dynamically configure the location of the cgi directory for a given virtual host
    Win32DisableAcceptExsM
    ネットワーク接続の受け付けに accept() をAcceptEx の代わりに使う
    XBitHack on|off|full off svdhB
    実行ビットが設定されたファイルの SSI ディレクティブを +
    Win32DisableAcceptExsM
    ネットワーク接続の受け付けに accept() をAcceptEx の代わりに使う
    XBitHack on|off|full off svdhB
    実行ビットが設定されたファイルの SSI ディレクティブを 解析する
    diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 32804746ecc..a1a93badab1 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -183,21 +183,24 @@ passwords for authentication
    BS2000Account accountsM
    Define the non-privileged account on BS2000 machines
    CacheDefaultExpire seconds 3600 (one hour) svX
    ¸¸±â½Ã°£À» ÁöÁ¤ÇÏÁö¾ÊÀº ¹®¼­¸¦ ij½¬ÇÒ ±âº» ±â°£.
    CacheDirLength length 2 svX
    ÇÏÀ§µð·ºÅ丮¸íÀÇ ¹®ÀÚ°³¼ö
    CacheDirLevels levels 3 svX
    ij½¬ÀÇ ÇÏÀ§µð·ºÅ丮 ±íÀÌ.
    CacheDisable url-stringsvX
    ƯÁ¤ URLÀ» ij½¬ÇÏÁö ¾Ê´Â´Ù
    CacheEnable cache_type url-stringsvX
    ÁöÁ¤ÇÑ ÀúÀå°ü¸®ÀÚ¸¦ »ç¿ëÇÏ¿© ÁöÁ¤ÇÑ URLÀ» ij½¬ÇÑ´Ù
    CacheExpiryCheck On|Off On svX
    ij½¬¿¡¼­ ÆÄÀÏÀ» ãÀ»¶§ ¸¸±â½Ã°£À» °í·ÁÇÒÁö ¿©ºÎ
    CacheFile file-path [file-path] ...sX
    ½ÃÀ۽à ¿©·¯ ÆÄÀÏ ÇÚµéÀ» ij½¬ÇÑ´Ù
    CacheForceCompletion Percentage 60 svX
    ¿äûÀÌ Ãë¼ÒµÇ´õ¶óµµ ¼­¹ö°¡ ÆÄÀÏÀ» °è¼Ó ij½¬ÇϱâÀ§ÇØ +
    BufferedLogs On|Off Off sB
    Buffer log entries in memory before writing to disk
    CacheDefaultExpire seconds 3600 (one hour) svX
    ¸¸±â½Ã°£À» ÁöÁ¤ÇÏÁö¾ÊÀº ¹®¼­¸¦ ij½¬ÇÒ ±âº» ±â°£.
    CacheDirLength length 2 svX
    ÇÏÀ§µð·ºÅ丮¸íÀÇ ¹®ÀÚ°³¼ö
    CacheDirLevels levels 3 svX
    ij½¬ÀÇ ÇÏÀ§µð·ºÅ丮 ±íÀÌ.
    CacheDisable url-stringsvX
    ƯÁ¤ URLÀ» ij½¬ÇÏÁö ¾Ê´Â´Ù
    CacheEnable cache_type url-stringsvX
    ÁöÁ¤ÇÑ ÀúÀå°ü¸®ÀÚ¸¦ »ç¿ëÇÏ¿© ÁöÁ¤ÇÑ URLÀ» ij½¬ÇÑ´Ù
    CacheExpiryCheck On|Off On svX
    ij½¬¿¡¼­ ÆÄÀÏÀ» ãÀ»¶§ ¸¸±â½Ã°£À» °í·ÁÇÒÁö ¿©ºÎ
    CacheFile file-path [file-path] ...sX
    ½ÃÀ۽à ¿©·¯ ÆÄÀÏ ÇÚµéÀ» ij½¬ÇÑ´Ù
    CacheForceCompletion Percentage 60 svX
    ¿äûÀÌ Ãë¼ÒµÇ´õ¶óµµ ¼­¹ö°¡ ÆÄÀÏÀ» °è¼Ó ij½¬ÇϱâÀ§ÇØ ÇÊ¿äÇÑ ¹®¼­ÀÇ ¼­ºñ½º·ü.
    CacheGcClean hours url-string ? svX
    URL¿¡ ÇØ´çÇÏ´Â º¯ÇÏÁö¾ÊÀº ij½¬ÆÄÀÏÀ» À¯ÁöÇÒ ½Ã°£
    CacheGcDaily time ? svX
    ¸ÅÀÏ °¡ºñÁöÄ÷¢Å͸¦ ½ÇÇàÇÒ ¹Ýº¹ ½Ã°£ (24½Ã ½Ã°è)
    CacheGcInterval hourssvX
    °¡ºñÁöÄ÷¢Å͸¦ ½ÇÇàÇÏ´Â °£°Ý.
    CacheGcMemUsage KBytes ? svX
    °¡ºñÁöÄ÷¢ÅͰ¡ »ç¿ëÇÒ ÃÖ´ë ¸Þ¸ð¸®·® (kilobyte ´ÜÀ§)
    CacheGcUnused hours url-string ? svX
    URL¿¡ ÇØ´çÇÏ´Â ÂüÁ¶µÇÁö¾ÊÀº ij½¬ÆÄÀÏÀ» À¯ÁöÇÒ ±â°£.
    CacheIgnoreCacheControl On|Off Off svX
    Ŭ¶óÀÌ¾ðÆ®°¡ ij½¬ÇÏÁö¾Ê´Â ³»¿ëÀ» ¿äûÇÔÀ» ¹«½ÃÇÑ´Ù.
    CacheGcClean hours url-string ? svX
    URL¿¡ ÇØ´çÇÏ´Â º¯ÇÏÁö¾ÊÀº ij½¬ÆÄÀÏÀ» À¯ÁöÇÒ ½Ã°£
    CacheGcDaily time ? svX
    ¸ÅÀÏ °¡ºñÁöÄ÷¢Å͸¦ ½ÇÇàÇÒ ¹Ýº¹ ½Ã°£ (24½Ã ½Ã°è)
    CacheGcInterval hourssvX
    °¡ºñÁöÄ÷¢Å͸¦ ½ÇÇàÇÏ´Â °£°Ý.
    CacheGcMemUsage KBytes ? svX
    °¡ºñÁöÄ÷¢ÅͰ¡ »ç¿ëÇÒ ÃÖ´ë ¸Þ¸ð¸®·® (kilobyte ´ÜÀ§)
    CacheGcUnused hours url-string ? svX
    URL¿¡ ÇØ´çÇÏ´Â ÂüÁ¶µÇÁö¾ÊÀº ij½¬ÆÄÀÏÀ» À¯ÁöÇÒ ±â°£.
    CacheIgnoreCacheControl On|Off Off svX
    Ŭ¶óÀÌ¾ðÆ®°¡ ij½¬ÇÏÁö¾Ê´Â ³»¿ëÀ» ¿äûÇÔÀ» ¹«½ÃÇÑ´Ù.
    CacheIgnoreHeaders header-string [header-string] ... None svX
    Do not store the given HTTP header(s) in the cache. +
    CacheIgnoreNoLastMod On|Off Off svX
    ÀÀ´ä¿¡ Last Modified Çì´õ°¡ ¾ø´Ù´Â »ç½ÇÀ» ¹«½ÃÇÑ´Ù.
    CacheLastModifiedFactor float 0.1 svX
    LastModified ½Ã°£À¸·Î ¸¸±â½Ã°£À» °è»êÇϴµ¥ »ç¿ëÇÏ´Â °è¼ö.