]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/mod/itk.conf.erb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / itk.conf.erb
diff --git a/3rdparty/modules/apache/templates/mod/itk.conf.erb b/3rdparty/modules/apache/templates/mod/itk.conf.erb
new file mode 100644 (file)
index 0000000..f45f2b3
--- /dev/null
@@ -0,0 +1,8 @@
+<IfModule mpm_itk_module>
+  StartServers        <%= @startservers %>
+  MinSpareServers     <%= @minspareservers %>
+  MaxSpareServers     <%= @maxspareservers %>
+  ServerLimit         <%= @serverlimit %>
+  MaxClients          <%= @maxclients %>
+  MaxRequestsPerChild <%= @maxrequestsperchild %>
+</IfModule>