Loading... Please wait...
.com
.org
.net
.biz
.ws
.info
Customer Support
08 Sep 2010
Support Center
»
Knowledgebase
»
Why am I getting the "Server: Error 500" message?
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites
Why am I getting the "Server: Error 500" message?
Solution
500 errors are typically something wrong in the syntax of your script. Most often you should check to make sure you have the path to PERL correct. Currently we are running Perl5 on our servers.
The correct path to PERL is: #!/usr/bin/perl
Here are the correct paths to the common server resources that CGI scripts often require:
Date: /bin/date
Sendmail: /usr/lib/sendmail
Perl5: #!/usr/bin/perl
Serverpath: /home/username/domain-www/cgi-bin
Root path: /home/username/ (puts you in the root of your account)
Domain directory: /home/username/public_html (puts you in your public_html directory) Cgi-bin path: /home/username/public_html/cgi-bin/filename (puts you in your cgi-bin)
Article Details
Article ID:
7
Created On:
04 Mar 2007 09:56 PM
This answer was helpful
This answer was not helpful
User Comments
Add a Comment
Sharing is good. So if you have a comment about this entry please feel free to share. The Comments might be reviewed by our Staff and might require approval before being posted. Questions posted will not be answered, please submit a ticket for support requests.
Fullname:
Email: (Optional)
Comments:
Home
|
Register
|
Submit a Ticket
|
Knowledgebase