From 0fdb47fe6092bc6d453927e722bea9b6318a9447 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 30 Aug 2016 16:52:08 -0300 Subject: Comment out ErrorDocument --- templates/apache2.conf.jessie.erb | 2 +- templates/apache2.conf.trusty.erb | 2 +- templates/apache2.conf.wheezy.erb | 2 +- templates/apache2.conf.xenial.erb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/apache2.conf.jessie.erb b/templates/apache2.conf.jessie.erb index 561bb9a..9e5cde6 100644 --- a/templates/apache2.conf.jessie.erb +++ b/templates/apache2.conf.jessie.erb @@ -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. diff --git a/templates/apache2.conf.trusty.erb b/templates/apache2.conf.trusty.erb index b68f822..5886ac2 100644 --- a/templates/apache2.conf.trusty.erb +++ b/templates/apache2.conf.trusty.erb @@ -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. diff --git a/templates/apache2.conf.wheezy.erb b/templates/apache2.conf.wheezy.erb index 13c4797..4e9c68c 100644 --- a/templates/apache2.conf.wheezy.erb +++ b/templates/apache2.conf.wheezy.erb @@ -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. diff --git a/templates/apache2.conf.xenial.erb b/templates/apache2.conf.xenial.erb index 561bb9a..9e5cde6 100644 --- a/templates/apache2.conf.xenial.erb +++ b/templates/apache2.conf.xenial.erb @@ -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. -- cgit v1.2.3