summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2008-09-12 11:48:50 +0000
committerfukachan <fukachan>2008-09-12 11:48:50 +0000
commit3d71b18245b7d900581c6da9add57deacce4b40c (patch)
treed6e45dd7abf25bd529be03f005be10717f710b98 /fml
parent01795a0b332fa4d0736d563fc94a1f1192e4fbe8 (diff)
downloadfml8-3d71b18245b7d900581c6da9add57deacce4b40c.tar.gz
fml8-3d71b18245b7d900581c6da9add57deacce4b40c.tar.bz2
fml8-3d71b18245b7d900581c6da9add57deacce4b40c.zip
define $ml_anonymous_cgi_base_url
Diffstat (limited to 'fml')
-rw-r--r--fml/etc/src/config.cf.en/cgi.cf7
-rw-r--r--fml/etc/src/config.cf.ja/cgi.cf8
2 files changed, 15 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/cgi.cf b/fml/etc/src/config.cf.en/cgi.cf
index 8360104a..bd08aa75 100644
--- a/fml/etc/src/config.cf.en/cgi.cf
+++ b/fml/etc/src/config.cf.en/cgi.cf
@@ -118,6 +118,13 @@ anonymous_cgi_base_dir = $fml_owner_home_dir/public_html/cgi-bin/anonymous
ml_anonymous_cgi_base_dir = $anonymous_cgi_base_dir/$ml_domain/$ml_name
+# Descriptions: ml specific url base for anonymous cgi scripts.
+# History: none
+# Value: DIR
+# Examples: /~fml/cgi-bin/anonymous/fml.org/elena
+ml_anonymous_cgi_base_url = /~$fml_owner/cgi-bin/anonymous/$ml_domain/$ml_name
+
+
=head2 temporary area for CGI
diff --git a/fml/etc/src/config.cf.ja/cgi.cf b/fml/etc/src/config.cf.ja/cgi.cf
index 9a9ad85d..0fc570d6 100644
--- a/fml/etc/src/config.cf.ja/cgi.cf
+++ b/fml/etc/src/config.cf.ja/cgi.cf
@@ -136,6 +136,14 @@ anonymous_cgi_base_dir = $fml_owner_home_dir/public_html/cgi-bin/anonymous
ml_anonymous_cgi_base_dir = $anonymous_cgi_base_dir/$ml_domain/$ml_name
+# Descriptions: このMLの一般人向け CGI を置く URL のベース。
+# 注意: ドメインごと、MLごとに別のディレクトリになる。
+# History: 4.0 にはなし
+# Value: DIR
+# Examples: /~fml/cgi-bin/anonymous/fml.org/elena
+ml_anonymous_cgi_base_url = /~$fml_owner/cgi-bin/anonymous/$ml_domain/$ml_name
+
+
=head2 管理用 CGI 一時領域