diff options
| author | fukachan <fukachan> | 2002-03-06 03:48:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-03-06 03:48:15 +0000 |
| commit | c2243de033ed2bbfa20a88062ebcff77eb2eeff1 (patch) | |
| tree | af3196bcf929da73a39d29e9ddec32ec5550ce20 | |
| parent | 7def152af693bbae6e364087a600b796ca05ac0a (diff) | |
| download | fml8-c2243de033ed2bbfa20a88062ebcff77eb2eeff1.tar.gz fml8-c2243de033ed2bbfa20a88062ebcff77eb2eeff1.tar.bz2 fml8-c2243de033ed2bbfa20a88062ebcff77eb2eeff1.zip | |
define directory for cgi and HTML article archive
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 38 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/cgi.cf | 25 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/htmlarchive.cf | 13 |
3 files changed, 64 insertions, 12 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index d758e3f1..37a18fe7 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -539,15 +539,16 @@ spool_type = plane =head1 記事を HTML 化する # Descriptions: 記事を HTML 化するか否か -# History: +# History: fml 4 の $AUTO_HTML_GEN # Value: yes / no -# Examples: +# Examples: yes use_html_archive = yes -# Descriptions: ヘッダ情報を根拠にしたフィルタリングをするか? -# History: -# Value: yes / no -# Examples: +# Descriptions: HTML 化された記事を作るディレクトリ (MLごと) +# 注意: ドメインごと、MLごとに別のディレクトリになる +# History: none +# Value: directory +# Examples: ~fml/public_html/mlarchive/fml.org/elena html_archive_dir = $fml_owner_home_dir/public_html/mlarchive/$ml_domain/$ml_name =head1 コマンドの定義 @@ -794,6 +795,31 @@ ldap_query_filter = (objectclass=*) =head1 CGI 関連の設定 + +# Descriptions: CGI を置くトップディレクトリ +# History: +# Value: +# Examples: +cgi_base_dir = $fml_owner_home_dir/public_html/cgi-bin/fml/$ml_domain + + +# Descriptions: このMLの admin CGI を置くディレクトリ +# 注意: ドメインごと、MLごとに別のディレクトリになる +# History: +# Value: +# Examples: ~fml/public_admin/cgi-bin/fml/admin/fml.org/elena +# Notes: admin/.htaccess か admin/$domain/.htaccess で ACL する +admin_cgi_base_dir = $cgi_base_dir/admin + + +# Descriptions: このMLの admin CGI を置くディレクトリ +# 注意: ドメインごと、MLごとに別のディレクトリになる +# History: +# Value: +# Examples: ~fml/public_admin/cgi-bin/fml/admin/fml.org/elena +ml_admin_cgi_base_dir = $cgi_base_dir/ml-admin/$ml_name + + # Descriptions: デフォルトの CHARSET # History: # Value: diff --git a/fml/etc/src/config.cf.ja/cgi.cf b/fml/etc/src/config.cf.ja/cgi.cf index 36427977..c7bc0641 100644 --- a/fml/etc/src/config.cf.ja/cgi.cf +++ b/fml/etc/src/config.cf.ja/cgi.cf @@ -1,5 +1,30 @@ =head1 CGI 関連の設定 + +# Descriptions: CGI を置くトップディレクトリ +# History: +# Value: +# Examples: +cgi_base_dir = $fml_owner_home_dir/public_html/cgi-bin/fml/$ml_domain + + +# Descriptions: このMLの admin CGI を置くディレクトリ +# 注意: ドメインごと、MLごとに別のディレクトリになる +# History: +# Value: +# Examples: ~fml/public_admin/cgi-bin/fml/admin/fml.org/elena +# Notes: admin/.htaccess か admin/$domain/.htaccess で ACL する +admin_cgi_base_dir = $cgi_base_dir/admin + + +# Descriptions: このMLの admin CGI を置くディレクトリ +# 注意: ドメインごと、MLごとに別のディレクトリになる +# History: +# Value: +# Examples: ~fml/public_admin/cgi-bin/fml/admin/fml.org/elena +ml_admin_cgi_base_dir = $cgi_base_dir/ml-admin/$ml_name + + # Descriptions: デフォルトの CHARSET # History: # Value: diff --git a/fml/etc/src/config.cf.ja/htmlarchive.cf b/fml/etc/src/config.cf.ja/htmlarchive.cf index 28d07317..bdeeaac9 100644 --- a/fml/etc/src/config.cf.ja/htmlarchive.cf +++ b/fml/etc/src/config.cf.ja/htmlarchive.cf @@ -1,13 +1,14 @@ =head1 記事を HTML 化する # Descriptions: 記事を HTML 化するか否か -# History: +# History: fml 4 の $AUTO_HTML_GEN # Value: yes / no -# Examples: +# Examples: yes use_html_archive = yes -# Descriptions: ヘッダ情報を根拠にしたフィルタリングをするか? -# History: -# Value: yes / no -# Examples: +# Descriptions: HTML 化された記事を作るディレクトリ (MLごと) +# 注意: ドメインごと、MLごとに別のディレクトリになる +# History: none +# Value: directory +# Examples: ~fml/public_html/mlarchive/fml.org/elena html_archive_dir = $fml_owner_home_dir/public_html/mlarchive/$ml_domain/$ml_name |
