Skip to content

Commit

Permalink
wre.conf migration from modperl to starman
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Dec 15, 2011
1 parent a6763d0 commit d18e22e
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions wre/var/setupfiles/wre.conf
Expand Up @@ -17,13 +17,19 @@
"port" : 3306
},

# apache
"apache" : {
# starman
"starman" : {
"maxMemory" : 100000000,
"connectionTimeout" : 30,
"defaultHostname" : "localhost",
"nginxPort" : 80,
"modperlPort" : 8081
"port" : 8081,
},

# nginx
"nginx" : {
"connectionTimeout" : 30,
"defaultHostname" : "localhost",
"port" : 80,
},

# utilities
Expand Down Expand Up @@ -66,16 +72,16 @@
"wreMonitor" : {
"notify" : ["root@localhost"],
"mysqlAdministrativelyDown" : 1,
"modperlAdministrativelyDown" : 1,
"starmanAdministrativelyDown" : 1,
"nginxAdministrativelyDown" : 1,
"spectreAdministrativelyDown" : 1,
"items" : {
"maxTotalWorkflows" : 1000,
"maxWorkflowsPerSite" : 100,
"maxWorkflowPriority" : 100,
"nginx" : 1,
"modperl" : 1,
"runaway" : 1,
"maxTotalWorkflows" : 1000,
"maxWorkflowsPerSite" : 100,
"maxWorkflowPriority" : 100,
"nginx" : 1,
"starman" : 1,
"runaway" : 1,
"mysql" : 1,
"spectre" : 1
}
Expand Down Expand Up @@ -119,11 +125,6 @@
}
},

# logs
"logs" : {
"rotations" : 3
},

# web stats
"webstats" : {
"hostname" : "webstats.example.com",
Expand Down

0 comments on commit d18e22e

Please sign in to comment.