I am trying to install GeoIP module to block country specific traffic to my website. My Website is LAMP configured and hosted on Amazon AWS EC2 instance.
As per some article on google, I followed these steps:
yum install epel-release
In response, I get
Package epel-release-6-8.9.amzn1.noarch already installed and latest version
Nothing to do
I followed Next Step,
sudo yum --enablerepo epel install mod_geoip GeoIP GeoIP-devel GeoIP-data zlib-devel
And received conflicts error,
Error: GeoIP-GeoLite-data conflicts with GeoIP-1.4.8-1.5.amzn1.x86_64
Error: httpd24-tools conflicts with httpd-tools-2.2.34-1.16.amzn1.x86_64
Error: httpd24 conflicts with httpd-2.2.34-1.16.amzn1.x86_64
How to resolve these conflicts or bypass these conflicts to install GeoIP module on EC2?