summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/default.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb
index 3073499..fdc9aee 100644
--- a/templates/vhosts/default.erb
+++ b/templates/vhosts/default.erb
@@ -22,6 +22,7 @@ vhost_parts.each do |vhost_part|
<% elsif run_mode.to_s == 'fcgid' -%>
<IfModule mod_fcgid.c>
SuexecUserGroup <%= run_uid+" "+run_gid %>
+ FcgidMaxRequestsPerProcess 5000
FCGIWrapper /var/www/mod_fcgid-starters/<%= name %>/<%= name %>-starter .<%= passing_extension %>
AddHandler fcgid-script .<%= passing_extension %>
</IfModule>