South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
/etc/apache2/conf.d/userdata/std/2_4/<username>/<domain>/"
/etc/apache2/conf.d/userdata/ssl/2_4/<username>/<domain>/"
<IfModule mod_geoip.c>
GeoIPEnable On
GeoIPDBFile /usr/share/GeoIP/GeoIPCity.dat
GeoIPScanProxyHeaders On
SetEnvIf GEOIP_COUNTRY_CODE ZA AllowCountry
</IfModule>
<Location />
Deny from all
Allow from env=AllowCountry
</Location>