2010 cgi script failure

Posted by Barry F on Server Fault See other posts from Server Fault or by Barry F
Published on 2010-02-01T12:40:03Z Indexed on 2010/03/11 18:04 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

Hi. I hope you can help, I'm just a beginner! I have listed a few extra details which may not be relevant.

I upload cgi scripts onto local/personal directory on a Apache/2.2.10 server, using FTP95Pro in ASCII. The scripts execute correctly using perl on my web-server in a terminal session. Thus my code has no fatal syntax errors.

Webpages 'action' each cgi script at /cgi-bin/. There are symbolic links which link system directory files to my local directory files. FollowSymLinks is enabled (unsure how). Permissions are correct (755). This set-up hasnt changed, apparently.

The scripts have excuted perfectly for years, up to 2010. But now, in 2010, I have replaced working scripts with new script/files, now with exactly the same text, filename and permissions. Only the date (last modified) has changed. But now I receive a 500 Internal Server Error, and cannot determine why. My server administator assumes I have code errors. But code is unchanged since last year, and it runs fine (albeit no arguments) on web-server console using perl myscript.cgi

Is there anything you can think of which may have changed ? I'm suspicious of the new decade. I think the server swapped from Linux to Windows OS last year, but my server administrator got it all working OK. Is there something unusual he may have missed, related to 2010 ?

Thank you in advance

© Server Fault or respective owner

Related posts about cgi

Related posts about web-server