• 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

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