Feature Suggestions
Please provide here your suggestion for new functionality for Plesk. We encourage you to review and vote for suggestions of others. The top-ranked suggestions are likely to be included in the next versions of Plesk.
Please write in English so that voters from all over the world can read and support your request.
Off-topic posts will be removed from here
-
Support for HTTP/2 on APACHE (only) without using nginx as proxy! And Server Push!
As we have to use apache, i don't like to go for an aditional nginx proxy just to simulate HTTP/2 ;-)
I think apache is capable to handel HTTP/2 :-D
284 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.— rk
-
Enable Nginx GeoIP module
Some of security configuration requires GeoIP detection. It also useful for tracing and should be easy as adding '--with-http-geoip-module' option to configure command for the package.
227 votesThank you for your input. We will review this nginx module to see if we should support it out of the box
-
Ability to customize nginx per site template e.g. Location /, Location ~, etc
Hello, I'm using Plesk Onyx and I've also bumped into problems with not being able to set correct NGINX Directives.
Regarding nginx and nginx configuration for various CMS, Web Apps etc, I see that a lot of directives need to be set and there are a lot of scattered issues around in the web.
For example most CMS will require a
location / { ... }
or for google's pagespeed test we need to add expire headers e.g.
location ~* .*.(jpg|jpeg|png|gif|ico|css|js)$ {
expires 14d;
}I think the Model to building the final vhost conf file should be revised instead…
132 votesThank you for your input! We will consider these nginx configuration suggestions in upcoming releases if it will be popular.
Everyone, please continue voting for this feature and add your comments if you consider it important.
—
IG -
Nginx Cache purge
Please, consider to implement some sort of cache purge functionality available from Plesk web interface, because if cache TTL gets extended to match Site needs, it gets complicated, i.e. need to go over Linux Terminal to purge it. A Wordpress integration would be just super fantastic, but I understand, it is not realistic to wish it.
Thank you!122 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IG -
Add PHP Composer to chrooted
Please add PHP Composer to chrooted Environments.
Many Customers Need PHP Composer to install various scripts, cms Systems and libaries.A current big Problem is the new typo-neos System - you must use Composer to install at sources correctly
A other Problem are PHP API's and Libaries like Payment Companies like PAYMILL etc..
98 votesWe are building an extension to help you use Composer straight from the Plesk interface. Help us make a better solution for you by taking a survey on how you use Composer.
The survey will take 4-6 minutes:
https://pt-research.typeform.com/to/LyPiPGBeta version of the Extension is available for Plesk Obsidian: https://docs.plesk.com/release-notes/obsidian/whats-new/
-
provide more nginx options
Have the ability to provide more Nginx builds/packages. For example, offer a 'nginx-full'-package with more modules.
For example, I need the Nginx headers more module. Since this need to be built-in at compile time, it isn't possible to add this later on. So that would mean replace the Plesk version of Nginx with the distro-default. (Heck, why does Plesk need it's own Nginx-build, anyway?)
No, passing headers from Apache is not an option, especially when I'm using the Nginx - PHP-FPM setup.
95 votes -
Ability to set PHP version per directory inside the same webspace
A customer would like to be able to assign different PHP versions for different directories inside one the the same webspace.
For example,
/var/www/vhosts/example.com/httpdocs - php5.3.3
/var/www/vhosts/example.com/httpdocs/test - php5.2.17
/var/www/vhosts/example.com/httpdocs/test2 - php5.6.1279 votesThank you for your input. We will consider this functionality in upcoming releases, if it will be popular.
Everyone, please continue voting for this feature if you consider it important.- SU
-
The possibility to delete a Domain, without deleting the Website (Content).
am not understand, when i want to move a Domain, the system will delete all the content. The choice to leave the content, I think is essential. This has to be a must!!!
66 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
— rk
-
jpegoptim, optipng, gifsicle or similar
id like to see these tools implemented into plesk. To run server wide or domain wide, and via cron if required.
Alot of large organisations are using these tools. (facebook etc etc)
I like to see image optimization part of plesk admin panel. It will help servers run faster and optimize web delivery.
63 votesThis is a valid request, so we’ll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!
— rk
-
Allow customers/resellers to manage additional Apache and nginx directives
Currently, management of additional Apache/nginx directives is available for Plesk Administrators only.
With Apache, it is possible for users to add custom directives via .htaccess file.
However, when running a Plesk server with nginx only hosting and a large number of customers, it takes a lot if time to configure nginx directives manually for each.
It is clear that additional Apache/nginx directives fields are hidden from Plesk users for security reasons, but it would be great to have an ability to enable this feature at your own risk.
Previous same suggestions that have been marked as "declined":
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/34285378
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/38760889
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/1908758253 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IG -
Fix File and Folder Permissions for docroot from Plesk UI
When switching from Apache to FastCGI the Service Provider needs to change the permissions for the customer from apache:apache to <user>:psacln
This can be fixed by having a button in Plesk which does:
find $PLESKDOMAINHTTPDOCS -not -user $PLESKDOMAINOWNER -not -name "plesk-stat" -print0 | xargs -0 chown $PLESKDOMAINOWNER:psacln
find $PLESKDOMAINHTTPDOCS -type d -not -name "plesk-stat" -print0 | xargs -0 chmod 0755
find $PLESKDOMAINHTTPDOCS -type f -not -name ".pl" -not -name ".cgi" -not -name ".sh" -print0 | xargs -0 chmod 0644
find $PLESKDOMAINHTTPDOCS -type f -name "…51 votesLooks like “plesk repair fs” can help: https://docs.plesk.com/en-US/12.5/administrator-guide/plesk-administration/plesk-repair-utility/plesk-repair-utility-file-system.75675/
Everyone, please continue voting for this feature if you consider it important!
— rk
-
Add server-wide custom error pages configuration via Plesk UI
Add server-wide custom error pages configuration via Plesk UI.
Per-domain solution is her: https://support.plesk.com/hc/en-us/articles/213370209-How-to-enable-custom-error-pages-for-a-domain-in-Plesk
50 votesThank you for your input! We will consider this functionality in upcoming releases, if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IG -
default chroot PHP cli should use Plesk panel PHP version & settings
Currently when a user uses SSH to execute PHP cli commands, it does not reflect the settings chosen in Plesk panel (it seems to be the default OS vendor PHP). While other PHP versions are available in "/opt/plesk/php/..." the current solution is neither ideal nor transparent to the user (most of them don't even know this path).
I suggest that the default chrooted PHP command
-) should use the same version as chosen as in plesk panel
-) and should use ini settings (memorylimit, maxexecution_time) as chosen in plesk panelIdeally this should even be possible on domain…
31 votesThe changes implemented in the Plesk Obsidian 18.0.44 release https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18044
The console now works using a domain’s PHP version instead of the system PHP.
--AA
-
Allow configuration of the php-fpm slow log
For debugging PHP-FPM can log slow scripts. It would be great if you could manage this feature via Plesk.
27 votes -
Support CORS policies management by Plesk on Windows
Support CORS policies management by Plesk on Windows. Ability to add additional headers via Plesk.
Currently it is possible only on Plesk for Linux.
17 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IG -
Support from ALPN (Application-Layer Protocol Negotiation)
Application-Layer Protocol Negotiation (ALPN) Support where good.
To ensure the best possible compatibility of support would be very good here.
Of course, this is not a priority but would be good.
So could the future https, http, be http / 2 Easy granted.17 votes -
Implement client SSL certificates for authentication
Implement client SSL certificates for authentication
17 votesThis is a valid request, so we’ll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!
— rk
-
compile nginx with secure_link, mp4 & flv modules
Please can you include a version of nginx compiled with the following modules (that are required for pseudostreaming support)
--with-httpsecurelinkmodule
--with-httpmp4module
--with-httpflv_moduleDirections for nginx pseudostreaming compile at: https://gist.github.com/mikhailov/3174601 also indicate the following needed/should be included:
--with-pcre=/usr/src/pcre-8.32 --with-openssl-opt=no-krb5 --with-openssl=/usr/src/openssl-1.0.1g --with-httpsslmodule --with-httpstubstatus_module
For reference, these are the modules included with the present Plesk 1.6 nginx module:
--with-ipv6 --with-file-aio --with-httpsslmodule --with-httprealipmodule --with-httpsubmodule --with-httpdavmodule --with-httpgzipstaticmodule --with-httpstubstatusmodule
17 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.— rk
-
web statistics with additional info (HTTP/HTTPS, IPv4/IPv6)
I would like to compare HTTP to HTTPS traffic and IPv4 to IPv6 traffic. The data should be in the logs, but it is currently not displayed.
15 votesThank you for your input! We will consider this functionality in upcoming releases, if it will be popular.
Everyone, please continue voting for this feature if you consider it important.— ES
-
Implement managing of URL rewrites in Plesk on Windows
Please, implement managing of URL rewrites of domains in Plesk. Currently it is possible to do only via editing web.config or in IIS via URL Rewrite.
14 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IG
- Don't see your idea?