Difference between revisions of "Error Handling"

From Hostek.com Wiki
Jump to: navigation, search
Line 11: Line 11:
 
== cPanel VPS ==
 
== cPanel VPS ==
  
== Error Handling - Windows VPS ==
+
== Windows VPS ==
 
You can change what type of error pages are served from your Windows or ColdFusion Windows VPS in IIS by using the following steps:
 
You can change what type of error pages are served from your Windows or ColdFusion Windows VPS in IIS by using the following steps:
  
Line 24: Line 24:
 
* <b>Detailed error pages</b> - Will display either an IIS error page, or a ColdFusion error page depending on what type of file is being served
 
* <b>Detailed error pages</b> - Will display either an IIS error page, or a ColdFusion error page depending on what type of file is being served
 
* <b>Detailed error pages for local requests, custom error pages for remote requests</b> - Any requests coming directly from the VPS server will display detailed error pages, any requests from outside the VPS server will display custom error pages
 
* <b>Detailed error pages for local requests, custom error pages for remote requests</b> - Any requests coming directly from the VPS server will display detailed error pages, any requests from outside the VPS server will display custom error pages
 +
 +
 +
== ColdFusion ==
  
 
[[Category:ColdFusion-VPS]]
 
[[Category:ColdFusion-VPS]]
 
[[Category:Windows-VPS]]
 
[[Category:Windows-VPS]]

Revision as of 18:26, 20 June 2012


cPanel

Windows based (WCP)

  • Login to WCP
  • In the Website Settings section, click on IIS Settings
  • Click the pencil/edit icon to change the handling for the specific error code
  • The Help in WCP has additional information

cPanel VPS

Windows VPS

You can change what type of error pages are served from your Windows or ColdFusion Windows VPS in IIS by using the following steps:

  1. Open IIS 7.5 from the desktop of your Windows or ColdFusion Windows VPS
  2. Click the name of your VPS server in IIS
  3. Double click "Error Pages" under the "IIS" section
  4. Click "Edit Feature Settings" under the "Actions" pane on the right
  5. Select the type of error pages you would like to be displayed for your sites on the VPS (the types of error pages are described below)

Types of Error Pages

  • Custom error pages - Will display any custom error pages you have set up in the WCP
  • Detailed error pages - Will display either an IIS error page, or a ColdFusion error page depending on what type of file is being served
  • Detailed error pages for local requests, custom error pages for remote requests - Any requests coming directly from the VPS server will display detailed error pages, any requests from outside the VPS server will display custom error pages


ColdFusion