• 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'

    In the end, I resolved this in the following way: plesk bin service_plan -u "Plan Name" -php_handler_id plesk-php74-fastcgi -php_served_by_nginx false plesk bin subscription --unlock-subscription domain.com plesk bin subscription --sync-subscription domain.com I should note that using the...
  2. 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"...
  3. M

    Issue Different behavior from domain aliases of same domain

    More digging: (1) After deleting all of the config files under /var/www/vhosts/system/domain1.com/conf/ and rebuilding them with `plesk repair web domain1.com`, the server now returns the same output of File Not Found for https://www.domain3.com/item/existing-item AND...
  4. 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...
  5. M

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

    DKIM re-enabling DID NOT help this issue. It was necessary to get DKIM working with SMTP-submitted mail after the migration. My work-around with non_smtpd_milters is what fixed this issue for me.
  6. M

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

    I have figured out the problem. It seems that Postfix did not define milters for mail that did not come in via SMTP. This is all Mailman mail, of course. I do not use the Plesk webmail, so it might also be a problem there. In the Postfix configuration file at /etc/postfix/main.cf, I added the...
  7. M

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

    Upon entering the license key, I received the following message: "We identified that the Plesk license was purchased not directly from Plesk but through one of the Plesk Resellers.In this case, you need to contact your license provider for support service.Plesk Partners (Resellers) are fully...
  8. M

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

    Yes, I had to disable and re-enable DKIM for each domain that was migrated. DKIM was not working otherwise. I also removed and re-created the mailing list to see if that would fix the problem. I will do so.
  9. 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...
  10. M

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

    I should note: we just migrated from a RHEL 6 server. Plesk version is the same. On that server, outgoing Mailman emails were signed correctly.
  11. 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...
  12. M

    Issue Problem with CGI scripts: 404 Not Found

    Well, I have found the issue. On the old server, the cgi-bin folder was in the vhost root. That is: /var/www/vhosts/domain.com/cgi-bin On the NEW server, it's looking for it under httpdocs: /var/www/vhosts/domain.com/httpdocs/cgi-bin I could've sworn this was something one could change from...
  13. 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...
  14. 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...
  15. M

    Issue Mailman + nginx proxy mode off

    I understand this. I just figured that since I was using two standard Plesk features -- nginx and Mailman -- someone might already have come up against this issue.
  16. 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...
  17. M

    Question Apache .htaccess redirecting problem with nginx

    However, I am concerned about breaking other websites on this server. It seems silly to break global templates to fix 1 domain out of about 60 on this server.
  18. M

    Question Apache .htaccess redirecting problem with nginx

    When I add these directives to "Additional nginx directives" in Plesk, I get: Invalid nginx configuration: nginx: [emerg] duplicate location "/" in /var/www/vhosts/system/annalevinson.com/conf/vhost_nginx.conf:5 nginx: configuration file /etc/nginx/nginx.conf test failed I tried "service nginx...
  19. M

    Question Apache .htaccess redirecting problem with nginx

    I have been looking at the template at /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php The block that is causing the problem, this block: location ~ /$ { index "index.html" "index.cgi" "index.pl" "index.php" "index.xhtml" "index.htm"...
  20. M

    Question Apache .htaccess redirecting problem with nginx

    I have tried running the following to disable nginx and have Apache handle everything: plesk bin domain -u redacted.com -nginx-transparent-mode true Same problem, nginx returns a 404 error. This is not expected behavior.
Back
Top