in reply to Help with CGI/Perl
Any executable script (#!/usr/bin/perl) placed in that directory will run, regardless of filename extension.<Directory /usr/lib/cgi-bin> Options ExecCGI </Directory>
If you use CGI::Carp, as davorg wisely suggested, consider removing it once debugging is done. From a security standpoint, you may not want possible errors going out to the world.
|
---|