Loading... Please wait...

 
Customer Support
08 Sep 2010 
Support Center » Knowledgebase » CGI
 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 
Knowledgebase Categories
The knowledgebase is organized into different categories, please select a category that you are interested in. Additionally, you can also search the entire knowledgebase by entering keywords in the navigation bar beside this text.

 Articles
 How do I use FormMail?
 FormMail-clone is clone of Matt Wright's FormMail.cgi under a less restrictive license. It should behave almost exactly as FormMail.cgi, but it is completely written from scratch so there might be a few minor visual diffrences. The FormMail CGI script is
 Why am I getting the "Server: Error 500" message?
 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
 What file permissions do I need for my CGI script?
 CGIs must be set with executable file permissions, or requests for the script from the web server will result in an Internal Server error. Scripts that need to be executable should have their permission set with chmod 755. This sets the file's permissions
 How do I run my own CGI programs?
 Put your CGI programs in the cgi-bin directory. Make sure you upload them in ASCII mode. Change permissions to 755 for the script (chmod 755 script-name) Access them via http://www.yourname.com/cgi-bin/script-name
 Back
Home | Register | Submit a Ticket | Knowledgebase