Howdy folks, my perl script won't execute (but it will try and download) and I don't know why. If I run it on the command line, no problems. It has execute permissions for everybody (including Apache). My httpd.conf looks like this:
<Location /somedir> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI PerlSendHeader Off </Location> I've also tried: <Location /somedir> PerlOptions +Autoload SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI </Location> The script is a sub directory of /somedir. Before anybody says it, I've restarted httpd and still no good. I'm sure I'm probably missing something dead simple but I can't think of what it is. Help would be appreciated, Cheers! ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html