Articles

 [CGI2.01What permissions do I need to set CGI scripts to?

Files and directories within your cgi-bin directory (or CGI scripts elsewhere) should be set to...

 [CGI2.02] How do I set permissions on files and scripts?

Doing a CHMOD (changing a file's permissions) is the setting of access privileges for a file....

 [CGI2.03] What is the path to perl?

/usr/bin/perlYou can also find information on paths to other useful programs by logging in to...

 [CGI2.04] How do I connect to my MySQL database from a Perl CGI script?

Perl's DBI module provides an interface to MySQL databases for CGI scripts. A commented example...

 [CGI2.05] Is PHP a CGI or Apache module?

PHP runs as a cgi at Hosting cPanel – this is because it is more secure than running it as an...

 [CGI2.06] Does Hosting cPanel support Image::Magick?

Yes we do, and in case you need to know the exact version number, at the time of writing, the...

 [CGI2.07] What is the path to sendmail?

Should you need the absolute path to sendmail for use in a CGI script, it's in...