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.
So what is this?
This is an attempt at making our lives
a bit easier through easier (and lazier!)
debugging of CGI's.
Will this work with things like PHP and
ModPerl? In theory yes, but some more testing
still needs to be done.
This is pretty much beta at this point and
should never be installed on a production server.
Your mileage may very.
Check out the faq.html and the INSTALL file
that comes
more»
libapache-mod-cgi-debug (0.7-11) unstable; urgency=low
* Added Czech, German, Spanish, French, Italian, Japanese and Swedish
translations of debconf templates
(closes: #404764, #364147, #368348, #387524, #400756, #403254)
* Fixed postinst to work regardless of what /bin/sh is
-- Paweł Więcek <coven@debian.org> Thu, 28 Dec 2006 21:58:39 +0100
libapache-mod-cgi-debug (0.7-10) unst
more»