Announcement

Collapse
No announcement yet.

How to modify default 503 error page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to modify default 503 error page?

    Hello,

    Does anyone know where is the 503 error page located that is displayed by apache when the number of entry processes for an LVE is exceeded?

    Also, can this page be over-written on a per-account basis? ie: If customer puts a "errordocument 503 /503.html" into their .htaccess file, will that file be used instead of the server default file?

    Thanks!

  • #2
    You can override the default error page either on a server wide basis or per account using a custom 503 error doc directive. The default page is embedded into mod_hostinglimits:

    text/html
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>508 Resource Limit Is Reached</TITLE>
    </HEAD><BODY>
    <H1>Resource Limit Is Reached</H1>

    Comment


    • #3
      What should the folder and file be named, and where should it be located? (interworx cp though)

      Comment

      Working...
      X