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

    Resolved Mail broken /usr/sbin/postconf: invalid option -- 'x'

    I moved to a new server and did a reinstall
  2. B

    Resolved Mail broken /usr/sbin/postconf: invalid option -- 'x'

    Plesk mail server is giving the following error: mailmng-server failed: Fatal error: plesk::mail::postfix::PostfixConfigurationError(/usr/sbin/postconf: invalid option -- 'x' /usr/sbin/postconf: fatal: usage: /usr/sbin/postconf [-a (server SASL types)] [-A (client SASL types)] [-b (bounce...
  3. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    I was installing the log4cplus of plesk 17.8.11 while i still was on 17.5.8 Removing log4cplus and installing it from 17.5.8 fixed the issue.
  4. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    log4cplus-1.2.0.1-0centos.6.180209.1429.x86_64
  5. B

    Question Optimal nginx performance Wordpress

    I'm looking for the best nginx performance with Wordpress and WP Super Cache module. Found a lot of threads en websites with only seperated snippets of code. Since a lot of people are looking for performance, my hope is that we can build the optimal directives for Nginx I'm no expert. It's a...
  6. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    Thanks for helping. It was centos6 log4cplus that is installed. Disabled repel and followed your advise. ran plesk installer and got: Plesk pre-upgrade check /usr/bin/sw-engine: error while loading shared libraries: liblog4cplus-1.1.so.9: cannot open shared object file: No such file or directory
  7. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    I did the reinstall and repair. The current version of log4cplus is still log4cplus-1.1.2-centos6.15011616.x86_64 # yum install http://autoinstall.plesk.com/PSA_17.8.11/dist-rpm-CentOS-6-x86_64/engine/log4cplus-1.2.0.1-0centos.6.180209.1429.x86_64.rpm Results in missing other dependencies...
  8. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    When trying to upgrade it fails on the following error. Attempt to remove 'psa-spf2' to resolve conflict has succeeded Exception: Failed to solve dependencies: plesk-lmlib-0.2.4-0centos.6.180209.1429.x86_64 requires log4cplus >= 1.2.0.1 plesk-lmlib-0.2.4-0centos.6.180209.1429.x86_64 requires...
  9. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    What i did to fix this is: copy the template nginxDomainVhostIpDefault.php to custom Added these lines: <?php //$VAR->domain->asciiName = "localhost:433" ?> <?php $ipAddress->escapedAddress = "localhost" ?> <?php echo $VAR->includeTemplate('domain/nginxDomainVirtualHost.php', array(...
  10. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    Found out that i was on the right track. nginx not listening to the localhost for the default domain. By manualy editing the vhost file i've got the curl working. File edited is /etc/nginx/plesk.conf.d/ip_default/****.nl.conf How to edit the vhost file correctly for the default server domain to...
  11. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    I think that would give an connection but with a HTTP/1.1 401 or 403 or whatever response wouldnt it? What is the result of "netstat -tulpn|grep nginx" on your server?
  12. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    Did u try to curl to the same hostname of your server? This would be strange since i can curl to all local websites but not to the one with the same name as the server. Even if i use www. before it, it works. Due the fact i cant change the curl request of the third party software i cant change...
  13. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    -- update -- Issue found: nginx aint listening to 127.0.0.1 for the default domain (/etc/nginx/plesk.conf.d/ip_default/****.nl.conf). Manualy editing the vhost file with a listen added fixed it temporary. Need help with solution how to fix this the right way. See post #6 I've got...
  14. B

    Resolved Onyx wont start installation

    Thanks voor the suggestion. Through the shell with plesk installer it worked. Tools & Settings > Updates & Upgrades did not.
  15. B

    Resolved Onyx wont start installation

    Reserved today to upgrade to Onyx, but i can't even pass the installer. When i try to upgrade Plesk from 12.5 to Onyx it seems to be looping and going to component install. First screen message is: "downloading installer" Second screen message is: "installer updated" Then repeat, first message...
  16. B

    domain specific settings in master.cf

    I've been working on the mail server for quiet some time now to fix mails going to hotmail spam. During changes i've noticed that a few domains now have a specific setting in master.cf plesk-domain.nl-IPv4adres-IPvs6-adres unix - n n - - smtp -o smtp_bind_address=IPv4adres -o...
  17. B

    Watchdog messages after migration from 11 to 12

    After migrating to a new server and also from plesk 11 to 12 i've got two watchdog errors: /bin/sh: /usr/local/psa/libexec/modules/watchdog/cp/clean-events: No such file or directory /bin/sh: /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats: No such file or directory Both files dont...
Back
Top