Search results

  1. J

    Resolved Nginx start timeout

    Hi, its not a plesk bug, its systemd... You must edit the "UNIT" section to: [Unit] Description=Startup script for nginx service After=network-online.target remote-fs.target nss-lookup.target Wants=network-online.target in "/usr/lib/systemd/system/nginx.service". Attached my full file...
  2. J

    curl upgrade on Plesk 12.5

    Hi, you must install curl from exernal repo # downloding rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/city-fan.org-release-1-13.rhel6.noarch.rpm # install curl yum install curl # repo disable rpm -e city-fan.org-release-1-13.rhel6.noarch Please first create backup or server snapshot.
  3. J

    Plesk Migration Manager - DEBUG Free reserved disk space

    Hi IgorG, i have edit all files on the source server: [root@www ]# find /usr/local/psa/PMM/ -name '*.pm' | xargs grep -i 'BigInt' /usr/local/psa/PMM/agents/shared/Storage/FtpFileStorage.pm:use Math::BigInt; /usr/local/psa/PMM/agents/shared/Storage/Storage.pm:use Math::BigInt...
  4. J

    Plesk Migration Manager - DEBUG Free reserved disk space

    Hi IgorG, thanks, but i can´t see a error: [root@www ~]# perl -Mbigint -e 'print 0' 0
  5. J

    Plesk Migration Manager - DEBUG Free reserved disk space

    Hi there, i want to 70 clients move to a new centos and plesk server, but i have a problem with the Plesk Migration Manager: Source System: Virtualization: Parallels Cloud Server 6.0.10 SP1 (build 6.0.10-3174) OS: CentOS 6.7 (Final) Plesk: 12.0.18 Update #63 [root@www ~]# df -h Filesystem...
  6. J

    bug or feature? php cron for customers without ssh

    Has nobody a idea? Is it a broken feature or a bug?
  7. J

    spamassassin for ALL existing mailboxes

    Hi UFHH01, it does not work ;(. I can push on and off and an and off and on... the button is without a function. Hi danami, the mysql query works great - very cool, thx ;)!
  8. J

    bug or feature? php cron for customers without ssh

    Hi there, my system: OS: ‪CentOS Linux 7.2.1511 (Core)‬, Plesk Version 12.5.30 Update #23 I have a strange event with a php-cronjob for customers. Access to the server over SSH: forbidden Scheduler management in hosting subscription: enable Now my problem: We have a customer with a scheduled...
  9. J

    solved - DNS Blackhole Lists over CLI, possible?

    really really nice, it works, many tanks! One could call it differently, e.g. blackhole or dnsbl ... xD
  10. J

    spamassassin for ALL existing mailboxes

    wow very cool! Thanks!
  11. J

    solved - DNS Blackhole Lists over CLI, possible?

    Hi there, how can I update the "Blackhole Lists" using CLI (Plesk12/12.5 CentOS6/7)? I have found nothing in the manual. I mean the list under: Tools a. Settings -> Mail Server Settings -> DNS zones for DNSBL service I used Postfix. Of course I can edit /etc/postfx/main.cf, but Plesk can...
  12. J

    spamassassin for ALL existing mailboxes

    Hi there, the command "/usr/local/psa/bin/spamassassin --update [email protected] -status true" activated spamassassin only for one mailbox. How can i activate spamassassin for all existing mailboxes? many thanks Erik
  13. J

    CentOS 7.2 and Plesk 12.5 problems

    Hi there, it´s a systemD with Plesk 12.5 and nginx and presumably Virtuozzo 7 problem. My workaround: 1) edit: /usr/lib/systemd/system/nginx.service 2) edit line 3 and add line 4: After=network-online.target remote-fs.target nss-lookup.target Wants=network-online.target Line 1 to 4 looks...
  14. J

    disable automatic greylisting activation for new domains

    Hi Igor, many thanks, but my command disabled greylisting for ALL domains, only new domains should to be automatically disabled. A script and the "Event Manager" can solve the problem, but that's not what was originally intended? I have create a feature request...
  15. J

    disable automatic greylisting activation for new domains

    Hi there, how can I disable greylisting automatically for new domains in Plesk 12 and Plesk 12.5? # Enable greylisting Tools & Settings -> Spam Filter -> Switch on server-wide greylisting spam protection -> This Option activated the Checkbox in the subscriptions under Mail -> Mail Settings ->...
  16. J

    mpm_event increase MaxRequestWorkers with Plesk 12.5

    Hi Igor, many thanks. I assumed, that already one exists. In Plesk 12.5 is Event "enabled by default" and the default value 16/25 (https://httpd.apache.org/docs/2.4/en/mod/mpm_common.html) is very low. I will create a customize config file, however with: <IfModule event.c> StartServers 5...
  17. J

    mpm_event increase MaxRequestWorkers with Plesk 12.5

    Hi Igor, this means that you do not know where we can change the configuration :)? Odin writes regarding prefork and event (http://docs.plesk.com/release-notes/12.5/upgrade-notes/): (Plesk for Linux) Websites using the Apache module PHP handler do not work on Plesk for Linux servers with...
  18. J

    mpm_event increase MaxRequestWorkers with Plesk 12.5

    Hi there, with CentOS 7 and Apache 2.4, the Prefork MPM will be used by default, but with Plesk 12.5 it´s mpm_event. Where is the configuration file for mpm_event with Plesk 12.5? I have only found a file for prefork: cat /etc/httpd/conf.d/mpm_prefork.conf # prefork MPM # StartServers...
  19. J

    CentOS YUM Update failed for plesk ioncube loader

    Same problem here. Therefore normal updates (with yum) do not work. Here a workaroud, so that normal security updates can be installed: 1) mv /etc/yum.repos.d/plesk-php5.3.repo /etc/yum.repos.d/plesk-php5.3-repo 2) yum update -y 3) mv /etc/yum.repos.d/plesk-php5.3-repo...
  20. J

    Plesk 12.0.18 MU#63

    Hi Igor, commands executed: # /usr/local/psa/admin/sbin/autoinstaller --select-release-current --remove-component nginx # /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component nginx Patches were installed successfully. The changes were applied successfully. yum...
Back
Top