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
94 results found
-
Apache Settings as Service Plan - Addons
It would be really great if we could add Apache Settings to our Service Plan Addons ...
So for example we could simply make an Addon "modgzip", "modgeoip", "mod_whatever" - add it to the Customers requesting it and we are all set ...2 votesThank you for your input!
Unfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG -
nginx - full support for nginx.conf
In Plesk (Onyx) you can use "Additional nginx directives". Its said: "Your directives will override the server-wide nginx configuration."
That quote is not right, because in nginx.conf plesk write:
location ~ ^/(.*.(ac3|avi|bmp|bz2|css|cue|dat|doc|docx|dts|eot|exe|flv|gif|gz|htm|html|ico|img|iso|jpeg|jpg|js|mkv|mp3|mp4|mpeg|mpg|ogg|pdf|png|ppt|pptx|qt|rar|rm|svg|swf|tar|tgz|ttf|txt|wav|woff|woff2|xls|xlsx|zip))$ {
tryfiles $uri @fallback;
}
include "/var/www/vhosts/system/cdn.example.com/conf/vhostnginx.conf";That means that every setting for static files is not working. Example: I set in "Additional nginx directives" this line
location ~* /myfolder1/(a|b|c)/ { .... }
and destination is a static file, this code will never execute. EXCEPT for static files with uppercase file-types like "image.PNG" because here is a issue in nginx.conf, that catch only lowercased files, because…
2 votes -
Plesk should support popular CMS NGINX vhost.
Plesk should support popular CMS NGINX vhost. When user add a new domain and NGINX ONLY webserver, they should be able to select which CMS they use. And Plesk will automatically change NGINX vhost depends on the CMS user choose.
Currently I change NGINX default vhost template for Drupal CMS, so everytime I add a Drupal website I dont have to change its vhost file AND execute "chattr +i" to immutable the file because if I dont do that Plesk will rewrite every vhost file with its default vhost template (very annoying).
Plesk should learn from VestaCP which already has…
2 votesThank you for your input!
Unfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG -
add mail adress for Parked domain in plesk
we cant add email adress for parked domain in plesk.
please add this function. this function have in cpanel.2 votesThank you for your input!
Unfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG -
Multiple PHP versions for php as Apache module
Currently multiple PHP versions are supported only in FastCGI/CGI modes.
Customer would like to be able to select PHP version when PHP execution mode is set to Apache module.2 votesCould you please explain your desired workflow in more details? What is expected benefit of this feature? Actually mod_php can be only one for Apache and we should use multiple mod_php modules for replacing. Not sure that it is possible without Apache restarting, etc. Also switching mod_php can be only server wide. Why modern FastCGI/CGI, PHP-FPM modes are not enough for you?
UPD: You can even use fpm if you have Apache 2.4 version. So we are closing this request, since it does not contain any feature suggestions.
—
IG -
List zip/tar etc as the default extensions of hotlink protection
List zip/tar etc as the default extensions of hotlink protection besides images
2 votesUnfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG -
Auto-Enable Full Nginx option
Hey guys, It would be excellent if we can have an option to auto-enable nginx completely for all websites that are created/added into the Plesk control panel.
Its a bit difficult to maintain server performance by having to manually enable Nginx for all website, especially when you have ongoing customers signing up.
This fix would be great and very efficient.
2 votesUnfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG -
ASP Support for 12, before relase parallels features wtih continue
ASP Support for 12, before relase parallels features wtih continue or re-Uprage - update,
Because
For possible errors2 votesUnfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG -
Predefined settings according to the usage or application.
Predefined settings according to the usage or application.
(Time out - limited memory re-write etc )For magento this settings
For Prestashop thios setting
for onwcloud this setting
etc..2 votesUnfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG -
Suggestion: Add a Dedicated Reverse Proxy Option in the Domain/Subdomain Setup
Currently, Plesk allows configuring reverse proxies through the "Apache & Nginx" tab under "Additional nginx directives." While functional, this approach can be tedious and less intuitive, especially for users managing multiple servers or specific use cases. Adding a dedicated "Reverse Proxy" option during domain or subdomain setup would greatly enhance usability and streamline the process.
For instance, when creating a subdomain, users could choose "Reverse Proxy" as a hosting type, alongside options like "Web Hosting" or "Mail Hosting." This feature could include an intuitive configuration interface with settings such as:
Specifying the target server (e.g., local machine or external server).…
1 voteThank you for your suggestion. Plesk is primarily designed as a web hosting control panel, with a focus on simplifying website and mail hosting management. Implementing a reverse proxy interface with the level of flexibility and customization you described would require significant architectural changes and expanding into advanced proxy management, particularly for game servers and similar setups, falls outside of our scope.
Additionally, standalone reverse proxy tools like Nginx Proxy Manager or similar solutions can be integrated alongside Plesk for more complex use cases. Solutions specifically designed for game server management might be better suited to such tasks.
With that said, we are closing the current request.
-- SH
-
HTTP/3 for Apache users
Recently Plesk announced that has implemented HTTP 3 for Nigix but this is not available for Apache users.
Also with Plesk Obsidian 18.0.61 I dont have HTTP 3I'm so asking to implement HTTP 3 also for Apache.
1 voteThank you for your suggestion! Unfortunately Apache currently does not support HTTP/3. Which is why Plesk cannot implement HTTP/3 support for Apache.
-
1 vote
Sorry, we have to close this request as no information was provided for an actual feature. Feel free to open an new request with more details.
--
KvD
-
Add .htaccess Redirect with RewriteCond (without changing URL)
For now I can use Frame Redirect (URL stays without Params) or directly redirect 301 or 302 to the Page. The coolest way to redirect for me is use htaccess RewriteCond, so Domain stays the same but accepts Params.
I need the possibility to set this via API.Like this, but automatically in background:
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /RewriteCond %{HTTPHOST} ^(www.)?example.com$ [NC]
RewriteRule ^ https://example-other-server.com%{REQUESTURI} [L,NE,P]1 voteThe setting can already be created in an .htaccess file. The feature request did not become popular, we must decline it.
-- PD
-
Vhost Validation
Plesk must add the ability to validate virtualhost configurations for each domain. So that if there is an error on one virtualhost, it does not affect the overall web server service.
1 voteUpd: Sorry, we are closing the request as no information was provided for over a month.
—
IG -
Set a 404 page
Determine which page to forward to in the case of 404
1 voteUpd: Sorry, we are closing the request as no information were provided for over a month.
—
IG -
1 vote
Upd: Sorry, we are closing the request as no information were provided for over a month.
—
IG -
Error Code
change your error codes to links to some from of documetation on its meaning
1 voteUpd: Sorry, we are closing the request as no information were provided for over a month.
—
IG -
pdf
i want to use this pdf program
1 voteUpd: Sorry, we are closing the request as no information were provided for over a month.
—
IG -
Option to configure Apache / Nginx Startserver etc.
I need to change "Performance" settings like Startserver, Serverlimit etc. by editing webserver.conf
As I use Dedicated (HARDWARE) Servers, the default limits are pretty low for a 8 Core / 16 Thread system with 64G Ram.
1 voteUpd: Sorry, we are closing the request as no information were provided for over a month.
—
IG -
add selector for codepages
add selector for codepages.
как тяжело вам понять, если вы на одном английском все время работаете, что для других языков нужен выбор кодовой страницы при редактировании файлов через веб интерфейс1 voteThank you for your input!
Unfortunately, we have to close your request because it has not become quite popular for further implementation over the years.
--
IG
- Don't see your idea?