• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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