I'm trying to install Apache 2.4 on a test server using Easy Apache. I've got it to install, but in order to do so, I had to:
1. Not include mod_geoip. I had been using the cPanel custom module for this. It seems this isn't compatible with Apache 2.4. I think MaxMind have a more recent version (1.2.8, as opposed to 1.2.5), but I couldn't get the custom module to integrate it.
2. Not use mod_rpaf. I was building that from source in after_apache_make_install, then enabling it in the pre-include file. To be fair, it's probably correct that I don't use this, because Apache 2.4 comes with mod_remoteip built in to replace mod_rpaf. However the Easy Apache screens don't offer me mod_remoteip, so I'm not able to try that option.
Has anybody else got further than I have with this?
1. Not include mod_geoip. I had been using the cPanel custom module for this. It seems this isn't compatible with Apache 2.4. I think MaxMind have a more recent version (1.2.8, as opposed to 1.2.5), but I couldn't get the custom module to integrate it.
2. Not use mod_rpaf. I was building that from source in after_apache_make_install, then enabling it in the pre-include file. To be fair, it's probably correct that I don't use this, because Apache 2.4 comes with mod_remoteip built in to replace mod_rpaf. However the Easy Apache screens don't offer me mod_remoteip, so I'm not able to try that option.
Has anybody else got further than I have with this?