// STATUSCAKE / APACHE
statuscake · Apache
Apache httpd Require ip directives for statuscake. 183 CIDRs, refreshed daily.
// apache_statuscake_allow.conf
# Statuscake IP Ranges # Updated: 2026-06-18 03:21:17 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_statuscake_allow.conf Require ip 13.48.110.214/32 Require ip 13.48.238.157/32 Require ip 13.49.141.132/32 Require ip 13.245.199.158/32 Require ip 13.245.222.203/32 Require ip 13.246.54.122/32 Require ip 13.247.17.60/32 Require ip 15.160.68.179/32 Require ip 15.161.88.159/32 Require ip 16.170.114.19/32 Require ip 18.102.1.62/32 Require ip 18.102.253.202/32 Require ip 34.13.166.3/32 Require ip 34.13.185.113/32 Require ip 34.13.188.75/32 … (168 more lines)
// apache_statuscake_deny.conf
# Statuscake IP Ranges # Updated: 2026-06-18 03:21:17 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To deny access from these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_statuscake_deny.conf Deny from 13.48.110.214/32 Deny from 13.48.238.157/32 Deny from 13.49.141.132/32 Deny from 13.245.199.158/32 Deny from 13.245.222.203/32 Deny from 13.246.54.122/32 Deny from 13.247.17.60/32 Deny from 15.160.68.179/32 Deny from 15.161.88.159/32 Deny from 16.170.114.19/32 Deny from 18.102.1.62/32 Deny from 18.102.253.202/32 Deny from 34.13.166.3/32 Deny from 34.13.185.113/32 Deny from 34.13.188.75/32 … (169 more lines)