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
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
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