if versioncmp($apache_version, '2.4') < 0 {
fail('mod_remoteip is only available in Apache 2.4')
}
but in CentOS don't work with 2.4.6
# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Nov 19 2015 21:43:13
↧