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