• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by eronardiaras

  1. E

    Issue Exclude DKIM verification for incoming mail. Plesk solution not working

    I also have the dkim error: "DKIM verification (d=example.com, 2048-bit key) failed: signature verification failed" But then I'll open a new post.
  2. E

    Issue Exclude DKIM verification for incoming mail. Plesk solution not working

    Similar problem. For the past few days, emails sent from one external domain to our plesk server are not arriving. (They always arrived without any problems before.) However, they are arriving on our other plesk server. (Same settings on both servers.) - Added the domain ("@example.com") to...
  3. E

    Issue DMARC p=reject causes locally generated DSNs (MAILER-DAEMON) to be silently discarded

    Similar problem. For the past few days, emails sent from one external domain to our plesk server are not arriving. (They always arrived without any problems before.) However, they are arriving on our other plesk server. (Same settings on both servers.) - Added the domain ("@example.com") to...
  4. E

    Question How I clear plesk php83 folder in the tmp

    Hopefully the issue has been solved. The website owner disabled a plugin: wp-rocket And changed the settings for a plugin (hellopack-shortpixel plugin). So the image files in the tmp folder were no longer being generated again. It was a wordpress plugin the problem, but it is interesting that...
  5. E

    Question How I clear plesk php83 folder in the tmp

    Now a lot of png files are being put in the "/tmp/" folder. (after I changed PrivateTmp value to false) (and not in the "/tmp/systemd-private-5255d67d0f424807ba3c0fd4ec899e16-plesk-php83-fpm.service-AR6eIR" folder) I checked and they are all linked to one wordpress website: #ls -l -rw-r--r--. 1...
  6. E

    Question How I clear plesk php83 folder in the tmp

    Thanks, it's solved (change PrivateTmp value to false). But. It's interesting that it's enabled (PrivateTmp=true) in the other versions (php fpm 8.0, 8.3, 8.4), but that doesn't take up space in the tmp folder. Additionaly, there are more websites running under the other versions (php fpm 8.0...
  7. E

    Question How I clear plesk php83 folder in the tmp

    I found a folder in my tmp directory that is taking up a lot of space. Why is this one folder here with such a large space requirement? How can I safely remove it? /tmp/systemd-private-5255d67d0f424807ba3c0fd4ec899e16-plesk-php83-fpm.service-AR6eIR
  8. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    And this is correct? sudo su MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin --force Without "sudo su" i get error...
  9. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    Maybe that can fix it? Or should I not try? MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin --host localhost --force Resolved - MySQL 5.6 No directory, logging in with HOME=/
  10. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    I only upgrade maridb. And than: - localhost not working - roundcube not working - mail not working Are you sure they don't record anything in the database? I looked with phpMyAdmin and there are database tables...
  11. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    And: yes. - I remove this line: "bind-address = 127.0.0.1" - I restarted mariadb - run this: sudo su MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin --force - restart mariadb - and this: sudo systemctl stop mysql; sudo killall mysqld # to stop the incorrect service if it is started...
  12. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    /etc/my.cnf: # This group is read both both by the client and the server # use it for options that affect everything # [client-server] # # include all files from the config directory # !includedir /etc/my.cnf.d [mysqld] sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION bind-address =...
  13. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    I ugrade to 10.6. (https://support.plesk.com/hc/en-us/articles/12388091703703 [RHEL example]) But not working the Mariadb, only on ip (127.0.0.0, 0.0.0.0). If i set forexample wordpress DB_HOST: localhost. Is not working. But if i set 127.0.0.0, then working. The VeryBigProblem: The mails is...
  14. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    In point 7: Will I need everything? yum install MariaDB-server galera-4 MariaDB-client MariaDB-shared MariaDB-backup MariaDB-common Is "galera-4" required for both 10.6 and 10.11?
  15. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    Attached. Contents of the "/etc/my.cnf.d" folder: - client.cnf - mariadb-server.cnf - spider.cnf - enable_encryption.preset - mysql-clients.cnf
Back
Top