Announcement

Collapse
No announcement yet.

Default Web Page to exceded resources

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

  • Default Web Page to exceded resources

    Default Web Page to exceded resources

  • #2
    Hello my friends , i m new Here , and i m tryng to find a way to put a default webpage to the clients that have exceded the resources .[br]The problem is that the clients that have the resources exceded , when somebody enter the homepage , a white screen appears , so nobody knows where is the problem , just when we go to de lve manager that we see that is a resource problem . [br]Is there a Way to configure a default web page , or something that shows that is a resource problem

    Thank You Very Much
    [http://www.freehost.cl](http://www.freehost.cl)

    Comment


    • #3
      Hi,

      It depends from different resources used up, for example hitting memory limit will cause errors 500 or 503 , whith number of processes hit they will also produce erorrs 500 or 503. While Entry Processes limit will cause error 508 . Starting from that point you can play and configure custom apache error pages, like:

      Code:
      ErrorDocument 503 /error503.html
      More here: https://httpd.apache.org/docs/2.2/custom-error.html

      Comment

      Working...
      X