Product Links
All Products
Client Side Products
Tigra Menu Tigra Menu PRO Tigra Menu GOLD Tigra Tree Menu Tigra Tree Menu PRO Tigra Calendar Tigra Calendar PRO Tigra Scroller Tigra Scroller PRO Tigra Color Picker Tigra Hints Tigra Fader Tigra Tables Tigra Tables PRO Tigra Form Validator Tigra Form Validator PRO Tigra Status Bar Scroller Tigra Slider Control Tigra Slider Control PROServer Side Products
1 Minute Gallery PHP Event Calendar PHP Image Gallery Softcomplex CMSActiveX Components
ASP Upload Component ASP Mail Component ASP Zip ComponentDesign Services
Web Design Logo DesignOnline Services
Tigra Menu Online Builder Tigra Code CompressorOverview
Apache Easy Debug is CGI/Perl script intended to replace default Internal Server Error Message. With this script installed web developer doesn't need to lookup and scroll web server log after each script error because latest records are nice formatted and displayed just on error page.
How It Works?
There is always a lot of internal server error messages when debugging web application. Each time you see that default Apache page you need to connect to the server and review error log for details. Apache Easy Debug dramatically saves development time at project debugging stage because all error details are instantly displayed on the screen.

Features
- Pages templates for easy customization - no perl knowledge required
- Separate templates for webmaster and visitors (filtered by ip addresses)
- The script is free for any applications
System Requirements
- Apache Web Server (any other web server with minor script modifications)
- Perl
- Perl Module: CGI
Installation instructions
- Check if your system meets requirements from System Requirements section above
- Download script at Registration and Download section below
- Specify path to the perl interpreter in first line of the script following right syntax. Note that most Linux systems can't tolerate windows endlines in this line
- Specify relative or absolute path to the error log in the script's body (variable $SERVER_LOG_FILE)
- Specify list of IP addresses you want error details to be shown to (variable $DEBUG_IP)
- Upload the script to the server
- Modify file access permissions to allow web server run the script
- Specify the script as custom page for internal server error (Status 500)
