Hello
Trying to implement
Early Bird , a worm notification tool, on our RaQ4, I failed to have the cgi-wrapper recognize the
.ida extension as a Perl script like the
.cgi and
.pl are.
In the <VirtualHost...> section of httpd.conf, I entered the line with the .ida extension as following
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddHandler cgi-wrapper .ida
Calling
www.virtualsite.com/default.ida, which is a Perl script, in my browser, I get the following error:
Quote:
CGIWrap Error: Execution of this script not permitted
Execution of (/home/sites/site5/web/default.ida) is not permitted for the following reason:
Script file not found.
|
How come it can't find the script it's executing at that correct location? If I rename the script
default.pl, the script runs correctly.
I asked Nathan Neulinger, cgiwrap developer, and he says that Cobalt's own cgiwrap implementation might make it behave in very non-standard ways.
Thank you for help and best regards