• 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

Search results

  1. M

    Question What is the default settings the Apache Web Server

    I didn't change anything as far as I can remember.
  2. M

    Question What is the default settings the Apache Web Server

    This is one of our servers with the same OS:
  3. M

    Question How to manage a PostgreSQL database in Plesk GUI?

    There is a feature request by the following link to include pgAdmin for Postgres management in Plesk: https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/35537077-include-pgadmin-for-postgres-management-in-plesk
  4. M

    Question Convert the Roundcube database to separate SQLite databases

    Hi, I just read about the cPanel option to convert the Roundcube database to separate SQLite databases per subscription: https://docs.cpanel.net/knowledge-base/webmail/how-to-convert-roundcube-to-sqlite/ Since cPanel is also a Webpro brand, is this also planned for Plesk? It would make...
  5. M

    Resolved Suggestion for enhancing UserVoice: show recently implemented features

    Hi, First of all, I really appreciate that the UserVoice page now shows recently completed ideas—this is a great step toward improving transparency and user engagement. I’d like to suggest another enhancement to connect the UserVoice further requests with Plesk updates: adding a reference in...
  6. M

    Issue MySQL High CPU usage

    There isn't much you can do. Maybe use a console to log in to the server. Does your provider support a direct login using a console or KVM console?
  7. M

    Resolved definitions of task used in daily maintenance plesk's command

    Sorry, I can't answer this question because there is no further documentation for these commands. Maybe someone else can help you?
  8. M

    Resolved How to remove LARVEL Toolkit Skeleton from my plesk installation completely

    Laravel is installed in the root of your subscription, so all you have to do is remove the files Laravel created there. You can do that with the file manager in Plesk.
  9. M

    Question sftp

    Have a look at this article: https://support.plesk.com/hc/en-us/articles/12377744787991-Plesk-for-Linux-services-logs-and-configuration-files
  10. M

    Resolved No FTP button in hosting panel

    No worries, I'm glad to hear that you sorted it out.
  11. M

    Question I need to find how to install php between same os server in plesk

    Could you please use deepl to translate your questions? I've no idea what you need or want. Plesk offers PHP 5.6 and you're still compiling the code. Why?
  12. M

    Question I need to find how to install php between same os server in plesk

    I could install PHP 5.6 on Almalinux 8.10 without any issues: # pwd /opt/plesk/php/5.6 # ll total 24 drwxr-xr-x. 2 root root 4096 Sep 11 22:02 bin drwxr-xr-x. 3 root root 4096 May 29 09:18 etc drwxr-xr-x. 3 root root 4096 May 29 09:18 lib64 drwxr-xr-x. 2 root root 4096 Sep 11 22:02 sbin...
  13. M

    Resolved definitions of task used in daily maintenance plesk's command

    The Plesk Daily Maintenance script is started using the cron.daily: # ls -l /etc/cron.daily/50plesk-daily So, I'm not sure what you want to know, as this is a maintenance script that does dozens of things on the server. It involves many log files.
  14. M

    Resolved No FTP button in hosting panel

    It looks like you have not logged in as the administrator of the server.
  15. M

    Resolved definitions of task used in daily maintenance plesk's command

    These tasks help maintain and optimize Plesk's operations through various administrative and maintenance functions: - AnalyseClientStatistics: Analyzes traffic and usage statistics for Plesk clients. - AnalyseDomainStatistics: Analyzes traffic and usage statistics for individual domains. -...
  16. M

    Resolved No FTP button in hosting panel

    Is this your own server? It looks like you don't have permission to use hosting features in this account.
  17. M

    Question AlmaLinux php 5.6 support

    Can you test this version of your code: <?php declare(strict_types=1); // Error reporting ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); /** * Check if GD and FreeType are available * * @return void * @throws RuntimeException if GD or...
  18. M

    Question AlmaLinux php 5.6 support

    I see nothing in your code that should work only in PHP 5.6. Did you check if the GD library is on the new server? php -r "echo extension_loaded('gd') ? 'GD is installed and active' : 'GD is not installed or not active';"
  19. M

    Issue Ubuntu ARM server error : cannot execute binary file exec format error

    You get that warning when you try to execute a binary that's not suitable for the OS that the server is running. I guess you downloaded a binary that was created for the Intel processors, not for the ARM processors.
  20. M

    Issue Disk space automatically getting fulled

    You shouldn't manually delete anything. All you should do is manage the disk space, such as setting the number of daily backups. How did you set those? Every day a full backup or another backup scheme? Can you post a screenshot of the global backup settings? Tools & Settings -> Backup Manager ->...
Back
Top