Archive for the tag 'Control Panel'

Zend Optimizer Installation on Ensim Pro Control Panel

Steps to Install Zend Optimizer on Ensim Pro for Linux.

1.Download Zend Optimizer from www.zend.com and follow the installation procedure.

2.Once the installation is complete, create tar file using following command.

# tar cf virtDomain.tar /usr/local/Zend

(Assuming that Zend has been installed at default location - /usr/local/Zend)

3.Copy this tarball to /etc/appliance/customization

4.Download the
http://download.swsoft.com/ensim/download/pro/linux/kb/2800/virtDomain.sh
custom script named virtDomain.sh and upload the same to /etc/appliance/customization

5.Download the
http://download.swsoft.com/ensim/download/pro/linux/kb/2800/editVirtDomain.sh
custom script named editVirtDomain.sh and upload the same to /etc/appliance/customization

Note : you need to replace Zend Extension part with one copied from /usr/local/Zend/etc/php.ini in the attached scripts.

6.chmod both script to 755

Now all new domain created on server with any security level will be Zend enabled. If you want existing domain with high security to be zend enabled then you just need to re-save the site from Webppliance.

Reference: http://parallels.com/

Using Parallels Pro Control Panel to change the logo

To upload your logo to the server:

In the shortcuts area of the Home page, Click Upload Logo (Configuration section).
In the Upload new logo field, enter the name of your custom logo file including the full path or click

Browse to locate and select the file on your computer.
Note: Your logo size should not exceed 73 x 46 pixels.
Click Upload Logo.

Using the command line to change the logo

Using SSH, log on to the server as the root user.

Use either the move (mv) or copy (cp) command to move your logo.gif file to the customization directory /etc/appliance/customization/. For example:

mv /home/ftp_username/logo.gif /etc/appliance/customization/logo.gif

Where ftp_username is the user name of your FTP user account on the server.

Download Parallels Pro Control Panel 10.3.4 for Linux

Parallels Pro Control Panel for Linux (formerly known as Ensim Pro Linux) is a single-server hosting automation and control panel solution for hosted websites, email, and online applications. It includes comprehensive tools that enable hosting providers to create, control, and deliver a variety of professional-quality hosting plans in minutes.

Reference:

Installation

http://download.pro.parallels.com/10.3.4/docs/linux/Guides/ppcpl-10.3.4-installation-guide.pdf

Upgrade Process:

http://download.pro.parallels.com/10.3.4/docs/linux/Guides/ppcpl-10.3.4-upgrade-guide.pdf

Blocking Access to Updater Functions from the Control Panel Linux Hosting

If you delegate server administration tasks to other users, but do not want them to use the Updates function or change the updating settings from the control panel, you can remove the screens related to Updater settings and the Updates icon from the control panel.

To do this, use the following MySQL command:

echo ‘REPLACE misc SET param=”disable_updater”, val=”true”‘ | mysql psa -uadmin -p`cat /etc/psa/.psa.shadow`

To restore the Updates icon and screens in the control panel, use the following MySQL command:

echo ‘REPLACE misc SET param=”disable_updater”, val=”false”‘ | mysql psa -uadmin -p`cat /etc/psa/.psa.shadow`

Reference : parallels.com/Plesk/