• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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