diff options
author | Thomas Lange <code@nerdmind.de> | 2017-11-17 14:27:51 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-11-17 14:27:51 +0100 |
commit | 3e6f67f058392578b93cd09700607252c9e0b071 (patch) | |
tree | b5a4885dbbf5f6b40380409bcec983fb1327e106 /customization/errorpage/429.shtml | |
parent | 712b82576fc052015539053151964573a2261a51 (diff) | |
download | apache-errorpage-3e6f67f058392578b93cd09700607252c9e0b071.tar.gz apache-errorpage-3e6f67f058392578b93cd09700607252c9e0b071.tar.xz apache-errorpage-3e6f67f058392578b93cd09700607252c9e0b071.zip |
The markup has been optimized to use more semantic <p> and <code> elements. In addition, the error page for HTTP status code 502 has been added.
Diffstat (limited to 'customization/errorpage/429.shtml')
-rw-r--r-- | customization/errorpage/429.shtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/customization/errorpage/429.shtml b/customization/errorpage/429.shtml index cc2b31f..c1f39fb 100644 --- a/customization/errorpage/429.shtml +++ b/customization/errorpage/429.shtml @@ -2,6 +2,6 @@ <!--#set var="ERRORPAGE_TEXT" value="Too Many Requests" --> <!--#include file="header.shtml" --> - <div>The server has detected an unusually high number of requests from your network address <strong><span><!--#echo var="REMOTE_ADDR" --></span></strong> - and will not process further requests until the flooding has subsided.</div> + <p>The server has detected an unusually high number of requests coming from your network (<code><!--#echo var="REMOTE_ADDR" --></code>) + and will not process further requests until the flooding has subsided.</p> <!--#include file="footer.shtml" -->
\ No newline at end of file |