• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Recent content by francescoca

  1. F

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    First of all, thank you very much for at least trying to get me some help! This is what I had first thought, because I can't find any relevant string anywhere by just grep-ing the template folder. I don't know if there are better ways to search, if that's the case, I'm willing to learn. But...
  2. F

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    Correct me if I'm wrong, but that will only have effect on where httpd will send its requests (i.e. unix socket or tcp connection), but not customize the path to the socket in the /opt/plesk/php/[phpver]/etc/php-fpm.d/[domainname].conf file. Right?
  3. F

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    Sure, thank you, but this is on a per domain basis and knew that already. What I am trying to achieve is one system-wide setting that will, from now on, and for every domain created, use the new listen directive. Or even better, in the same conf file, leave the listen directive as is and set a...
  4. F

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    An alternative (and considering the downsides that you mention, maybe better) approach to what I want to achieve would be to move the php-fpm.sock to a path that's different from the /var/www/vhosts/system/$pool defined in the prefix directive in...
  5. F

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    This is a very particular use case indeed, so I'm aware of the limitations and issues that may arise. When it comes to the first of your points, I have already set up a way to make all new domains point to what I want (i.e. TCP connection, not unix socket). The only thing that's left is creating...
  6. F

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    I need to set my server so that all domains created from now onwards that are using PHP-FPM will listen to 127.0.0.1:9000 instead of php-fpm.sock, which seems to be the default setting. There are no existing domains at the moment, so I only care about what's going to be created after applying...
  7. F

    Mirroring w/ 2 servers - MySQL multimaster replication and Plesk

    Year 2024, no news on the subject. Anyway I would like to ask, what are you synching in the multimaster mysql database? Everything or... which databases/tables?
Back
Top