• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

mod_security2 error ..

Szer0P

Basic Pleskian
Error: Failed to update the ModSecurity rule set: modsecurity_ctl failed: gpg: key 4520AFA9: "Atomicorp (Atomicorp Official Signing Key) <support@atomicorp.com>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 gpg: Signature made Tue Aug 18 17:42:48 2015 CEST using RSA key ID 4520AFA9 gpg: Good signature from "Atomicorp (Atomicorp Official Signing Key) <support@atomicorp.com>" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 1818 66DF 9DAC A40E 5B42 9B08 FFBD 5D0A 4520 AFA9 TERM environment variable not set. http://autoinstall.plesk.com/PHP_5.6/dist-rpm-CentOS-6-x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 504 Gateway Timeout" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: plesk-php-5.6. Please verify its path and try again Command '/bin/bash < /tmp/tmpTURuod/aum-plesk-installer' returned non-zero exit status 1 Unable to download tortix rule set

i solved it thanks
 
Last edited:
but i still have this error !


[root@server httpdocs]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Sun Aug 30 14:53:03 2015] [warn] module security2_module is already loaded, skipping
[Sun Aug 30 14:53:03 2015] [warn] module unique_id_module is already loaded, skipping
[ OK ]
 
Hi Szer0P,

please be aware that WARNING doesn't mean, you have a got an error. An error would result in a non-working apache - webserver, while a warning is just a hint, that some misconfigurations are detected.


Your warnings point directly to the misconfigurations: You tried to load two modules TWICE instead of only once. Please check your apache - configuration files for a second entry for "security2_module" and "unique_id_module" - or for double entries in your module - folders. :)
 
Back
Top