1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libapache-mod-cgi-debug
Section: web
Priority: optional
Maintainer: Pawel Wiecek <coven@debian.org>
Build-Depends: debhelper (>> 3.0.0), apache-dev (>= 1.3.0), libdb2-dev (>= 2.7.7)
Standards-Version: 3.5.6
Package: libapache-mod-cgi-debug
Architecture: any
Depends: apache-common, ${shlibs:Depends}
Description: Easier debugging of CGI scripts
This module is designed to help with the CGI programming and debugging process.
While programming a CGI script, it is often rather difficult to discover what
is actually getting returned to the web server. Rather than chopping up your
CGI script with a whole bunch of debug print statements, a single change to
the action statement of the calling form will bring up a nicely formatted
page with all of the information that the web server sees, including any get
and post arguments, and the send and receive headers.
.
Warning: the author doesn't recommend using this module on a production
server.
|