Friendly error from Apache in a virtual server

The attached file shows the canned apache error notice. Where can I go to configure a far friendlier error message? Preferably I would have a nicely formatted web page that matches the look and feel of the app they are in. Thank you!

Status: 
Closed (fixed)

Comments

Howdy -- you can setup custom Apache error messages by going into Servers -> Configure Website -> Error Handling.

From there, you can define a page to use for any given error you might experience.

For example, the "Internal Server Error" you're seeing there is error "500". So in the "Error Handling" screen, you can define a page for any "500" error the user receives.

You can see the full list of Apache error codes here:

http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Since there are a lot of them, many folks just setup custom error pages for the more common errors, such as 500 and 404.