From c99b708ac6dbfd3d50c0ea58693bb0ccde1ee79f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 27 Dec 2010 21:53:39 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053202 13f79535-47bb-0310-9956-ffa450edef68 --- docs/man/rotatelogs.8 | 7 +++++-- docs/manual/index.html.de | 4 +--- docs/manual/index.xml.meta | 2 +- docs/manual/mod/core.html.fr | 11 ++++++----- docs/manual/mod/quickreference.html.ja.utf8 | 21 +++++++++++---------- 5 files changed, 24 insertions(+), 21 deletions(-) diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index 2265cc82fd..5a5dadaaea 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ROTATELOGS" 8 "2010-11-01" "Apache HTTP Server" "rotatelogs" +.TH "ROTATELOGS" 8 "2010-12-27" "Apache HTTP Server" "rotatelogs" .SH NAME rotatelogs \- Piped logging program to rotate Apache logs @@ -27,7 +27,7 @@ rotatelogs \- Piped logging program to rotate Apache logs .SH "SYNOPSIS" .PP -\fBrotatelogs\fR [ -\fBl\fR ] [ -\fBL\fR \fIlinkname\fR ] [ -\fBf\fR ] [ -\fBv\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fR(B|K|M|G) [ \fIoffset\fR ] +\fBrotatelogs\fR [ -\fBl\fR ] [ -\fBL\fR \fIlinkname\fR ] [ -\fBf\fR ] [ -\fBv\fR ] [ -\fBe\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fR(B|K|M|G) [ \fIoffset\fR ] .SH "SUMMARY" @@ -55,6 +55,9 @@ Causes the logfile to be truncated instead of rotated\&. This is useful when a l -v Produce verbose output on STDERR\&. The output contains the result of the configuration parsing, and all file open and close actions\&. .TP +-e +Echo logs through to stdout\&. Useful when logs need to be further processed in real time by a further tool in the chain\&. +.TP \fIlogfile\fR .PP The path plus basename of the logfile\&. If \fIlogfile\fR includes any '%' characters, it is treated as a format string for strftime(3)\&. Otherwise, the suffix \fI\&.nnnnnnnnnn\fR is automatically added and is the time in seconds (unless the -t option is used)\&. Both formats compute the start time from the beginning of the current period\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created from the strftime(3) format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&. .PP When using strftime(3) filename formatting, be sure the log file format has enough granularity to produce a different file name each time the logs are rotated\&. Otherwise rotation will overwrite the same file instead of starting a new one\&. For example, if \fIlogfile\fR was /var/logs/errorlog\&.%Y-%m-%d with log rotation at 5 megabytes, but 5 megabytes was reached twice in the same day, the same log file name would be produced and log rotation would keep writing to the same file\&. .TP diff --git a/docs/manual/index.html.de b/docs/manual/index.html.de index 1e0224bbe8..6621126180 100644 --- a/docs/manual/index.html.de +++ b/docs/manual/index.html.de @@ -32,9 +32,6 @@  pt-br  |  tr 

-
Diese Übersetzung ist möglicherweise - nicht mehr aktuell. Bitte prüfen Sie die englische Version auf - die neuesten Änderungen.

- + +

Hinweise zur Version

diff --git a/docs/manual/index.xml.meta b/docs/manual/index.xml.meta index 24d7ced156..8cfbb13b70 100644 --- a/docs/manual/index.xml.meta +++ b/docs/manual/index.xml.meta @@ -8,7 +8,7 @@ da - de + de en es fr diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 2792abc52c..1898f93d1b 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -3193,11 +3193,13 @@ virtuels particulier
Syntaxe:Options [+|-]option [[+|-]option] ...
Défaut:Options All
Défaut:Options FollowSymlinks
Contexte:configuration du serveur, serveur virtuel, répertoire, .htaccess
Annuler:Options
Statut:Core
Module:core
Compatibilité:Avec la version 2.3.11, la valeur par défaut passe de All +à FollowSymlinks

La directive Options permet de définir les fonctionnalités de serveur disponibles pour un répertoire @@ -3210,8 +3212,7 @@ particulier

All
-
Toutes les options excepté MultiViews. il s'agit - de la configuration par défaut.
+
Toutes les options excepté MultiViews.
ExecCGI
@@ -3223,7 +3224,7 @@ particulier
Le serveur va suivre les liens symboliques dans le répertoire - concerné. + concerné. Il s'agit de la valeur par défaut.

Bien que le serveur suive les liens symboliques, il ne modifie pas le nom de chemin concerné défini par la section @@ -3356,7 +3357,7 @@ particulier

En l'absence de toute définition d'options, la valeur par défaut - est All.

+ est FollowSymlinks.

top
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index de12a33106..a5100d98fa 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -246,39 +246,40 @@ authentication succeeds but authorization fails BufferedLogs On|Off Off sBディスクに書き出す前にメモリにログエントリをバッファする BufferSize integer 131072 svdhEMaximum size in bytes to buffer by the buffer filter CacheDefaultExpire seconds 3600 (1時間) svE期日が指定されていないときにドキュメントをキャッシュするデフォルトの期間 -svdhEAdd an X-Cache-Detail header to the response. +CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. CacheDirLength length 2 svEサブディレクトリ名の文字数 CacheDirLevels levels 2 svEキャッシュのサブディレクトリの深さの数 CacheDisable url-stringsvE特定の URL をキャッシュしない CacheEnable cache_type url-stringsvE指定したストレージ管理方式を使ってのキャッシュを有効にする CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -svdhEAdd an X-Cache header to the response. +CacheHeader on|off off svdhEAdd an X-Cache header to the response. CacheIgnoreCacheControl On|Off Off svEキャッシュされているコンテンツを返さないようにクライアントから リクエストされても無視する CacheIgnoreHeaders header-string [header-string] ... None svE指定された HTTP ヘッダをキャッシュに保存しない。 CacheIgnoreNoLastMod On|Off Off svE応答に Last Modified が無くても気にしないようにする CacheIgnoreQueryString On|Off Off svEキャッシュ時にクエリーストリングを無視する -svEIgnore defined session identifiers encoded in the URL when caching -svEOverride the base URL of reverse proxied cache keys. +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching + +CacheKeyBaseURL URL http://example.com svEOverride the base URL of reverse proxied cache keys. CacheLastModifiedFactor float 0.1 svELastModified の日付に基づいて有効期限 (expiry) を計算するための重みを指定する -svEEnable the thundering herd lock. -svESet the maximum possible age of a cache lock. -svESet the lock path directory. +CacheLock on|off off svEEnable the thundering herd lock. +CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. +CacheLockPath directory /tmp/mod_cache-lock +svESet the lock path directory. CacheMaxExpire seconds 86400 (一日) svEドキュメントをキャッシュする最大時間を秒数で表したもの CacheMaxFileSize bytes 1000000 svEキャッシュに保管されるドキュメントの最大の (バイトでの) サイズ CacheMinExpire seconds 0 svEドキュメントをキャッシュする最小秒数 CacheMinFileSize bytes 1 svEキャッシュに保管されるドキュメントの最小限の (バイトでの) 大きさ CacheNegotiatedDocs On|Off Off svBコンテントネゴシエーションされたドキュメントをプロキシサーバが キャッシュできるようにする -svERun the cache from the quick handler. +CacheQuickHandler on|off on svERun the cache from the quick handler. svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream CacheRoot directorysvEキャッシュファイルが保管されるルートディレクトリ -svdhEServe stale content in place of 5xx responses. -svdhEAttempt to cache responses that the server reports as expired +CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired CacheStoreNoStore On|Off Off svEno-store と指定されているレスポンスのキャッシュを試みる。 CacheStorePrivate On|Off Off svEprivate と指定されているレスポンスのキャッシュを試みる。 CGIMapExtension cgi-path .extensiondhCCGI スクリプトのインタープリタの位置を調べるための手法 -- 2.50.1