Customized Error Pages
Whenever web server has a problem to process a request, the web server will return an error code and an html page as the error message to web client. Error codes are defined in HTTP protocol (see RFC 2616). Web server has a built-in error page for each error code, which will be used by default. However, a customized page can be configured for each error code. In LiteSpeed web server, error pages can be customized for each virtual host.
 
Table of Contents
Customized Error Pages Error Code   URL   Action   
 
Error CodeGo to top
Description: Specifies the HTTP status code for the error page. Only selected HTTP status code can have customized error page.
Syntax: Select from drop down list
Apply: On the fly with reload.
URLGo to top
Description: Specifies the URL of the customized error page. Server will forward request to this URL when the corresponding HTTP status code returned. If this URL refers a non-existing resource, the built-in error page will be used. URL can be a static file, a dynamically generated page or a page on another web site (URL starting with "http(s)://"). When referring to a page on another web site, the client will receive a redirect status code instead of the original status code.
Syntax: URL
Apply: On the fly with reload.
ActionGo to top
Description: To change the error page setting, click "Edit" link. To remove this customized error page, click "Delete" link.
Apply: On the fly with reload.