Perl

CGI troubleshooting

Setting up:

Addhandler

AddHandler cgi-script .cgi .pl
would indicate that all files ending in .cgi and .pl should be treated as cgi

Options +ExecCGI
needs to be enabled for any directory where cgi needs to be executed... you can use this to execute cgi content outside of a /cgi-bin/

ScriptAlias (if needed)
#

Submitted by jkelly on Wed, 2007-06-20 19:46. categories [ | | ] read more
Syndicate content