| Home Page | Customer Hub | Billing Area | Downloads | Knowledgebase | Support Tickets |
Knowledgebase
Home: Customer Hub > Knowledgebase > Script
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Articles
Difference of permission for script in CGI vs PHPALL cgi scripts MUST be chmod 755. This does not apply to PHP scripts. Just the scripts you place... Views: 219 |
Getting 'file not found' running a scriptMake sure that you have uploaded to the cgi-bin. Make sure that you are trying to access the... Views: 219 |
Getting a "premature end of script headers" error 99.9% of the time, this error is caused by either uploading in binary instead of ASCII or by... Views: 205 |
Getting an 'Internal server error' with cgi script.This being a generic error, it could be caused by many things. Here are some of the most common:... Views: 179 |
How to run CGI/perl programs?Perl stands for 'Practical Extraction and Reporting Language'. Perl is a versatile programming... Views: 199 |
Path for various libraryThe path to cURL is /usr/bin/curlThe path to Python is /usr/bin/pythonThe path to perl is... Views: 183 |