• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Reseller part of Plesk 11 thoughts

LinqLOL

Basic Pleskian
Hi,

We are working quiet a lot with resellers and we seeing some problems with the reseller part of Plesk.

No control over certain settings
We want to force some minimal reseller plan settings for packages/plans such as:
* Hosting Parameters (such as "Run PHP as", cgi-support, perl-support)
* php settings (so we can be sure customers are using secure php settings and not exceeding the memory limits)

Right now this can't be done as it seems?

Missing addon plans
Why can we make addons for normal hosting plans but not for reseller plans? This is a big miss for us.


Greetz
 
Are you looking to restrict Reseller from unsafe PHP settings?
Reseller can tune PHP settings for their customer in Service Plans
 
Yes thats my point. They can overwrite our policy for their plans/website. Let's say I don't want to give reseller more then 64MB php memory_limit. Right now they can even give 256MB (or more) to their customers.

In my eyes reseller is something other then a administrator which can change everything.
 
I see your point. But specifically for memory_limit - your customers actually can take any amount of RAM in their scripts with simple ini_set() call included. PHP settings aren't real limits, they are rather settings.

For memory limits you probably should tune Apache settings.
 
We patched our php installation for preventing that actually :) But beside of that we also want to force register_globals and session.save_path settings.

I can imagine that our requirements can be called niche. But how about my idea of the addons. We want to make addons for diskspace and such for Resellers too.
 
Also using something like Suhosin would allow you to disable functions and memory limits that the reseller would not able to override.
 
Back
Top