Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

500 - Internal Server Error. Help PLZ.

Status
Not open for further replies.

CGI101

Programmer
Joined
Aug 18, 2006
Messages
50
Location
US
i had fedora core 4(linux) before and everything worked fine....now i have redhat linux enterprise 4 installed and no matter what i try...i get the 500 error...even the good old "Hello World" doesn't work...please help me, i've already spent so many hours working on this and it's driving me nuts.

here is where i have already posted about this issue:
(it'll also say what i've tired and hasn't work...pretty much everything)

any suggestions will be appreciated.
 
tried all of the following with no luck:
#!usr/bin/perl -w
#!usr/bin/perl
#!usr/local/bin/perl -w
#!usr/local/bin/perl

try putting a forward slash before usr:

#!/usr/bin/perl

I Think I remember having a similar problem and I had to use that first forward slash in the shebang line.
 
tried it, nothing....thx for the tip though
 
solved the problem, it was suexec. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top