• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. iMadalin

    zend opcache php-fpm

    For all that know their stuff around Linux and manually control PHP, you can create separated PHP-FPM services and assign them one per client. Each client having it's own PHP-FPM service, will provide isolation > security, stability (if a client has a script that stalls the PHP-FPM service, the...
  2. iMadalin

    Hard Disk Quota is not supported

    5 years later and this seems still not solved even in current stable version...
  3. iMadalin

    Plesk Hard Quota Support

    That I have it disabled. There's something else not working right. I've been setting up the quota on servers the same way for years, and works in Ispconfig and Virtualmin out-of-the-box like that. Just Plesk complains about it...
  4. iMadalin

    Plesk Hard Quota Support

    I have a similar issue. Manually I can set quotas per user from the CLI. Still, Plesk reports that "Hard disk quota is not supported due to the configuration of the server file system". Here are some of my screenshots. Proper setup for Quota should be in Plesk's docs if Plesk expects...
  5. iMadalin

    Required storage for multi volume scheduled FTP backup

    I wounder if Plesk team would like to answer this as I'm interested as well. It makes no sense on the volumes if the ftp upload is made after all are created. That forces to always have up to double the amount of space needed... On SSD based servers that increaseses too much the costs and...
  6. iMadalin

    CLI php_handler -service-node doc

    Thank you Igor
  7. iMadalin

    CLI php_handler -service-node doc

    Hello, php_handler options -service-node Can anybody point me to a detailed explanation on what is this option doing with php_handler as it's the only one not in the documentation?
  8. iMadalin

    Use custom templates per Service Plans

    Hi. I'm interested in having different templates that would override Nginx / Apache confs of domains depending on what Service Plan they are. Or more simple, how can I make a certain Service Plan not to use at all Apache? My intention is to have a Service Plan that does not includes the proxy...
  9. iMadalin

    MariaDB Update....

    You know, you can add multiple databases?... Test that way...
  10. iMadalin

    MariaDB Update....

    Do you really need MySQL 5.7 / MariaDB 10.1? Are all your tables 100% compatible? Do you know what is "Strict mode" and what it involves? Are you prepared to set all needed configs when you find lots of websites not working? Those are some questions to have answers before upgrading to MySQL 5.7...
  11. iMadalin

    Vote Please share your opinion about Plesk PHP packages

    Question related to current PHP 5.3 from Plesk's php packages: will it add PHP-FPM as it is supported? As we can run 5.4, 5.6, 7.0 with FPM, 5.3 would also be a benefit so it doesn't forces usage of fcgid only for a version of PHP.
  12. iMadalin

    Vote Please share your opinion about Plesk PHP packages

    HTP is available to be enabled since Ubuntu HardyHeron (8.04 LTS - server kernel).
  13. iMadalin

    allow only external database servers and hide local server

    @trialotto Database Servers, not databases. Do you know how for example Rackspace Sites service works? When you create a website you can assign a database to it (more after completing the wizard) and you get to choose any DB Server from a list you are allowed that moment. That list is based...
  14. iMadalin

    allow only external database servers and hide local server

    @trialotto I agree with all you mentioned. My idea on the start of the post was just how to hide databases from the Clients so they can choose to setup a new database only to the ones that they would be allowed in that moment.
  15. iMadalin

    allow only external database servers and hide local server

    @IgorG Maybe for who uses Horde, but it should not be tied by that and there is nothing in Horde's code that specifies that if used in Plesk it will force you to expose the localhost database to Clients... (Plesk should manage it's own things separate from clients options to maximize stability...
  16. iMadalin

    allow only external database servers and hide local server

    @trialotto Looks like by removing the entry from the table gives the result I want. As Plesk's code is encrypted I don't know if Plesk has any internal component that really needs that entry. I also think that Plesk installer should offer the possibility to specify the database server to be...
  17. iMadalin

    Vote Please share your opinion about Plesk PHP packages

    Huge Pages need to be explicitly enabled on booting the kernel. Only Oracle's and RHEL distros come with enabled by default. Personal opinion based on many years since started using it for MySQL - huge performance boost for MySQL. Hope to see this in PHP7 as well and in the future to Redis as...
  18. iMadalin

    allow only external database servers and hide local server

    Thank you for the reply, but by setting just that, a client can still choose the localhost database server. My intention is to allow them to choose any of the external servers only and don't force them to only a single server. Scenario is that multiple MySQL servers are offered using different...
  19. iMadalin

    allow only external database servers and hide local server

    Hello. I want to allow clients to use any of the external configured database servers (MySQL and PostgreSQL as well), but I don't want them to see in the list the localhost one. Is there any way to do this? (Deleting them from DatabaseServers table would work?)
  20. iMadalin

    Regenerate PHP pool for a domain in Plesk 12.1

    I found the answer for my self :) /usr/local/psa/admin/bin/httpdmng --reconfigure mydomain.tld PS. The generated file is not perfect. Variables are duplicated in the generated config, we can live with that as the last met remains, but still, that could be fixed in the Stable and Preview...
Back
Top