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

    Issue Unrecognized option: 'nginx-serve-php'

    I'm trying to change the PHP handler for a domain from CLI. I'm using the command: plesk bin site -u example.com -php_handler_id plesk-php74-fastcgi I get the result: PHP scripts cannot be processed by nginx if the Plesk CGI or FastCGI handler is selected. Either omit the "-nginx-serve-php"...
  2. M

    Issue Different behavior from domain aliases of same domain

    This is a weird one. I have three domains, let's call them domain1.com, domain2.com and domain3.com. Domain1.com is the main domain. Domain2.com is a domain alias of domain1.com Domain3.com is a domain alias of domain2.com I am using the domains WITHOUT a 301 redirect. I don't want to get into...
  3. M

    Issue "Unable to perform the sync"

    I'm getting this message when I try to sync a service plan with subscriptions. I came across this thread: Resolved - Unable to perform the sync Which suggests that the issue is due to subscriptions overusing some of the limits set in the plan. Is there any quick way to check which limits...
  4. M

    Forwarded to devs Mailman: Error during 'dd51-domainkeys' handler

    TITLE: Mailman: Error during 'dd51-domainkeys' handler PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: CentOS Linux 7.6.1810 (Core)‬ Plesk Onyx Version 17.8.11 Update #39 PROBLEM DESCRIPTION: Hi, When sending mail through Mailman, messages are not being signed by DKIM. The maillog is filled...
  5. M

    Issue Problem with CGI scripts: 404 Not Found

    I am currently migrating from one Plesk Onyx server to another. I migrated a domain with numerous CGI scripts in the cgi-bin. When I try to access any of them by going to: http://domain.com/cgi-bin/script.cgi, I get error 404. I've ensured that CGI support is enabled in the Hosting Settings for...
  6. M

    Issue Plesk DKIM error: Error during 'dd51-domainkeys' handler

    Hi, DKIM has been failing on my server with all the symptoms described in the following article: DomainKeys is not working with mailman in Plesk 12.5: Error during 'dd51-domainkeys' handler However, I'm running Onyx 17.8.11 Update #38. SUPPOSEDLY, the issue should have been fixed. The bug...
  7. M

    Issue Mailman + nginx proxy mode off

    Hi, I've disabled nginx proxy mode on one of my domains. In other words, nginx serves all requests directly, without going through Apache. This has broken mailman. Now when I try to access https://lists.domain.com/mailman/admin/listname, the server returns the home page of domain.com. If I...
  8. M

    Question Apache .htaccess redirecting problem with nginx

    I have the following code in my .htaccess: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_URI} !/blog/ RewriteCond %{REQUEST_URI} !/sendmail/ RewriteRule ^(.*)/$ /cgi-bin/adm/constructor.pl?d=$1 [T=application/x-httpd-cgi,L] RewriteCond %{REQUEST_URI} !/blog/ RewriteCond %{REQUEST_URI}...
Back
Top