blob: 327615c4df82c386762d6e11e9555318b494ff34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
=head1 CGI ��Ϣ������
# Descriptions: CGI ���֤��ȥåץǥ��쥯�ȥ�
# History:
# Value:
# Examples:
cgi_base_dir = $fml_owner_home_dir/public_html/cgi-bin/fml/$ml_domain
# Descriptions: ���Σ̤ͣ� admin CGI ���֤��ǥ��쥯�ȥ�
# ����: �ɥᥤ�ȡ��̤ͣ��Ȥ��̤Υǥ��쥯�ȥ�ˤʤ�
# 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: ���Σ̤ͣ� admin CGI ���֤��ǥ��쥯�ȥ�
# ����: �ɥᥤ�ȡ��̤ͣ��Ȥ��̤Υǥ��쥯�ȥ�ˤʤ�
# 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: CGI ��ɽ���� CHARSET
# History:
# Value:
# Examples:
cgi_default_charset = $cgi_charset_ja
# Descriptions: CGI ��ɽ���� CHARSET
# History:
# Value:
# Examples:
cgi_charset_ja = euc-jp
# Descriptions: CGI ��ɽ���� CHARSET
# History:
# Value:
# Examples:
cgi_charset_en = us-ascii
# Descriptions: CGI �θ���⡼�� (!= charset)
# History:
# Value:
# Examples:
cgi_default_language = japanese
# Descriptions: CGI �����Ѳ�ǽ�ʸ���⡼�� (!= charset)
# History:
# Value:
# Examples:
cgi_language_list = japanese
english
# Descriptions: �ǥե���Ȥ� bgcolor
# History:
# Value: #%6x
# Examples: #FFFFFF
cgi_main_menu_color = #FFFFFF
# Descriptions: �ǥե���Ȥ� bgcolor
# History: 4.0 �ˤϳ��������ѿ��Ϥʤ�
# Value: #%6x
# Examples: #FFFFFF
cgi_navigation_bar_color = #FFFFFF
# Descriptions: CGI �Υ��ɥ쥹���κݤ����٤����
# History: 4.0 �ˤϳ��������ѿ��Ϥʤ�
# Value: member recipient admin_member
# Examples: member recipient admin_member
cgi_menu_address_map_list = member
recipient
admin_member
# Descriptions: CGI �Υ��ɥ쥹���κݤ����٤����Υǥե������
# History: 4.0 �ˤϳ��������ѿ��Ϥʤ�
# Value: member recipient admin_member
# Examples: member
cgi_menu_default_address_map = recipient
|