Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当一个 ip 被 apache 上的 mod_geoip2 阻止时,它都会显示“Forbidden /”错误。地理 ip 阻止工作正常,但是当 ip 被阻止时是否有可能显示自定义错误页面或消息?
我看了一下广告 maxminds 文档,但没有提到任何内容。也许有人有想法?
这是示例:
GeoIPEnable On GeoIPDBFile /path/to/GeoIP.dat RewriteEngine On RewriteCond %{ENV:GEOIP_COUNTRY_CODE} !(US|GB|CA)$ RewriteRule ^(.*)$ /error_page.html [NC,L]
希望以上规则回答您的问题