• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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