View Single Post
Old 2010-02-10, 03:39 AM   #4
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
500 error on a cgi file could be that

#!/usr/bin/perl

line isn't correct for the system you are installing on.

it could be

#!/usr/local/bin/perl

If you uploaded in auto/binary, the CR/LF could also cause it.

If the files are not chmod 755, you can also get the 500 error.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote