Perl/CGI-Scripts and Programing Languages


Q. Is phpBB preinstalled or can you help me to set up the phpBB forum software?

Ans: phpBB comes in Fantastico as well as in cPanel addon scripts. You can install the phpBB forum software with just 2-3 clicks.

However if you need us to assist you with the installation we will help you to install it. For the installation please contact our Support Dept. through Helpdesk , live chat or Toll Free number.

Q. What is the absolute path to Perl on the web servers?

Ans: The absolute path for Perl on webserver is:

———————-
/usr/bin/perl
———————-

If you need to check the absolute path for Perl on your own all you need is SSH access to the server you are hosted on and run this command:

———————-
which perl
———————-

As soon as you run this command you will receive the path.

Q. What USERID do my PHP scripts run under ?

Ans: Your PHP script will run under your USERID and group.

Q. Which version of Perl is installed on your servers?

Ans: Currently the version of the PERL installed on our servers is Perl v5.8.8

Q: Can I execute perl scripts outside of cgi-bin?

Ans: If you wish to execute perl scripts outside cgi-bin then you will need to add following code in your .htaccess :-

Options +ExecCGI

AddHandler cgi-script cgi py

Q. Can I execute CGI scripts outside of cgi-bin?

Ans: If you wish to execute cgi scripts outside cgi-bin then you add following code to your .htaccess :-

Options +ExecCGI

AddHandler cgi-script cgi pl