<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[Canadian Web Hosting]]></title>
<link><![CDATA[https://helpdesk.canadianwebhosting.com/]]></link>
<description />
<generator><![CDATA[Kayako case v4.90.0]]></generator>
<item>
<title><![CDATA[How do I get my CGI script to work?]]></title>
<link><![CDATA[https://helpdesk.canadianwebhosting.com/index.php?/Knowledgebase/Article/View/85]]></link>
<guid isPermaLink="false"><![CDATA[3ef815416f775098fe977004015c6193]]></guid>
<pubDate><![CDATA[Thu, 24 Dec 2009 22:48:51 -0800]]></pubDate>
<dc:creator><![CDATA[Administrator]]></dc:creator>
<description><![CDATA[How do I get my CGI script to work
The most common problem with CGI scripts is setting the correct permissions on the file. All cgi scripts must have executable permissions to run. Use chmod and change it to 755. You can also set this using your ftp prog...]]></description>
<content:encoded><![CDATA[How do I get my CGI script to work<br />
The most common problem with CGI scripts is setting the correct permissions on the file. All cgi scripts must have executable permissions to run. Use chmod and change it to 755. You can also set this using your ftp program if it supports CHMOD commands. The File Manager in your control panel can also be used. <br />
<br />
The default Perl path is #!/usr/bin/perl <br />
<br />
<br />
Make sure the cgi script is uploaded to 'public_html/cgi-bin' directory<br />
<br />
If you are still having problems, double check your configuration files and/or consult with your cgi script vendor. ]]></content:encoded>
</item>
<item>
<title><![CDATA[How to solve &quot;500 Internal Server Error&quot; with cgi/Perl scripts]]></title>
<link><![CDATA[https://helpdesk.canadianwebhosting.com/index.php?/Knowledgebase/Article/View/221]]></link>
<guid isPermaLink="false"><![CDATA[060ad92489947d410d897474079c1477]]></guid>
<pubDate><![CDATA[Sun, 14 Mar 2010 16:37:06 -0700]]></pubDate>
<dc:creator><![CDATA[- NA -]]></dc:creator>
<description><![CDATA[In our servers, CGI/Perl is enabled for all accounts. However, if these files need direct access, then those are to be placed in the folder named 'cgi-bin'.If you get any Internal server error, that can be due to various factors. Please check the steps on...]]></description>
<content:encoded><![CDATA[In our servers, CGI/Perl is enabled for all accounts. However, if these files need direct access, then those are to be placed in the folder named 'cgi-bin'.<br /><br />If you get any Internal server error, that can be due to various factors. Please check the steps one by one and  that will help you to solve the errors.<br /><br />1.  Check the Directory permissions.<br /><br />Your cgi-bin directory should be chmodded as 0755, not 0777 or 0700.  Similarly if your script is at .../cgi-bin/foo/bar.cgi, the foo directory must not be world-writable (0777).  This is because many servers will refuse to execute CGI scripts within world-writable directories, as a security precaution.<br /><br />2. Check the File Permissions.<br /><br />Your CGI script itself must also be 0755 and not 0777, for the same reasons.<br /><br />3. Check the  File Transfer mode in your FTP client, if the script is giving unexpected errors.<br /><br />If you are using FTP to transfer the CGI script to your server, then your FTP client is probably set to AUTO transfer mode; that is, it will try to figure out whether to use BINARY or ASCII mode without asking you.  But depending on whether your CGI script came from a Windows or UNIX system, and whether it's going to a Windows or UNIX system, you may need to manually set your FTP client to use either ASCII or BINARY mode before transferring your CGI script.  Try one and then the other.<br /><br />]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the Default Perl path?]]></title>
<link><![CDATA[https://helpdesk.canadianwebhosting.com/index.php?/Knowledgebase/Article/View/86]]></link>
<guid isPermaLink="false"><![CDATA[93db85ed909c13838ff95ccfa94cebd9]]></guid>
<pubDate><![CDATA[Thu, 24 Dec 2009 22:48:51 -0800]]></pubDate>
<dc:creator><![CDATA[Administrator]]></dc:creator>
<description><![CDATA[What is the Default Perl path?
The default Perl path is #!/usr/bin/perl ]]></description>
<content:encoded><![CDATA[What is the Default Perl path?<br />
The default Perl path is #!/usr/bin/perl ]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the path to Sendmail?]]></title>
<link><![CDATA[https://helpdesk.canadianwebhosting.com/index.php?/Knowledgebase/Article/View/87]]></link>
<guid isPermaLink="false"><![CDATA[c7e1249ffc03eb9ded908c236bd1996d]]></guid>
<pubDate><![CDATA[Thu, 24 Dec 2009 22:48:51 -0800]]></pubDate>
<dc:creator><![CDATA[Administrator]]></dc:creator>
<description><![CDATA[What is the path to Sendmail?
/usr/sbin/sendmail ]]></description>
<content:encoded><![CDATA[What is the path to Sendmail?<br />
/usr/sbin/sendmail ]]></content:encoded>
</item>
<item>
<title><![CDATA[What Perl modules are installed on the server?]]></title>
<link><![CDATA[https://helpdesk.canadianwebhosting.com/index.php?/Knowledgebase/Article/View/88]]></link>
<guid isPermaLink="false"><![CDATA[2a38a4a9316c49e5a833517c45d31070]]></guid>
<pubDate><![CDATA[Thu, 24 Dec 2009 22:48:51 -0800]]></pubDate>
<dc:creator><![CDATA[Administrator]]></dc:creator>
<description><![CDATA[What Perl modules are installed on the server?
Login to Cpanel

On left menu bar, click "Click to View" beside Installed Perl Modules ]]></description>
<content:encoded><![CDATA[What Perl modules are installed on the server?<br />
Login to Cpanel<br />
<br />
On left menu bar, click "Click to View" beside Installed Perl Modules ]]></content:encoded>
</item>
</channel>
</rss>