christian.eden
New Pleskian
Current work-around we implement on our side :
exclude the mod_qos and mod_evasive under /etc/yum.conf
exclude=mod_evasive mod_qos
Then if that package has been installed (you can confirm via rpm -qa or yum info )
	
	
	
		
You can run this command :
	
	
	
		
				
			exclude the mod_qos and mod_evasive under /etc/yum.conf
exclude=mod_evasive mod_qos
Then if that package has been installed (you can confirm via rpm -qa or yum info )
		Code:
	
	yum info  mod_evasive | grep -i repo
Repo        : installed
From repo   : epel
            : firewalls, routers, etc. mod_evasive presently reports abuses via
yum info  mod_qos | grep -i repo
Repo        : installed
From repo   : epelYou can run this command :
		Code:
	
	yum remove mod_qos mod_evasive -y && service httpd restart ( just to restart the apache with the right conf ) 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		