Archive for the tag 'latest'

Latest update of openssl breaks Parallels Panel

Latest update of the openssl package from CentOS breaks Parallels Panel 9.x. Errors are displayed in the /var/log/sw-cp-server/error_log file when Panel is trying to start.

The problem has been fixed since version 9.5.0.

Download the appropriate package using the wget utility. Example for CentOS 5 x86:

#wget -c http://kb.parallels.com/Attachments/12669/Attachments/sw-cp-server-1.0-6.201004011105.centos5.i386.rpm

Install the downloaded package. Example for CentOS 5 x86:

#rpm -Uhv sw-cp-server-1.0-6.201004011105.centos5.i386.rpm

Reference : http://kb.parallels.com/

Migrating to the Latest Version of Parallels Pro Control Panel

The following section provides instructions on migrating to the latest version of Parallels Pro Control Panel.

To migrate to the latest version of Parallels Pro Control Panel:

Log in to the Server Administrator control panel on the Parallels Pro Control Panel server from which you want to migrate data.

Export data from the server:
In the shortcuts section of the Home page, click Export/Import (Tools section).
Perform a Complete backup.

Log in to the Server Administrator control panel on the Parallels Pro Control Panel server.
Import the data to the server to which you want to migrate.
In the shortcuts section of the Home page, click Export/Import (Tools section).
Click Import.

Reference: http://download.pro.parallels.com/

Updating Apache to the latest version in DirectAdmin

If you wish to update your 1.3 version of apache to the most recent, run the following:

cd /usr/local/directadmin/customapache
./build clean
./build update
./build apache_mod_ssl

If you’re using apache 2.x, use “./build apache_2″ isntead of apache_mod_ssl.

This should update both the configure options and the version of apache to the most recent version. Once the update has completed, you’ll need to restart apache:

You can check the current version of apache by running

httpd -v

Restart Apache.

/sbin/service httpd restart

Source : http://directadmin.com/