• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Plesk Migrate cutomers from Debian 6 to Centos 7.1

Joe Myburgh

New Pleskian
I am trying to migrate from Plesk 12.5.30 Update #25 Debian 6.0.10 to Pleask 12.5.30 Update #25 CentOS Linux 7.2.1511. The process pop up with a number of warnings and cannot continue.
I get warning like; The following Apache modules are not installed on the destination server: negotiation, setenvif, dir, python, autoindex, rpaf, authz_default
The following Apache modules are disabled on the destination server: cgi, php5, sysenv
Courier-IMAP is not installed on the destination server (The new Plesk has Dovecot)
The component mod_python is not installed on the destination server
Any ideas how to do this? Thanks for the help in advance.
Regards
Joe
 
Hello,

>I get warning like; The following Apache modules are not installed on the destination server: negotiation, setenvif, dir, python, autoindex, rpaf, authz_default
dir, setenvif, negotiation and etc modules are the base modules and these modules should be installed. Check the list of available modules in Plesk > Tools & Settings > Apache Web Server on CentOS and enable required modules.

# rpm -qf /usr/lib64/httpd/modules/mod_dir.so
httpd-2.4.6-40.el7.centos.x86_64

Make sure that this package is installed properly:

# rpm -qV httpd-2.4.6

>Courier-IMAP is not installed on the destination server (The new Plesk has Dovecot)
It is expected, but for migration, you can temporary install Courier-IMAP and then switch back to Dovecot.

>The component mod_python is not installed on the destination server
mod_python is no longer provided by CentOS. But it can be compiled manually if required. Found on the internet http://www.aboutmonitoring.com/compiling-apache-mod_python-module-centos-7-redhat-7/
 
Hello Alex,

apachectl -M say
negotiation_module (shared)
setenvif_module (shared)
dir_module (shared)
autoindex_module (shared)
cgid_module (shared)
fcgid_module (shared)

Apache thinks theses modules are loaded

rpm -qV httpd-2.4.6
.......T. c /etc/httpd/conf.modules.d/00-base.conf
.......T. c /etc/httpd/conf.modules.d/00-dav.conf
S.5....T. c /etc/httpd/conf.modules.d/00-mpm.conf
.......T. c /etc/httpd/conf.modules.d/00-proxy.conf
S.5....T. c /etc/httpd/conf/httpd.conf
S.5....T. /usr/lib64/httpd/modules/mod_proxy.so
S.5....T. /usr/lib64/httpd/modules/mod_proxy_fcgi.so
SM5....TP /usr/sbin/suexec


How ever the following is not installed
python I am buzy with this one
Any ideas how to resolved the other 3 problem.
rpaf
php5 but yum install mod_php* say Package php-5.4.16-36.el7_1.x86_64 already installed and latest version
sysenv

Thanks for the help
 
I have decided to better migrate to the new Debian 8.3 it has less incompatibilities. Only
The following Apache modules are not installed on the destination server: rpaf, authz_default. Please install and enable these modules to prevent possible problems.
Courier-IMAP is not installed on the destination server. Please install Courier-IMAP by using Plesk Installer
 
Hi Alex, I hope that I not messing you arrowed.
I installed rpaf using apt-get install libapache2-mod-rpaf, but it still report
The following Apache modules are not installed on the destination server: rpaf, authz_default. Please install and enable these modules to prevent possible problems.
The PHP handler 5.3 FastCGI application (id=fastcgi) is not available on the destination server. Instead, Plesk will use the following PHP handler: 5.6.17 FPM application served by Apache (id=fpm). To use the same PHP handler as on the source server, you should turn on or install it on the destination server

authz_default I have no idea what to do.
5.6.19 FastCGI application
5.6.17 by OS vendor FastCGI application
7.0.4 FastCGI application is all installed
 
Back
Top