RE: Perl script not executing

2003-11-18 Thread Stephen Hardisty
EMAIL PROTECTED] Subject: Re: Perl script not executing On Tue, 18 Nov 2003, Stephen Hardisty wrote: > 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 fo

Re: Perl script not executing

2003-11-18 Thread Randy Kobes
On Tue, 18 Nov 2003, Stephen Hardisty wrote: > 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: > > > S

Perl script not executing

2003-11-18 Thread Stephen Hardisty
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: SetHandler perl-script PerlHandler Apache::Registry Opti