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-12 22:36:54.000000000 -0400 +++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_dav 2019-03-13 23:28:26.511000000 -0400 @@ -1,10 +1,10 @@ { # vim: ft=perl: my $status = $modMaxminddb{status} || 'disabled'; - my $path = $modMaxminddb{Path} || '/usr/share/GeoIP' + my $path = $modMaxminddb{Path} || '/usr/share/GeoIP'; if ( $status eq "enabled" ) { - $OUT .= "LoadModule maxminddb_module modules/mod_maxminddb.so\n";$OUT .= " + $OUT .= "LoadModule maxminddb_module modules/mod_maxminddb.so\n"; $OUT .= "\n"; $OUT .= " MaxMindDBEnable On\n"; $OUT .= " MaxMindDBFile COUNTRY_DB $path/GeoLite2-Country.mmdb\n";