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...
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...
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...
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 ;)!
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...
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...
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
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...
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...
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 ->...
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...
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...
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...
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...