Category Archives: Perl/CGI-Scripts and Programing Languages

Scripting Languages

How to rectify ” Rails application failed to start properly”

This shows that there is a error somewhere in your rails application. More details about this error can be seen in two ways. They are as follows, 1) Login into your control panel and refer the Error log section. 2) … Continue reading

Posted in cPanel Hosting, cPanel VPS Hosting, Linux Hosting, Linux Reseller Hosting, Perl/CGI-Scripts and Programing Languages, PHP MySQL Hosting, Web Hosting PHP MYSQL | Leave a comment

Absolute path to Perl

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 … Continue reading

Posted in Perl/CGI-Scripts and Programing Languages | Tagged | Leave a comment

What USERID do my PHP scripts run under?

Q. What USERID do my PHP scripts run under ? Ans: Your PHP script will run under your USERID and group.

Posted in Perl/CGI-Scripts and Programing Languages | Leave a comment

What version of Perl is installed?

Q. Which version of Perl is installed on your servers ? Ans: We have Perl v5.8.8 installed on all our Linux and Windows shared web hosting servers.

Posted in Perl/CGI-Scripts and Programing Languages | Tagged , , | Leave a comment

How do I run perl scripts outside of cgi-bin?

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

Posted in Perl/CGI-Scripts and Programing Languages | Leave a comment

How do I run CGI scripts outside of cgi-bin?

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

Posted in Perl/CGI-Scripts and Programing Languages | Leave a comment