aboutsummaryrefslogtreecommitdiffstats
path: root/customization/errorpage/500.shtml
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-08-28 08:17:32 +0200
committerThomas Lange <code@nerdmind.de>2017-08-28 08:17:32 +0200
commit43c9b35deb674509203c6991fbdab2fc6594df28 (patch)
tree7ba20650024d4b12eb2811d98fe5abc84583e979 /customization/errorpage/500.shtml
parentab57e162e18ed132d435a09634869d46925cbe2e (diff)
downloadapache-errorpage-43c9b35deb674509203c6991fbdab2fc6594df28.tar.gz
apache-errorpage-43c9b35deb674509203c6991fbdab2fc6594df28.tar.xz
apache-errorpage-43c9b35deb674509203c6991fbdab2fc6594df28.zip
There are now separate files for header and footer, which simplifies the creation of error messages, since you can now output HTML code directly instead of defining the message into a variable which escapes the containing HTML code. In addition, a new error page for "429 Too Many Requests" has been added and a little change in the stylesheet was made.
Diffstat (limited to 'customization/errorpage/500.shtml')
-rw-r--r--customization/errorpage/500.shtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/500.shtml b/customization/errorpage/500.shtml
index d08dfbc..6214974 100644
--- a/customization/errorpage/500.shtml
+++ b/customization/errorpage/500.shtml
@@ -1,5 +1,6 @@
<!--#set var="ERRORPAGE_CODE" value="500" -->
<!--#set var="ERRORPAGE_TEXT" value="Internal Server Error" -->
-<!--#set var="ERRORPAGE_INFO" value="The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script." -->
-<!--#include file="main.shtml" --> \ No newline at end of file
+<!--#include file="header.shtml" -->
+ <div>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.</div>
+<!--#include file="footer.shtml" --> \ No newline at end of file