aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_geoip2/files
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-10-02 23:47:43 +0800
committerjylefort <jylefort@FreeBSD.org>2005-10-02 23:47:43 +0800
commit4d738b2ec5440c3724f7e5c8bb6d35945de1aa73 (patch)
tree6afd021ffe3fe364d4d78e2ace0fadecb514c531 /www/mod_geoip2/files
parentb89dba1ba4a6c7b74bd7d2985e7bc99b8382d9c4 (diff)
downloadfreebsd-ports-gnome-4d738b2ec5440c3724f7e5c8bb6d35945de1aa73.tar.gz
freebsd-ports-gnome-4d738b2ec5440c3724f7e5c8bb6d35945de1aa73.tar.zst
freebsd-ports-gnome-4d738b2ec5440c3724f7e5c8bb6d35945de1aa73.zip
Add mod_geoip2.
mod_geoip2 is an Apache2 module that looks up the country code for the IP address making the request without using reverse DNS. WWW: http://www.maxmind.com/app/mod_geoip PR: ports/86777 Submitted by: Jukka A. Ukkonen <jau@iki.fi>
Diffstat (limited to 'www/mod_geoip2/files')
-rw-r--r--www/mod_geoip2/files/pkg-message.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_geoip2/files/pkg-message.in b/www/mod_geoip2/files/pkg-message.in
new file mode 100644
index 000000000000..05dc4359e32a
--- /dev/null
+++ b/www/mod_geoip2/files/pkg-message.in
@@ -0,0 +1,11 @@
+*******************************************************************************
+Please edit your apache.conf or httpd.conf to enable and setup this module.
+
+You can always refer to the useful documents held in:
+%%DOCSDIR%%
+
+When it is done, do the following to apply the modifications:
+
+ apachectl configtest (and correct any errors reported)
+ apachectl restart
+*******************************************************************************