From: André Malo Date: Fri, 4 Feb 2005 17:33:26 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.0.53~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9638ae5ed545c07935a7e93d04a41d64de79e865;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151374 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 4d0af8f5c0c..e8543cf1a61 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -25,6 +25,9 @@  en  |  ja 

+
Diese Übersetzung ist möglicherweise + nicht mehr aktuell. Bitte prüfen Sie die englische Version auf + die neuesten Änderungen.
Beschreibung:Ständig verfügbare Kernfunktionen des Apache HTTP Servers
Status:Core
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 3e0eb957c4b..10887b8048a 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -164,6 +164,8 @@
  • <DirectoryMatch>
  • DirectorySlash
  • DocumentRoot
  • +
  • DumpIOInput
  • +
  • DumpIOOutput
  • EnableExceptionHook
  • EnableMMAP
  • EnableSendfile
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 8e1c2c474e7..9932e55cb9c 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -167,6 +167,8 @@
  • <DirectoryMatch>
  • DirectorySlash
  • DocumentRoot
  • +
  • DumpIOInput
  • +
  • DumpIOOutput
  • EnableExceptionHook
  • EnableMMAP
  • EnableSendfile
  • diff --git a/docs/manual/mod/directives.html.ja.euc-jp b/docs/manual/mod/directives.html.ja.euc-jp index d6dcd07d747..57375b186ad 100644 --- a/docs/manual/mod/directives.html.ja.euc-jp +++ b/docs/manual/mod/directives.html.ja.euc-jp @@ -162,6 +162,8 @@
  • <DirectoryMatch>
  • DirectorySlash
  • DocumentRoot
  • +
  • DumpIOInput
  • +
  • DumpIOOutput
  • EnableExceptionHook
  • EnableMMAP
  • EnableSendfile
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 2e01168a5e7..d868f4da634 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -162,6 +162,8 @@
  • <DirectoryMatch>
  • DirectorySlash
  • DocumentRoot
  • +
  • DumpIOInput
  • +
  • DumpIOOutput
  • EnableExceptionHook
  • EnableMMAP
  • EnableSendfile
  • diff --git a/docs/manual/mod/directives.html.ru.koi8-r b/docs/manual/mod/directives.html.ru.koi8-r index 3b2398a3a52..8ef612078ef 100644 --- a/docs/manual/mod/directives.html.ru.koi8-r +++ b/docs/manual/mod/directives.html.ru.koi8-r @@ -166,6 +166,8 @@
  • <DirectoryMatch>
  • DirectorySlash
  • DocumentRoot
  • +
  • DumpIOInput
  • +
  • DumpIOOutput
  • EnableExceptionHook
  • EnableMMAP
  • EnableSendfile
  • diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index b747155b057..2c78aa4fe77 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -104,6 +104,7 @@ client
    mod_dir
    Provides for "trailing slash" redirects and serving directory index files
    mod_disk_cache
    Content cache storage manager keyed to URIs
    +
    mod_dumpio
    Dumps all I/O to error log as desired.
    mod_echo
    A simple echo server to illustrate protocol modules
    mod_env
    Modifies the environment which is passed to CGI scripts and diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es index 73ac117fd11..90dccb75842 100644 --- a/docs/manual/mod/index.html.es +++ b/docs/manual/mod/index.html.es @@ -106,6 +106,7 @@ client
    mod_dir
    Provides for "trailing slash" redirects and serving directory index files
    mod_disk_cache
    Content cache storage manager keyed to URIs
    +
    mod_dumpio
    Dumps all I/O to error log as desired.
    mod_echo
    A simple echo server to illustrate protocol modules
    mod_env
    Modifies the environment which is passed to CGI scripts and diff --git a/docs/manual/mod/index.html.ja.euc-jp b/docs/manual/mod/index.html.ja.euc-jp index fc6be8b3e72..a1e88f42ded 100644 --- a/docs/manual/mod/index.html.ja.euc-jp +++ b/docs/manual/mod/index.html.ja.euc-jp @@ -97,6 +97,7 @@ for HTTP Basic authentication.
    mod_dir
    ¡ÖºÇ¸å¤Î¥¹¥é¥Ã¥·¥å¡×¤Î¥ê¥À¥¤¥ì¥¯¥È¤È¡¢¥Ç¥£¥ì¥¯¥È¥ê¤Î ¥¤¥ó¥Ç¥Ã¥¯¥¹¥Õ¥¡¥¤¥ë¤ò°·¤¦µ¡Ç½¤òÄ󶡤¹¤ë
    mod_disk_cache
    Content cache storage manager keyed to URIs
    +
    mod_dumpio
    Dumps all I/O to error log as desired.
    mod_echo
    ¥×¥í¥È¥³¥ë¥â¥¸¥å¡¼¥ë¤Î³µÍפò¼¨¤¹¤¿¤á¤Îñ½ã¤Ê¥¨¥³¡¼¥µ¡¼¥Ð
    mod_env
    CGI ¥¹¥¯¥ê¥×¥ÈµÚ¤Ó SSI diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr index 052bb8c79bc..2745abc37cc 100644 --- a/docs/manual/mod/index.html.ko.euc-kr +++ b/docs/manual/mod/index.html.ko.euc-kr @@ -92,6 +92,7 @@ for HTTP Basic authentication.
    mod_dir
    "¸¶Áö¸· ½½·¡½¬" ¸®´ÙÀÌ·º¼ÇÀ» Á¦°øÇÏ°í µð·ºÅ丮 index ÆÄÀÏÀ» ¼­ºñ½ºÇÑ´Ù
    mod_disk_cache
    Content cache storage manager keyed to URIs
    +
    mod_dumpio
    Dumps all I/O to error log as desired.
    mod_echo
    ÇÁ·ÎÅäÄÝ ¸ðµâÀ» ¼³¸íÇϱâÀ§ÇÑ °£´ÜÇÑ echo ¼­¹ö
    mod_env
    CGI ½ºÅ©¸³Æ®³ª SSI ÆäÀÌÁö¿¡ Àü´ÞÇÒ È¯°æº¯¼ö¸¦ ¼öÁ¤ÇÑ´Ù
    diff --git a/docs/manual/mod/mod_dumpio.html.en b/docs/manual/mod/mod_dumpio.html.en index 95b4149e672..c6969744793 100644 --- a/docs/manual/mod/mod_dumpio.html.en +++ b/docs/manual/mod/mod_dumpio.html.en @@ -101,5 +101,4 @@ later. - - + \ No newline at end of file diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 35d58f6653b..42f2cbba407 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -293,6 +293,8 @@ a directory DirectorySlash On|Off On svdhBToggle trailing slash redirects on or off DocumentRoot Verzeichnis /usr/local/apache/h +svCVerzeichnis, welches den Haupt-Dokumentenbaum bildet, der im Web sichtbar ist. +DumpIOInput On|Off Off sXDump all input data to the error log +DumpIOOutput On|Off Off sXDump all output data to the error log EnableExceptionHook On|Off Off sMAktiviert einen Hook, der nach einem Absturz noch Ausnahmefehler behandeln lassen kann EnableMMAP On|Off On svdhCVerwende Memory-Mapping, um Dateien während der diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 8bfffab8094..114ffef3dd7 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -80,8 +80,8 @@ icon selected by MIME content-type AddCharset charset extension [extension] ...svdhBMaps the given filename extensions to the specified content charset -AddDefaultCharset On|Off|charset Off svdhCDefault character set to be added for a -response without an explicit character set +AddDefaultCharset On|Off|charset Off svdhCDefault charset parameter to be added when a response +content-type is "text/plain" or "text/html" AddDescription string file [file] ...svdhBDescription to display for a file AddEncoding MIME-enc extension [extension] ...svdhBMaps the given filename extensions to the specified encoding @@ -291,6 +291,8 @@ subdirectories DirectorySlash On|Off On svdhBToggle trailing slash redirects on or off DocumentRoot directory-path /usr/local/apache/h +svCDirectory that forms the main document tree visible from the web +DumpIOInput On|Off Off sXDump all input data to the error log +DumpIOOutput On|Off Off sXDump all output data to the error log EnableExceptionHook On|Off Off sMActiva un hook que inicia handlers de excepción después de un error irrecuperable EnableMMAP On|Off On svdhCUse memory-mapping to read files during delivery diff --git a/docs/manual/mod/quickreference.html.ja.euc-jp b/docs/manual/mod/quickreference.html.ja.euc-jp index 79af7ca1fe0..e6c760007c2 100644 --- a/docs/manual/mod/quickreference.html.ja.euc-jp +++ b/docs/manual/mod/quickreference.html.ja.euc-jp @@ -278,6 +278,8 @@ processes DirectorySlash On|Off On svdhB¥Ñ¥¹ËöÈø¤Î¥¹¥é¥Ã¥·¥å¤Ç¥ê¥À¥¤¥ì¥¯¥È¤¹¤ë¤«¤É¤¦¤«¤Î¥ª¥ó¥ª¥Õ¤ò¥È¥°¥ë¤µ¤»¤ë DocumentRoot directory-path /usr/local/apache/h +svC¥¦¥§¥Ö¤«¤é¸«¤¨¤ë¥á¥¤¥ó¤Î¥É¥­¥å¥á¥ó¥È¥Ä¥ê¡¼¤Ë¤Ê¤ë ¥Ç¥£¥ì¥¯¥È¥ê +DumpIOInput On|Off Off sXDump all input data to the error log +DumpIOOutput On|Off Off sXDump all output data to the error log EnableExceptionHook On|Off Off sM¥¯¥é¥Ã¥·¥å¤Î¸å¤ËÎã³°¥Ï¥ó¥É¥é¤ò¼Â¹Ô¤¹¤ë¥Õ¥Ã¥¯¤òÍ­¸ú¤Ë¤¹¤ë EnableMMAP On|Off On svdhCÇÛÁ÷Ãæ¤Ë¥Õ¥¡¥¤¥ë¤òÆÉ¤ß¹þ¤à¤¿¤á¤Ë¥á¥â¥ê¥Þ¥Ã¥Ô¥ó¥°¤ò »È¤¦¤«¤É¤¦¤« diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 4401fff1bec..1b5171c02b0 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -73,8 +73,8 @@ accepting requests on network sockets AddCharset charset extension [extension] ...svdhBMaps the given filename extensions to the specified content charset -AddDefaultCharset On|Off|charset Off svdhCDefault character set to be added for a -response without an explicit character set +AddDefaultCharset On|Off|charset Off svdhCDefault charset parameter to be added when a response +content-type is "text/plain" or "text/html" AddDescription string file [file] ...svdhBÆÄÀÏ¿¡ ´ëÇÑ ¼³¸í AddEncoding MIME-enc extension [extension] ...svdhBMaps the given filename extensions to the specified encoding @@ -262,6 +262,8 @@ subdirectories DirectorySlash On|Off On svdhB¸¶Áö¸· ½½·¡½¬ ¸®´ÙÀÌ·º¼ÇÀ» Ű°í ²ö´Ù DocumentRoot directory-path /usr/local/apache/h +svCDirectory that forms the main document tree visible from the web +DumpIOInput On|Off Off sXDump all input data to the error log +DumpIOOutput On|Off Off sXDump all output data to the error log EnableExceptionHook On|Off Off sMEnables a hook that runs exception handlers after a crash EnableMMAP On|Off On svdhCUse memory-mapping to read files during delivery diff --git a/docs/manual/mod/quickreference.html.ru.koi8-r b/docs/manual/mod/quickreference.html.ru.koi8-r index 34e987beb91..8520be7f592 100644 --- a/docs/manual/mod/quickreference.html.ru.koi8-r +++ b/docs/manual/mod/quickreference.html.ru.koi8-r @@ -79,8 +79,8 @@ icon selected by MIME content-type AddCharset charset extension [extension] ...svdhBMaps the given filename extensions to the specified content charset -AddDefaultCharset On|Off|charset Off svdhCDefault character set to be added for a -response without an explicit character set +AddDefaultCharset On|Off|charset Off svdhCDefault charset parameter to be added when a response +content-type is "text/plain" or "text/html" AddDescription string file [file] ...svdhBDescription to display for a file AddEncoding MIME-enc extension [extension] ...svdhBMaps the given filename extensions to the specified encoding @@ -290,6 +290,8 @@ subdirectories DirectorySlash On|Off On svdhBToggle trailing slash redirects on or off DocumentRoot directory-path /usr/local/apache/h +svCDirectory that forms the main document tree visible from the web +DumpIOInput On|Off Off sXDump all input data to the error log +DumpIOOutput On|Off Off sXDump all output data to the error log EnableExceptionHook On|Off Off sMEnables a hook that runs exception handlers after a crash EnableMMAP On|Off On svdhCUse memory-mapping to read files during delivery diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index a4b8cf44946..f60bfa7244d 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -611,16 +611,17 @@ modules use the following options:

    -
    --with-module=module-type:module-file -
    -

    Add a third-party module to the list of statically linked +

    --with-module=module-type:module-file[, + module-type:module-file]
    +

    Add one or more third-party modules to the list of statically linked modules. The module source file module-file will be searched in the modules/module-type - subdirectory of your Apache HTTP server source tree so it has to be - placed there before. If it is not found here - configure is considering module-file to be + subdirectory of your Apache HTTP server source tree. If it is not found + there configure is considering module-file to be an absolute file path and tries to copy the source file into the - module-type subdirectory.

    + module-type subdirectory. If the subdirectory doesn't + exist it will be created and populated with a standard + Makefile.in.

    This option is useful to add small external modules consisting of one source file. For more complex modules you should read the vendor's documentation.

    diff --git a/docs/manual/programs/configure.xml.ko b/docs/manual/programs/configure.xml.ko index 4148fae28ec..707abc571c6 100644 --- a/docs/manual/programs/configure.xml.ko +++ b/docs/manual/programs/configure.xml.ko @@ -1,7 +1,7 @@ - +