]> git.pld-linux.org Git - packages/apache-mod_geoip.git/blob - apache.conf
- fix typo
[packages/apache-mod_geoip.git] / apache.conf
1 LoadModule geoip_module modules/mod_geoip.so
2
3 <IfModule mod_geoip.c>
4         GeoIPEnable On
5         GeoIPDBFile /usr/share/GeoIP/GeoIP.dat
6 </IfModule>
7
This page took 0.045708 seconds and 3 git commands to generate.