diff options
| author | fukachan <fukachan> | 2003-10-18 06:50:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-10-18 06:50:29 +0000 |
| commit | 6bf4b8f3a4e76576cb5cae41f7fc6c8a0572e1c2 (patch) | |
| tree | 1d666b900477436ab424513a52841a894bc68ec5 /fml/etc/src/config.cf.ja/log.cf | |
| parent | cb7dc1400d1ef1b6051a65457d9cb7407e029349 (diff) | |
| download | fml8-6bf4b8f3a4e76576cb5cae41f7fc6c8a0572e1c2.tar.gz fml8-6bf4b8f3a4e76576cb5cae41f7fc6c8a0572e1c2.tar.bz2 fml8-6bf4b8f3a4e76576cb5cae41f7fc6c8a0572e1c2.zip | |
define log_file_*_charset and modify log module to use it.
Diffstat (limited to 'fml/etc/src/config.cf.ja/log.cf')
| -rw-r--r-- | fml/etc/src/config.cf.ja/log.cf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.ja/log.cf b/fml/etc/src/config.cf.ja/log.cf index 2dd2e7b2..238aa447 100644 --- a/fml/etc/src/config.cf.ja/log.cf +++ b/fml/etc/src/config.cf.ja/log.cf @@ -40,6 +40,27 @@ log_format_type = process[pid] log_dir = $var_dir/log +=head2 charset + +# Descriptions: +# History: +# Value: +# Examples: +log_file_default_charset = $log_file_charset_ja + +# Descriptions: +# History: +# Value: +# Examples: +log_file_charset_ja = euc-jp + +# Descriptions: +# History: +# Value: +# Examples: +log_file_charset_en = us-ascii + + =head2 ドメイン固有 |
