Skip to content

Commit d18e22e

Browse files
committedDec 15, 2011
wre.conf migration from modperl to starman
1 parent a6763d0 commit d18e22e

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed
 

‎wre/var/setupfiles/wre.conf

+17-16
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@
1717
"port" : 3306
1818
},
1919

20-
# apache
21-
"apache" : {
20+
# starman
21+
"starman" : {
2222
"maxMemory" : 100000000,
2323
"connectionTimeout" : 30,
2424
"defaultHostname" : "localhost",
25-
"nginxPort" : 80,
26-
"modperlPort" : 8081
25+
"port" : 8081,
26+
},
27+
28+
# nginx
29+
"nginx" : {
30+
"connectionTimeout" : 30,
31+
"defaultHostname" : "localhost",
32+
"port" : 80,
2733
},
2834

2935
# utilities
@@ -66,16 +72,16 @@
6672
"wreMonitor" : {
6773
"notify" : ["root@localhost"],
6874
"mysqlAdministrativelyDown" : 1,
69-
"modperlAdministrativelyDown" : 1,
75+
"starmanAdministrativelyDown" : 1,
7076
"nginxAdministrativelyDown" : 1,
7177
"spectreAdministrativelyDown" : 1,
7278
"items" : {
73-
"maxTotalWorkflows" : 1000,
74-
"maxWorkflowsPerSite" : 100,
75-
"maxWorkflowPriority" : 100,
76-
"nginx" : 1,
77-
"modperl" : 1,
78-
"runaway" : 1,
79+
"maxTotalWorkflows" : 1000,
80+
"maxWorkflowsPerSite" : 100,
81+
"maxWorkflowPriority" : 100,
82+
"nginx" : 1,
83+
"starman" : 1,
84+
"runaway" : 1,
7985
"mysql" : 1,
8086
"spectre" : 1
8187
}
@@ -119,11 +125,6 @@
119125
}
120126
},
121127

122-
# logs
123-
"logs" : {
124-
"rotations" : 3
125-
},
126-
127128
# web stats
128129
"webstats" : {
129130
"hostname" : "webstats.example.com",

0 commit comments

Comments
 (0)
Please sign in to comment.