]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Comment out ErrorDocument
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Aug 2016 19:52:08 +0000 (16:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Aug 2016 19:52:08 +0000 (16:52 -0300)
templates/apache2.conf.jessie.erb
templates/apache2.conf.trusty.erb
templates/apache2.conf.wheezy.erb
templates/apache2.conf.xenial.erb

index 561bb9a4d87be7df34825fb3fbdd2b7b0ba0c2f0..9e5cde6cd4e2323d67c0e4e1d1621d4d3f5f08b9 100644 (file)
@@ -455,7 +455,7 @@ ServerSignature Off
 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
 #ErrorDocument 402 http://www.example.com/subscription_info.html
 #
-ErrorDocument 404 http://<%= @domain %>/missing.html
+#ErrorDocument 404 http://<%= @domain %>/missing.html
 
 #
 # Putting this all together, we can internationalize error responses.
index b68f8226f4f90d62de8468d2bbb6695f5be8d6fd..5886ac235a18a3b2f5a7166cd0fa0de3edc2c0e3 100644 (file)
@@ -455,7 +455,7 @@ ServerSignature Off
 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
 #ErrorDocument 402 http://www.example.com/subscription_info.html
 #
-ErrorDocument 404 http://<%= @domain %>/missing.html
+#ErrorDocument 404 http://<%= @domain %>/missing.html
 
 #
 # Putting this all together, we can internationalize error responses.
index 13c4797e263bb90aba5ecd36a2c7b1be9812f07c..4e9c68c54800fe2b53505b0030e36fd027cab0c0 100644 (file)
@@ -455,7 +455,7 @@ ServerSignature Off
 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
 #ErrorDocument 402 http://www.example.com/subscription_info.html
 #
-ErrorDocument 404 http://<%= @domain %>/missing.html
+#ErrorDocument 404 http://<%= @domain %>/missing.html
 
 #
 # Putting this all together, we can internationalize error responses.
index 561bb9a4d87be7df34825fb3fbdd2b7b0ba0c2f0..9e5cde6cd4e2323d67c0e4e1d1621d4d3f5f08b9 100644 (file)
@@ -455,7 +455,7 @@ ServerSignature Off
 #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
 #ErrorDocument 402 http://www.example.com/subscription_info.html
 #
-ErrorDocument 404 http://<%= @domain %>/missing.html
+#ErrorDocument 404 http://<%= @domain %>/missing.html
 
 #
 # Putting this all together, we can internationalize error responses.