Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _suphp.erb
diff --git a/3rdparty/modules/apache/templates/vhost/_suphp.erb b/3rdparty/modules/apache/templates/vhost/_suphp.erb
deleted file mode 100644 (file)
index e394b6f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<% if @suphp_engine == 'on' -%>
-  <%- if @suphp_addhandler -%>
-  suPHP_AddHandler <%= @suphp_addhandler %>
-  <%- end -%>
-  <%- if @suphp_engine -%>
-  suPHP_Engine <%= @suphp_engine %>
-  <%- end -%>
-  <%- if @suphp_configpath -%>
-  suPHP_ConfigPath "<%= @suphp_configpath %>"
-  <%- end -%>
-<% end -%>