change site’s IP address in Plesk

May 9, 2008 on 3:25 am | In Plesk | No Comments

In order to change the IP.

Plesk > click Domain.com > setup > IP address dropdown box.

However, if you have only one IP, dropdown will not be shown.

If you are the admin and you see only one IP and no drop down under IP in setup.
First you need to add the IP in the pool of client.

Let me explain it more clearly.

eg: client >>> john is having domains>> abc.com , xyz.com

If you need to change the IP of abc.com

clients > John > abc.com > setup > IP

Here is you see only one IP, then that means only one IP is in the pool of John. so first add the required IP in the pool of John

clients > John > IP pool > Add new IP address.

Now this added IP will in the dropdown at

clients > John > abc.com > setup > IP

CubeCart Installation

April 25, 2008 on 2:25 pm | In Cpanel, CubeCart, Installation, Plesk | No Comments

Before going for an install check whether you meet the requirements

Create a subdirectory in which you need to install the CubeCart
example domain.com/business/

# Download the source code from their site at : http://www.cubecart.com/site/home/
Free download as well as paid ones are available.
# Uncompress the source code to the store directory created above.
# Create a database using the control panel.
# In the browser access the link : https://www.cubecart.com/build/
# Enter the details about the database you have created and also about the administrator details. You can select any skin. In the ‘Advanced’ settings
Store URL : http://www.domain.com/business(If the directory name of the cart(ie. ‘upload’ file) is set as ’store’)
Server Root Directory : /home/user/public-html/store
Site Root Relative Path : /store/

Once the form is complete they will provide a config file named ‘global.inc.php’ and an SQL database dump.
Copy the contents of global.inc.php and paste it to upload/includes/global.inc.php.
Restore the database dump to the database you have created.

Now you can access the shopping cart at: http://domain.com/business
And the admin area can be accessed at: http://domain/business/admin

The configuration file for cubecart is ‘global.inc.php’.

:)

Apache failed to start “Document config file error” Plesk server

April 19, 2008 on 3:51 pm | In Apache, Plesk | No Comments

When starting Apache the error is reported.

[~]/etc/init.d/httpd start
Starting httpd: httpd: could not open document config file /var/www/vhosts/domain.com/conf/httpd.include
[FAILED]

It is due to “httpd.include” file not found for the domain

To regenerate the “httpd.include” file using the command given below.

/usr/local/psa/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=domain.com

Now you can start the Apache without any problem.

Reseller account in Plesk

April 19, 2008 on 10:51 am | In Plesk | No Comments

Hello,

Most of the server owners are familier with Cpanel. However, they are stuck when they buy a new Plesk server.

In plesk you have no reseller rather you have clients.

You can create new clients and then allow each client to add more domains if required.

Create a Client.
This is to be done from the admin Plesk.

====================
Plesk > clients > add new client
====================

To give reseller privilege or allow the client to create more domains

From admin Plesk

====================
Plesk > clients > click on the client for which you need to add the permission > click permissions > Check the following (Domain creation and Physical hosting)
====================

:)