404 Not Found for a PL script that exists!

Posted by Abs on Stack Overflow See other posts from Stack Overflow or by Abs
Published on 2010-12-25T21:42:40Z Indexed on 2010/12/25 21:54 UTC
Read the original article Hit count: 193

Hello all,

I make a GET request to a CGI script and I get a 404 error. However, I am 100% sure that script is present and it has permissions:

-rwxr-xr-x  1 apache apache   6520 Sep  7 03:01 uu_ini_status_audios.pl

The request URL is:

http://mysite.com/cgi-bin/uu_ini_status_audios.pl?tmp_sid=893facacc5dc392ad0f4c91e6a9e8d40&rnd_id=0.12266222834382812

The error I get:

The requested URL /cgi-bin/uu_ini_status_audios.pl was not found on this server.

This use to work for me before, but I think it stopped working after I restarted apache so maybe it means its a configuration I changed??

I checked the error logs for apache and php and nothing useful was found to help me with my problem!

I appreciate any help on this!

© Stack Overflow or respective owner

Related posts about perl

Related posts about apache