msgbartop
Gossimer’s Premier Web Hosting and Domain Registration Knowledgebase.
msgbarbottom

09 Mar 10 What hostname do I use to connect to my MySQL database?

To connect to MySQL from your PHP/CGI scripts, you can use localhost as the hostname.

In order to connect from a remote host, you need to use the IP Address of your hosting package to establish the connection. You can find this on the Order Details page in your Control Panel.

Tags: , , , , , , , ,

09 Mar 10 Adding a MySQL database

Follow the process mentioned below to add a MySQL database for your website:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> Add Database.

5. On this page, specify the Database Name, i.e. the name by which your database would be referred to.

6. Additionally, you would also have to add a user to access this database. Specify the username and password for this user. You can add further users to access this database as well. Click here to read how to add a MySQL database user >>

7. Once you have specified these details, click on Submit.

 

IMPORTANT

If you have installed a Power Tool in your Web Hosting Package, then you need to ensure that you do not perform any of the following actions:

  1. Modification/Deletion of the Database, that you selected during installation of the Power Tool
  2. Modification/Deletion of the Database User, that you selected during installation of the Power Tool

 

Tags: , ,

08 Mar 10 What is MySQL?

MySQL is an open source relational database management system (RDBMS) that uses Structured Query Language (SQL), the most popular language for adding, accessing, and processing data in a database. By relational database management system, it means that it stores data in separate tables rather than putting all the data in one big area. This adds flexibility, as well as speed.

The MySQL database server is the most popular open source database in the world. It is extremely fast and easy to customize, due to its architecture. Extensive reuse of code within the software, along with a minimalist approach to producing features with lots of functionality, gives MySQL great speed, compactness, stability, and ease of deployment. Its setup is such that it is possible to run with very strict control, or with ultra fast disk access, whichever is more appropriate for the situation. Because it is open source, anyone can download MySQL and tailor it to their needs in accordance with the general public license.

MySQL is thus noted mainly for its speed, reliability, and flexibility. Most agree, however, that it works best when managing content and not executing transactions.

For more information about MySQL, refer to http://www.mysql.com.

Tags: , , ,

06 Mar 10 Fix File Permissions Manager

There are certain requirements to be met for the smooth functioning of your website such as

  • Certain files such as CGI and Perl scripts need to have a specific permission.
     
  • Similar permission needs to be set for the immediate parent directory containing these files.
     
  • Certain files/folders generated through scripts or power tools will have nobody as their owner and group. The primary FTP user and site group for your website needs to be the owner and group of such files/folders.

Gossimer Linux Hosting Control Panel provides a tool to fix permission issues with such files/folders.

Follow the process explained below to use this tool:

  1. Login to your Control Panel, search for the domain name for which you have purchased this Linux Web Hosting package and proceed to the Order Details view. Click here to know how >>
     
  2. Click Manage Web Hosting Service in the lower toolbar.
     
  3. In the Website Management interface pop-up that follows, go to Manage Website -> Additional Tools -> Fix CGI Permissions. This will open the Fix File Permission Manager view.
     
  4. Files/folders whose permission need to be fixed are listed here. Clicking Submit button will set the permission as listed against each file/directory displayed in this Fix File Permission Manager interface.

Tags: , , , , , , , , , , , , , , , , , , , , , ,

06 Mar 10 Restricting access of an FTP User to a specific directory

 

You can choose to restrict a FTP Users access to a specific directory. Once you define such a restriction then the user will directly land into this particular directory on logging into the server via FTP. The user will not be able to go to the parent directory. Thus, you can create a configuration which ensures that a particular FTP User can make modifications only to a particular section of your website.

To create such a restriction on an existing user follow these steps:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> FTP User Manger -> List FTP Users. This would give a list of all FTP users associated with your web hosting package.

5. In the user list view that follows, click on that particular user.

6. In the Home directory field, enter the name of the directory to which you wish to restrict the user’s access. Alternatively, click on browse to choose the requisite directory, then click Select.

7. Click on Submit.

 

Tags: , , , , , , , , , , , , , , , , ,

06 Mar 10 How do I add sub-domains to my Linux Web Hosting package?

A sub-domain is a subdivision of a Domain Name. While Domain Names need to be Registered with a Registrar, sub-domains are not and an unlimited number of sub-domains can be created through Managed DNS service. For example, a sub-domain news.yourdomain.com can be created on the Domain Name yourdomain.com.

Gossimer allows you to create unlimited sub-domains with your Linux Web Hosting package, by adding a Star (*) Address (DNS) Record for your Domain Name through the Managed DNS Order (that is included for free with your Web Hosting package). When a visitor reaches http://<sub-domain>.yourdomain.com, he is served the content from http://yourdomain.com/sub-domain/. Let’s discuss this with a few examples:

  • If someone types http://news.yourdomain.com in the browser, then our web server will try to fetch the content from http://yourdomain.com/news/ 

    So you need to ensure that you have created a folder called news within your website and have an index file (within this folder).
     

  • If someone types http://news.yourdomain.com/php/ in the browser, then our web server will try to fetch the content from http://yourdomain.com/news/php/So you need to ensure that you have created a folder called news within your website and within that folder, a sub-folder called php with an index file (within php folder).
    IMPORTANT

    If someone typed http://news.yourdomain.com/php (without the trailing forward slash), he would receive a Page not found error.

     

  • If someone types news.yourdomain.com/weather-report.jpg/i/index.html> in the browser, then our web server will try to fetch the content from yourdomain.com/news/weather-report.jpg/i/index.html> So you need to ensure that you have created a folder called news and have weather-report.jpg (within this folder).

 

IMPORTANT

1. If you are using our Managed DNS Service, then we have already created the appropriate Star Record to allow sub-domains on your Web Hosting package to begin working, once you modify your Name Servers to ours. Click here to find information about which Name Servers to use for activating your sub-domain hosting >>

If you are not planning to use our Managed DNS Service, then you need to add a Star Record to allow sub-domains on your Web Hosting package to begin working. Click here to find information about what DNS Records to add on your own Name Servers for activating your sub-domain hosting >>

 

2. If you have created an Alias for your Web Hosting package and want sub-domains of each alias to also point just like your hosted Domain Name, then you need to create a Star DNS Record for each aliased Domain Name, to point to your hosted Domain Name.

Example:

Suppose you have a Linux Web Hosting package for yourdomain.com and also a sub-domain news.yourdomain.com. Then say, you decide to set an alias for this package as yourotherdomain.com. To accomplish this, all you need to do is create an Address Record (DNS) for yourotherdomain.com to point to the IP Address of yourdomain.com.

yourotherdomain.com IN A 86400 1.1.1.1 (assuming that this is the IP Address of yourdomain.com)

But say you want news.yourotherdomain.com to function as well, then you would instead need to create a Star Address Record (DNS) for yourotherdomain.com

*.yourotherdomain.com IN A 86400 1.1.1.1 (assuming that this is the IP Address of yourdomain.com)

The Managed DNS Service for yourotherdomain.com could either be purchased through Gossimer or with your current DNS Service Provider.

Reference:

Click here to know what a Domain Alias is >>
Click here to know how to add Domain Aliases to your Web Hosting package >>
Click here to know the IP Address of your Web Hosting package where your Aliased Domain Name needs to point >>

 

3. If someone types http://php.news.yourdomain.com in the browser, then our web server will try to fetch the content from http://yourdomain.com/php.news/

If you want http://php.news.yourdomain.com to forward to http://yourdomain.com/news/php/, then you would need to add an alias for yourdomain.com as news.yourdomain.com (assuming that the Star Address Record for yourdomain.com exists).

Reference:

Click here to know what a Domain Alias is >>
Click here to know how to add Domain Aliases to your Web Hosting package >>

 

 

Tags: , , , , , , , , ,

06 Mar 10 Suspending an FTP User

You can suspend any FTP user to temporarily block access to the account. Follow the process mentioned below to suspend an FTP user:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> FTP User Manger -> List FTP Users. This would give a list of all FTP users associated with your web hosting package.

5. Select the check-box before the user you wish to Suspend, and click on the Suspend button.

Tags: ,

06 Mar 10 Deleting an FTP User

Any FTP user created for your web hosting package, except for the default primary user created by the system, can be deleted at any time. Follow the process mentioned here to delete an FTP user:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> FTP User Manger -> List FTP Users. This would give a list of all FTP users associated with your web hosting package.

5. Select the check-box before the user you wish to delete, and click on the Delete button.

Tags: ,

05 Mar 10 Uninstalling PHP-Nuke

 

If for some reason, you wish to uninstall your PHP-Nuke Power Tool, you may do so by following the below mentioned process:

        

  1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how to accomplish this >>
     

  2. In the search results view, click on the domain name. This will take you to the Order details view.
     

  3. Click on the Manage Web Hosting Service button in the lower toolbar.
     

  4. Go to Manage Website -> Power Tools.
     

  5. In order to uninstall PHP-Nuke, click on the Uninstall link under the Status column, besides the PHP-Nuke Power Tool.
     

  6. Confirm the process by clicking on the Uninstall button.

  7.  

     

     

Tags: , , , , , , , , , , , , , , , ,

05 Mar 10 Uninstalling Nucleus

If for some reason, you wish to uninstall your Nucleus Power Tool, you may do so by following the below mentioned process:

  1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how to accomplish this >>
     

  2. In the search results view, click on the domain name. This will take you to the Order details view.
     

  3. Click on the Manage Web Hosting Service button in the lower toolbar.
     

  4. Go to Manage Website -> Power Tools.
     

  5. In order to uninstall Nucleus, click on the Uninstall link under the Status column, besides the Nucleus Power Tool.
     

  6. Confirm the process by clicking on the Uninstall button.

Tags: , , , , , , , , , , ,

04 Mar 10 Installing 4images

 

Follow the below mentioned process to install the 4Images Power Tool on your website:

 

1. Login to your Control Panel and search for the domain name for which you have purchased a Linux hosting package. Click here to know how >>

2. In the search results view, click on the domain name. This will take you to the Order details view.

3. Click on the Manage Web Hosting Service button in the lower toolbar.

4. Go to Manage Website -> Power Tools. This will present you with a list of Power Tools offered.
 

IMPORTANT

If you have already installed the 4images Power Tool, then instead of the Install link, the Uninstall link would be visible. You may view the details of the existing installation by clicking on the View link under the Details column.

 

 

5. In order to install 4images, click on Install link under the Status column.

6. In order to install the 4images Power Tool you would need to simply input the following details -

 

 

i. Database Name – select the database from the drop-down list.
 

 

 

IMPORTANT

4images is a database-driven Power Tool. Hence, your hosting package needs to include at least one database. If a database is not included in your current hosting package, the following steps need to performed -

 

 

  1. You need to upgrade your package by adding a database. Click here to read how to upgrade your package >>

  2. You need to configure your database. Click here to read how to configure your database >>

 

ii. Database Username – select (one of) the Database User(s) whom you have associated with this database, from the drop-down list.
 

iii. Database User’s Password – provide the password of the Database User, you selected above.
 

 

 

IMPORTANT

 

The Database User’s Password you input above has to match the Password you entered while adding this User in the Database Manager interface. In the event that you can not recall this Database User’s Password, you need to reset the same before continuing. Click here to find instructions on how to reset the Password of a Database User >>
 

 

iv. Directory Name – you need to input a new sub-directory name where you want the 4images Power Tool to be installed on your website. This sub-directory will be directly under your web directory. You need to provide the directory name without any trailing forward-slash (/).
 

IMPORTANT

Confirm that you have sufficient Web Space and Database Space before continuing the 4images installation, by referring the information provided in the interface.

Should you not have enough Web and/or Database Space, you would need to upgrade your package. Click here to read how to upgrade your package >>
 

 

 

7. Click on the Install button to complete the 4images installation.

 

Besides the above information, you need to provide a few details about the 4images Administrator:

1. Admin Name – This is the name of the person who will be administering the 4images installation.

2. Password – This is the Administrator’s Password.

3. Confirm Password – Re-enter the Administrator’s Password to confirm the same.

4. Admin Email – Mention the Administrator’s Email Address where important notifications will be sent by the 4images Power tool.

Once 4Images is installed, you can click on the View link under the Details column, to view the details related to 4Images.
 

IMPORTANT

URL of the

URL of the

 

 

 

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

04 Mar 10 Deleting a MySQL database

Follow the process below to delete an existing MySQL database:

1. Login to your Control Panel and search for the domain name for which you have purchased this Hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> List Databases.

5. The following page would contain a list of databases associated with your website, with complete details for each database such as the database name, space utilization and the Users associated with it.

6. Select the check-box before the database that you wish to delete, and click on the Delete button.

Tags: , , , , , , , , , , , , , ,

03 Mar 10 Installing Joomla!

 

Follow the below mentioned process to install the Joomla! Power Tool on your website:

 

1. Login to your Control Panel and search for the domain name for which you have purchased a Linux hosting package. Click here to know how >>

2. In the search results view, click on the domain name. This will take you to the Order details view.

3. Click on the Manage Web Hosting Service button in the lower toolbar.

4. Go to Manage Website -> Power Tools. This will present you with a list of Power Tools offered.
 

IMPORTANT

If you have already installed the Joomla! Power Tool, then instead of the Install link, the Uninstall link would be visible. You may view the details of the existing installation by clicking on the View link under the Details column.

 

 

5. In order to install Joomla!, click on Install link under the Status column.

6. In order to install the Joomla! Power Tool you would need to simply input the following details -

 

 

i. Database Name – select the database from the drop-down list.
 

 

 

IMPORTANT

Joomla! is a database-driven Power Tool. Hence, your hosting package needs to include at least one database. If a database is not included in your current hosting package, the following steps need to performed -

 

 

  1. You need to upgrade your package by adding a database. Click here to read how to upgrade your package >>

  2. You need to configure your database. Click here to read how to configure your database >>

 

ii. Database Username – select (one of) the Database User(s) whom you have associated with this database, from the drop-down list.
 

iii. Database User’s Password – provide the password of the Database User, you selected above.
 

 

 

IMPORTANT

 

The Database User’s Password you input above has to match the Password you entered while adding this User in the Database Manager interface. In the event that you can not recall this Database User’s Password, you need to reset the same before continuing. Click here to find instructions on how to reset the Password of a Database User >>
 

 

iv. Directory Name – you need to input a new sub-directory name where you want the Joomla! Power Tool to be installed on your website. This sub-directory will be directly under your web directory. You need to provide the directory name without any trailing forward-slash (/).
 

IMPORTANT

Confirm that you have sufficient Web Space and Database Space before continuing the Joomla! installation, by referring the information provided in the interface.

Should you not have enough Web and/or Database Space, you would need to upgrade your package. Click here to read how to upgrade your package >>
 

 

 

7. Click on the Install button to complete the Joomla! installation.

 

Besides the above information, you need to provide a few details about the Joomla! Administrator:

1. Admin Name – This is the name of the person who will be administering the Joomla! installation.

2. Password – This is the Administrator’s Password.

3. Confirm Password – Re-enter the Administrator’s Password to confirm the same.

4. Admin Email – Mention the Administrator’s Email Address where important notifications will be sent by the Joomla! Power tool.

Once Joomla! is installed, you can click on the View link under the Details column, to view the details related to Joomla!.
 

IMPORTANT

URL of the Joomla!

URL of the Joomla!

 

 

 

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

03 Mar 10 Uninstalling phpBB

If for some reason, you wish to uninstall your phpBB Power Tool, you may do so by following the below mentioned process:

  1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how to accomplish this >>

  2. In the search results view, click on the domain name. This will take you to the Order details view.

  3. Click on the Manage Web Hosting Service button in the lower toolbar.

  4. Go to Manage Website -> Power Tools.

  5. In order to uninstall phpBB, click on the Uninstall link under the Status column, besides the phpBB Power Tool.

  6. Confirm the process by clicking on the Uninstall button.

Tags: , , , , , , , , , , , , , , ,

02 Mar 10 Auto-correct URL Spelling

The Auto-correct URL spelling is another feature unique to Gossimer, and is available ONLY with our Linux Hosting Packages. This tool attempts to automatically correct incorrectly spelt URLs that visitors to your website might enter, by ignoring capitalization and by allowing up to one misspelling (character insertion/omission/transposition or wrong character).

How does it work?
Requests to documents sometimes cannot be served by the Web server because the request was misspelled or incorrectly capitalised. This tool addresses the problem by trying to find a matching document. It does its work by comparing each document name in the requested directory against the requested document name without regard to case, and allowing misspellings. A list is built with all document names which were matched using this strategy.

If, after scanning the directory,

  • no matching file was found, then the server will proceed as usual and return a File not found error. 
  • only one file is found that almost matches the request, then it is returned in the form of a redirection response. 
  • more than one file with a close match was found, then the list of the matches is returned to the client, and the client can select the appropriate file.

Example: Suppose a visitor to your website types in www.your-domain-name.com/home.htm or www.your-domain-name.com/Home.html in the browser’s address bar, and the actual page which exists on the web server is home.html. Now, if the Auto Correct URL Spelling option is enabled, the visitor will automatically be redirected to http://www.your-domain-name.com/home.html.


Using the Auto Correct tool

Follow the process mentioned below to enable the Auto Correct URL Spelling tool for your website:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to read how >>

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Web Server Manager -> Auto Correct URL Spelling.

6. Here, select the check-box against Enable Spell Checking. To disable this feature, the checkbox needs to be unchecked.

7. Click on Submit.

IMPORTANT

In order to complete the action, the Web Server needs to be restarted. Random restarts affect other services running on the Server. In order to avoid this, the Server has been scheduled to restart at intervals of 20 minutes. Hence, the change might take upto 20 minutes to be effective.

Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,

02 Mar 10 Adding MySQL Database Users

If the hosting package that you have purchased from Gossimer contains MySQL Database(s), you can add as many as 100 Database Users cumulatively for all your Databases. Moreover, the distribution of number of Users for each Database is not pre-defined – you can specify how many Users you wish to allow access to a particular Database, as long as the total number of Users is limited to 100.

Follow the process mentioned below to add additional Database Users for your MySQL Database:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to read how >>

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> Add Database User.

5. On this page, specify the following details

  • Database: The name of the Database for which you wish to add this User.
  • Database Username: The Username for the User you are creating.
  • Password: A password for the User you are creating.

6. There are also some additional details that you can specify; however, they are not essential and can be specified at a later time as well. These are:

I. Hostname details: Specify the hosts from which you wish the User to access this Database. You have 3 options

  • Allow connection from any host
  • Allow connection only from the same server
  • Allow connection only from specific hosts (enter specific hosts here – hosts can be in the form of a hostname, or IP Address).

Reference: Restricting access of a MySQL Database User to allow connection from Specific Hosts only >>

II. Security privileges: Click on the Security Privileges button to specify access rights for that particular Database User. Click on Save Changes to submit the settings.

Reference: Defining Access rights for a MySQL Database User >>

7. Once you have specified all details, click on Submit.
 

IMPORTANT

If you have installed a Power Tool in your Web Hosting Package, then you need to ensure that you do not perform any of the following actions:

  1. Modification/Deletion of the Database, that you selected during installation of the Power Tool
  2. Modification/Deletion of the Database User, that you selected during installation of the Power Tool

 

 

Tags: , , , , , , , , , , , , , , , , , , , , ,

02 Mar 10 Suspending/Unsuspending a MySQL Database user


You can temporarily disable a particular User’s access to your Database, by Suspending that particular User. Follow the process mentioned below to do so:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package.

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> List Databases.

5. The following page would contain a list of Databases associated with your website, with complete details for each Database such as the Database name, space utilization and the Users associated with it. Here, click on the User whom you wish to Suspend.

6. In the User details view that follows, click on Suspend. This would disable the User’s access to the Database.

Unsuspending a User: To revoke a User’s Suspension, simply click on Unsuspend in this view.

 

IMPORTANT

If you have installed a Power Tool in your Web Hosting Package, then you need to ensure that you do not perform any of the following actions:

  1. Modification/Deletion of the Database, that you selected during installation of the Power Tool
  2. Modification/Deletion of the Database User, that you selected during installation of the Power Tool

 

Tags: , , , , , , , , , , , , , , , , , ,

02 Mar 10 Viewing details of your existing Joomla! installation

Once you have installed Joomla! on your website, you may glimpse information about the installation from the Power Tools interface. Follow the below mentioned process to do so:

1. Login to your Control Panel and search for the domain name for which you have purchased a Linux hosting package. Click here to know how >>

2. In the search results view, click on the domain name. This will take you to the Order details view.

3. Click on the Manage Web Hosting Service button in the lower toolbar.

4. Go to Manage Website -> Power Tools.

5. Here click on the View link under the Status column, besides the Joomla! Power Tool.

6. This would present you the following details about your current installation

  • Joomla! Version
  • Joomla! Space Utilization
  • Database Name
  • Database Username
  • Installation Directory Name
  • Admin Name (provided at the time of installation)
  • Admin Email Address (provided at the time of installation)
  • Joomla! URL
  • Admin URL

 

Tags: , , , , , , , , , , , , , , , , , , , ,