John (and everyone else who helped),

Thanxs!
changedthe .pl to .cgi and it worked like a champ, wonder how my other .pl
(cgi's) in the same
directory are working :(
also this .pl requires a -w to perl, but the others dont *boggle*

Ron

-----Original Message-----
From: Yacketta,Ronald J [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 06, 2000 1:17 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [expert] cgi-bin problem


John,

yes the "," was a typo I am going to copy the file to .cgi and give it a
whirl

Regards,
Ron

-----Original Message-----
From: John Aldrich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 06, 2000 12:15 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] cgi-bin problem


On Tue, 06 Jun 2000, you wrote:
> Hello all!!
> 
> I am trying to get a .pl cgi script to run
> I can run it manualy from the command line and get the
> desired output
> when I try to access the cgi from the web I get the following in error_log
> 
> No such file or directory: exec of /home/httpd/cgi-bin/tfc_bandwidth,pl
> failed
> 
> I know that the cgi-bin is setup correctly for I have other cgi's running
> just fine.
> 
Two things:
You might want to rename it from .pl to .cgi. Sometimes
that helps. I *think* Apache is only set up (by default) to
execute scripts with a .cgi extension and so you just
rename the .pl script to .cgi and it should work.

Also, I noticed that in your statement above you have
"tfc_bandwidth,pl" which *should* be "tfc_bandwidth.pl". I
hope that was just a typo when you were typing it in,
'cause a comma is NOT the same as a period. :-)
        John

Reply via email to