• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Resolved Odd message after Restore

DieterWerner

Regular Pleskian
I did a restore of a backup and now I wonder what this message means.
Warning:
python is not supported. It will be unavailable for the following objects: Service plan 'Unlimited'.

To make it clear: I don't use python!
 
The error is because you have "Python support" enabled for the service plan but the component is not installed on the server. If you are not using python there is nothing to worry about it.

mod_python is not enabled by default you need to install it.
 
Check your Service Plan "Unlimited" with the command

# plesk bin service_plan -i Unlimited | grep Python

and disable all things related to python.
 
Back
Top