Username/Customer #
 
Password
 
Welcome !   Not you?
Welcome !  Sign Out
  • Create Account | Forgot Password | Sign Out
  • Your Account Executive is:

    Phone:
    Email:
  • Your Discount Domain Club
    pricing is displayed.
  •  
  •  
     
  •  
      empty
 
Learn
Discuss
Connect
Groups
Members
My Profile
Support
  •  
  •  
Site Search
Domain Name Search
Marketplace Product Search
Marketplace Business Search
Help Center Search

Go Daddy Help

Linux-Based Languages and Scripts (68)

How do I change the default program for a file type in my hosting account?

Posted: 2-24-2009 in Linux-Based Languages and Scripts
Files within your hosting account open programs based on the file extension. For example, a file called file.php5 would open in PHP5 and a file called file.rb would open in Ruby. Using the File Extension Manager in the Hosting Control Center you can change these defaults, or add custom file extensionsWARNING: Changing the default behavior of [...]

Redirect Your Site Using the Site Redirects Manager

Posted: 2-24-2009 in Linux-Based Languages and Scripts
A redirect automatically sends your website’s visitors to a chosen destination, either a different location within the same site or a new site entirely. For example, you can redirect visitors from your domain root to a content sub-directory, such as a blog. Content (files and folders) under the redirect path can be redirected to the destination [...]

Reinstalling the Default Scripts Directory on Linux Shared Hosting

Posted: 7-19-2007 in CGI/FastCGI, Custom Directories
Reinstalling updates your hosting account’s scripts directory with the latest versions of default scripts, including gdform.cgi (Deluxe Linux hosting), gdform.php, and webformmailer.php. To Reinstall the Default Directory to Your Hosting AccountLog in to your Account Manager. In the My Products section, select Hosting. Click Manage Account next to the hosting account you want to modify. In the Content section [...]

What is .htaccess?

Posted: 3-1-2007 in .htaccess
Using .htaccess files lets you control the behavior of your site or a specific directory on your site. For example, if you place an .htaccess file in your root directory, it will affect your entire site (www.coolexample.com). If you place it in a /content directory, it will only affect that directory (www.coolexample.com/content). .htaccess works on our [...]

Can I use FastCGI with Perl?

Posted: 1-23-2007 in .htaccess, CGI/FastCGI, General, General, General
Yes. However you will need to create an .htaccess file in the directory containing the file.cgi script with the contents “Options ExecCGI”. NOTE: This will need to be done in any directory outside of /cgi in which you want to run .fcgi scripts.

Using .htpasswd with Your Linux Shared Hosting Account

Posted: 10-9-2006 in .htaccess
To protect a directory in your hosting account with a password, in that directory, create an .htaccess file that contains the following: AuthUserFile /home/content/l/o/g/login_name/html/.htpasswd AuthGroupFile /dev/null AuthName “EnterPassword” AuthType Basic require valid-user Where “l,” “o,” and “g” are the first three letters of your hosting login and “login_name” is your full hosting login. For example, the hosting login [...]

Configuring a JSP Handler to Use with JSP and Web.xml

Posted: 9-13-2006 in Java
If you are using JSP and a custom web.xml file, you need to configure a JSP handler in the web.xml file. You can configure it using the following information: <web-app>     <servlet-mapping>          <servlet-name>jsp</servlet-name>          <url-pattern>*.jspx</url-pattern>     </servlet-mapping>     <welcome-file-list>          <welcome-file>index.html</welcome-file>          <welcome-file>index.htm</welcome-file>          <welcome-file>index.jsp</welcome-file>     </welcome-file-list>     <servlet-mapping>          <servlet-name>jsp</servlet-name>          <url-pattern>*.jsp</url-pattern>     </servlet-mapping> </web-app>NOTE: Grid-based Web Hosting does not support Java. To see if you’re affected, click here.

What Paths do I Use to Upload PERL Files and Use the PERL Interpreter?

Posted: 9-7-2006 in Perl
By default, you can publish your PERL files using one of the following file paths:/yourabsolutepath/file.pl where /yourabsolutepath/ is your absolute hosting path. For more information, see How do I find my absolute hosting path?. FTP to /file.plHosting accounts using Hosting Config 2.0 can use any directory.NOTE: The file’s permissions must be set to execute to work. If [...]

How Often Does Your Form Mailer Send Mail?

Posted: 8-29-2006 in ASP, CGI/FastCGI
Our form mailer sends mail at the following rates:ASP – every 10 minutes CGI – every 15 minutes PHP gdform.php – 15 minutes PHP webformmailer.php – every 15 minutes (default) or as specified

Can I Add a Perl Module to my Hosting Account?

Posted: 8-25-2006 in Perl
We are currently unable to add additional Perl Modules to the server. However, many of the most common Perl modules are installed and available to use. For a complete list:Log in to your Account Manager. In the My Products section, select  Hosting Account List. Next to the hosting account you want to modify, click Manage Account. In [...]

Ruby on Rails Troubleshooting

Posted: 7-10-2006 in Ruby
There are a number of common issues that can occur when implementing Ruby on Rails. Below is a list of common problems people can encounter when initially creating Rails applications. NOTE: Grid-based Web Hosting does not support Ruby on Rails. To see if you’re affected, click here. ContentsLocationLine endingsError logsProduction logSample errorsDevelopment modePerformanceRails versionDatabase connectivityLanguage conflictSymbolic [...]

Specifying Gem Versions

Posted: 6-27-2006 in Ruby
The require_gem command is used in your config/environment.rb file to specify the Gem version you want loaded for your application. Its syntax is shown below, using the Gem “actionpack” as an example: require_gem ‘actionpack’, ‘= 1.11.2′ To specify a range of versions, the following syntax is used: require_gem ‘actionpack’, ‘~> 1.11′ When the version number is omitted, the [...]

Installed Ruby Gems

Posted: 6-26-2006 in Ruby
NOTE: This list of Ruby Gems installed on Deluxe and Premium shared hosting accounts running Hosting Configuration 2.0 and above is updated regularly, but may not reflect the most recent changes. To query the most current list of Gems, see What Ruby Gems are installed on my [...]

New Ruby Gems

Posted: 6-26-2006 in Ruby
The following are new Ruby Gems we have added to our shared hosting accounts:PDF-Writer: A Gem that creates PDF files using Ruby.http://ruby-pdf.rubyforge.org/pdf-writer/Ferret: A text search engine for Ruby based on the Apache Lucene project.RFlicker: A Ruby interface to Flickr’s developer API.http://rubyforge.org/projects/rflickr/RMagick: A Ruby interface to the [...]

Integrating Existing Ruby Applications with Rails Version 2.2.2

Posted: 6-26-2006 in Ruby
Rails 2.2.2 is now available to our Deluxe and Unlimited Hosting accounts running Hosting Configuration 2.0 and above. This version of Rails resides in a development Gem path so existing Ruby application functionality will not be affected. To take advantage of this version of Rails, add the following code to your application’s config/environment.rb [...]

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up

Sign up for special offers:
Account Manager
My Account
My Renewals
My Upgrades
Account Settings
Customer Information
Order History
Create Account
Shopping
Offer Disclaimers
*
Domain Search
Product Catalog
Product Advisor
Gift Cards
Go Daddy Mobile
Today's Offers
Resources
Webmail
WHOIS search
ICANN Confirmation
Affiliates
Connect with Us
Gadgets/Widgets
Site Map
Help and Support
Telephone Support & Sales
Billing Support
Email Our Support Team
Frequently Asked Questions
User's Guides
Report Spam
Test Our Products
About Go Daddy
Careers
Security Center
Company Info
News Center
Customer Testimonials
What's New
Legal
Marketing Proposals
GoDaddy.com is the world's No. 1 ICANN-accredited domain name registrar for .COM, .NET, .ORG, .INFO, .BIZ and .US domain extensions. Source: RegistrarSTATS.com

Copyright © 1999 - 2010 GoDaddy.com, Inc. All rights reserved.