diff -Nur smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav --- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav 2019-03-13 23:34:49.908000000 -0400 +++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav 1969-12-31 19:00:00.000000000 -0500 @@ -1,18 +0,0 @@ -{ - # vim: ft=perl: - my $status = $modMaxminddb{status} || 'disabled'; - my $path = $modMaxminddb{Path} || '/usr/share/GeoIP'; - if ( $status eq "enabled" ) - { - $OUT .= "LoadModule maxminddb_module modules/mod_maxminddb.so\n"; - $OUT .= "\n"; - $OUT .= " MaxMindDBEnable On\n"; - $OUT .= " MaxMindDBFile COUNTRY_DB $path/GeoLite2-Country.mmdb\n"; - $OUT .= " MaxMindDBEnv COUNTRY_CODE COUNTRY_DB/country/iso_code\n"; - $OUT .= "\n"; - } - else - { - $OUT .= "# mod_maxminddb disabled\n"; - } -} diff -Nur smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb --- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 2019-03-13 23:34:49.908000000 -0400 @@ -0,0 +1,18 @@ +{ + # vim: ft=perl: + my $status = $modMaxminddb{status} || 'disabled'; + my $path = $modMaxminddb{Path} || '/usr/share/GeoIP'; + if ( $status eq "enabled" ) + { + $OUT .= "LoadModule maxminddb_module modules/mod_maxminddb.so\n"; + $OUT .= "\n"; + $OUT .= " MaxMindDBEnable On\n"; + $OUT .= " MaxMindDBFile COUNTRY_DB $path/GeoLite2-Country.mmdb\n"; + $OUT .= " MaxMindDBEnv COUNTRY_CODE COUNTRY_DB/country/iso_code\n"; + $OUT .= "\n"; + } + else + { + $OUT .= "# mod_maxminddb disabled\n"; + } +}