Disable global serve-cgi-bin config that hogs /cgi-bin
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index a3d2fd4..c56d910 100644 (file)
@@ -37,6 +37,10 @@ class apache2 {
                ensure => absent,
        }
 
+       apache2::config { 'serve-cgi-bin':
+               ensure => absent,
+       }
+
        apache2::config { 'ressource-limits':
                ensure => absent,
        }