• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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) <[email protected]>" 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) <[email protected]>" 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