1 |
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 |
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 |
2 |
--- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 2019-03-13 23:50:57.967000000 -0400 |
--- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 2019-03-13 23:50:57.967000000 -0400 |
3 |
+++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 2019-03-14 00:04:13.010000000 -0400 |
+++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 2019-03-14 00:04:13.010000000 -0400 |
4 |
@@ -8,7 +8,19 @@ |
@@ -8,7 +8,21 @@ |
5 |
$OUT .= "<IfModule mod_maxminddb.c>\n"; |
$OUT .= "<IfModule mod_maxminddb.c>\n"; |
6 |
$OUT .= " MaxMindDBEnable On\n"; |
$OUT .= " MaxMindDBEnable On\n"; |
7 |
$OUT .= " MaxMindDBFile COUNTRY_DB $path/GeoLite2-Country.mmdb\n"; |
$OUT .= " MaxMindDBFile COUNTRY_DB $path/GeoLite2-Country.mmdb\n"; |
17 |
+ $OUT .= " MaxMindDBEnv MM_CONTINENT_NAME CITY_DB/continent/names/en\n"; |
+ $OUT .= " MaxMindDBEnv MM_CONTINENT_NAME CITY_DB/continent/names/en\n"; |
18 |
+ $OUT .= " MaxMindDBEnv MM_REGION_CODE CITY_DB/subdivisions/0/iso_code\n"; |
+ $OUT .= " MaxMindDBEnv MM_REGION_CODE CITY_DB/subdivisions/0/iso_code\n"; |
19 |
+ $OUT .= " MaxMindDBEnv MM_REGION_NAME CITY_DB/continent/names/en\n"; |
+ $OUT .= " MaxMindDBEnv MM_REGION_NAME CITY_DB/continent/names/en\n"; |
20 |
|
+ $OUT .= " MaxMindDBEnv MM_POSTAL_CODE CITY_DB/postal/code\n"; |
21 |
|
+ $OUT .= " MaxMindDBEnv MM_LOCATION_TIME_ZONE CITY_DB/location/time_zone\n"; |
22 |
+ |
+ |
23 |
$OUT .= "</Ifmodule>\n"; |
$OUT .= "</Ifmodule>\n"; |
24 |
} |
} |