• 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. A

    Issue Forwarding to catch_all email address does not work

    Forgot to mention, the issue is on the entire server - tested with other domains and got the same result. Did not tested with that but I have seen it during my searching.
  2. A

    Issue Forwarding to catch_all email address does not work

    Hi, Running CloudLinux Server 6.10 (extended support) with Plesk Obsidian Version 18.0.3. I have a domain.com with multiple email address. Address [email protected] is set to catch all emails sent to non existent users to the domain.com. The issue is that if I send and email to [email protected]...
  3. A

    Input How to compile NGINX with additional modules ( pagespeed / cache_purge / headers-more / and others )

    If I use proxy_cache_key "$scheme$request_method$host$request_uri"; Should I set proxy_cache_purge domain.com_proxy $1$request_method$host$request_uri ? I have tried above and is not working.
  4. A

    Input How to compile NGINX with additional modules ( pagespeed / cache_purge / headers-more / and others )

    domain.com is the real domain name I have the bellow settings - not woking. Also, I have set /purge/ in to to the Nginx helper plugin - curstom URL. proxy_cache_path /var/cache/nginx/domain.com_proxy levels=1:2 keys_zone=domain.com_proxy:5m max_size=209715200; proxy_cache_key...
  5. A

    Input How to compile NGINX with additional modules ( pagespeed / cache_purge / headers-more / and others )

    I have set the bellow in /var/www/vhosts/system/domain.com/conf/nginx.conf location ^~ /invalidate_cached_url/ { allow 127.0.0.1; deny all; proxy_cache_purge domain.com_proxy $arg_url; } Then in Helper plugin at Custom Purge URL: /invalidate_cached_url/ ...
  6. A

    Plesk Onyx 17.8 Preview

    Where can I find the sw-nginx-1.13.8-centos7.18012914.x86_64 SRPM?
  7. A

    Question Using Nginx Fastcgi_cache with Nginx as proxy?

    Thanks for your reply. I want to activate for each domain the caching option, so this why I want to create separate proxy_cache_path for each domain and also want it to be automatic: I add a new domain -> caching is on by default.
  8. A

    Question Using Nginx Fastcgi_cache with Nginx as proxy?

    I have added proxy_cache_path /var/nginx/cache/<?php echo $VAR->domain->asciiName ?> levels=1:2 keys_zone=<?php echo $VAR->domain->asciiName ?>:10m inactive=24h max_size=10m; to /usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php above the server { directive I get the...
  9. A

    Postfix does not forward email from dedicated IP

    Hey Plesk 12.0.18 on centos 6, Postfix does not forward email from dedicated IP. If I send email from the domain the dedicted IP is used, just when the forward is set up, the email is sent from the server's main IP. Any idea what should I tweak in postfix? Thanks
  10. A

    Plesk upgrade fail

    Looks like this is the solution, I have replaced all CHARACTER SET utf8 COLLATE utf8_general_ci with CHARACTER SET latin1 COLLATE latin1_general_ci in /usr/local/psa/bootstrapper/pp12.5.30-bootstrapper/bootstrapper.sh and now the upgrade is running fine :).
  11. A

    Plesk upgrade fail

    I have see that already but does not help. Since the entire psa DB is erased once I get that ERROR 1071 I assume that the autoinstaller is doing a dump of the psa db, erase it, recrrate it as utf8 and it try to reimport but it fail with ERROR 1071. I have converted the entire psa DB with tables...
  12. A

    Plesk upgrade fail

    Hello I try to upgrade Plesk from v12.0.8 to 12.5.30 on a Centos 5.11 however the upgrade fail at the preupdate stage. ===> Upgrading database Trying to start service mysqld... mysqld (pid 13595) is running... done Trying to establish test connection... connected done Trying to find psa...
Back
Top