Overview
When performing a Plesk migration, you may encounter a warning during the pre-migration check. The message may look similar to the following:
The following Apache modules are not installed on the destination server: <module_name>
This article will provide steps on how you can attempt to address this warning.
STATEMENT OF SUPPORT:
Please keep in mind that troubleshooting the configuration/functionality of third-party applications is not covered by our statement of support. These resources were provided as a courtesy to assist you to the extent of our abilities. For more information on our statement of support, feel free to click here.
Modules not actually missing
In many cases, the modules are not actually missing, but have been renamed, depreciated, or are not needed.
- Visit the Plesk Support website to see a list of modules that can be ignored.
- If your module is listed, you can simply ignore the warning message and continue to migrate normally.
Modules are missing
If your module is not listed on the Plesk Support website, you will want to manually install the missing module.
- Connect to your server using SSH.
- Run the following command. Be sure to replace module_name with your actual module:
yum install module_name
- Occasionally, the module name in the warning message doesn't match the package name. In this case, you can run the following command to perform a search:
yum search module_name | grep -i apache
- After the module has been installed, you can re-attempt the migration.