-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg.main
163 lines (148 loc) · 3.38 KB
/
cfg.main
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
db => {
type => "mysql",
db => "eTrev",
host => "",
# host => "sark.labs.ericrichardson.com",
user => "eTrev",
pass => "p3rlr0cks",
tbls => {
bindings => "bindings",
cat_headers => "cat_headers",
cat_data => "cat_data",
cat_bindings => "cat_bindings",
cat_primary => "cat_primary",
containers => "containers",
container_data => "container_data",
domains => "domains",
domain_aliases => "domain_aliases",
glomule_headers => "glomule_headers",
glomule_data => "glomule_data",
looks => "looks",
messages => "messages",
pings => "pings",
qkeys => "qkeys",
qopts => "newqopts",
rights => "rights",
subtemplates => "subtemplates",
templates => "templates",
update_time => "update_time",
user_data => "user_data",
user_headers => "user_headers",
},
},
dir => {
# cache => "/web/ericrichardson.com/eTdev/cached",
# controllers => "/web/ericrichardson.com/eTdev/Controllers",
cache => "/etc/apache2/perl/eThreads/cached",
controllers => "/etc/apache2/perl/eThreads/Controllers",
},
glomule_types => {
blog => "Blog",
comments => "Comments",
admin => "Admin",
},
plugins => {
FixUpURL => "FixUpURL",
CountBlogComments => "CountBlogComments",
RecentComments => "RecentComments",
KillSpammers => "KillSpammers",
BannedWords => "BannedWords",
},
modes => {
Auth => "auth",
Admin => "admin",
Maint => "maint",
},
content_types => {
HTML => "HTML",
XML => "XML",
},
ping_methods => {
XMLRPC => "XML/RPC",
},
xml_prefix => 'x',
cache_obj => "Cache::MultiServer",
auth_obj => "Auth::Internal",
#auth_obj => "Auth::Cookies",
auth_name => "eThreads",
db_logging => 0,
d_path => "",
virtual_root => 1,
default_domain => {
id => 1,
domain => "blog.ericrichardson.com",
path => "/",
},
response_codes => {
# OK => '200',
OK => '',
HTTP_UNAUTHORIZED => '401',
SERVER_ERROR => '500',
},
format_module => "Markdown",
plugin_cfg => {
KillSpammers => {
'69.90.103.59' => 1,
'64.34.99.35' => 1,
'69.90.103.60' => 1,
'69.90.98.11' => 1,
'69.90.103.231' => 1,
'69.90.103.58' => 1,
'216.187.74.35' => 1,
'69.90.103.230' => 1,
'4.79.248.8' => 1,
'38.119.121.117' => 1,
'64.4.195.62' => 1,
'64.21.21.236' => 1,
'64.21.21.239' => 1,
'64.21.117.114' => 1,
'64.234.220.141' => 1,
'64.247.49.211' => 1,
'66.29.2.244' => 1,
'66.29.17.80' => 1,
'66.29.17.82' => 1,
'66.29.17.83' => 1,
'66.29.31.240' => 1,
'66.92.132.241' => 1,
'66.118.136.67' => 1,
'66.152.98.207' => 1,
'66.152.98.209' => 1,
'66.154.7.97' => 1,
'66.179.230.80' => 1,
'66.240.189.17' => 1,
'66.246.221.120' => 1,
'69.42.67.196' => 1,
'69.42.67.197' => 1,
'69.61.54.154' => 1,
'69.61.54.155' => 1,
'69.61.54.157' => 1,
'70.84.8.61' => 1,
'70.86.143.146' => 1,
'72.29.73.163' => 1,
'72.36.163.250' => 1,
'161.58.59.8' => 1,
'195.208.235.68' => 1,
'204.13.153.10' => 1,
'204.15.77.2' => 1,
'205.234.96.58' => 1,
'205.234.222.15' => 1,
'209.67.69.24' => 1,
'209.200.11.105' => 1,
'212.15.85.21' => 1,
'216.7.171.34' => 1,
'216.7.171.44' => 1,
'216.65.1.200' => 1,
'216.92.84.9' => 1,
'216.195.51.39' => 1,
'219.150.118.16' => 1,
'209.8.19.178' => 1,
'209.8.19.186' => 1,
'209.9.247.190' => 1,
'216.217.213.167' => 1,
'217.75.249.57' => 1,
'221.10.224.230' => 1,
},
BannedWords => [
'phentermine',
],
}