• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved python support

Epizefiri

Basic Pleskian
Hello there,
my hosting company is selling vps "with plesk", but they are not crystal clear about the licensing.

I just found out that my vps have a "Web Admin Edition" plesk license.

Is it possible to enable python with this kind of license? all the documentation that I've found online is asking me to enable it from the "hosting manager", but I don't have that functionality available.
 
Hi,
The licensing has nothing to do with the python option.
Please ensure that in Tools & Settings > Apache Web Server, Python is checked.
 
Have you updated the repositories as described in the resolution of the KBase article above?
 
I did all the steps from 1 to 5.
I can't perform step 6 because i don't have the section " Service Plans"
 
I did all the steps from 1 to 5.
I can't perform step 6 because i don't have the section " Service Plans"

Although I am not 100% sure, I do believe you can still perform steps 6 and 7 trough the Command Line Interface.

I think the default plan used by Plesk is named "Unlimited". To be sure run the following command.
# plesk bin service_plan --info "Unlimited"
If it returns plan details you know you've got the right plan name.

Then run this command to enable python for the Unlimited plan.
# plesk bin service_plan -u "Unlimited" -python true

Finally run the command below to sync the plan (replace example.com with your domain).
# plesk bin subscription --sync-subscription example.com
 
Last edited:
Back
Top