// AKAMAI / APACHE
akamai · Apache
Apache httpd Require ip directives for akamai. 11,134 CIDRs, refreshed daily.
// apache_akamai_allow.conf
# Akamai IP Ranges # Updated: 2026-07-12 03:17:49 # 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_akamai_allow.conf Require ip 2.16.0.0/13 Require ip 14.136.149.0/24 Require ip 23.0.0.0/12 Require ip 23.32.0.0/11 Require ip 23.64.0.0/14 Require ip 23.72.0.0/13 Require ip 23.92.16.0/20 Require ip 23.192.0.0/11 Require ip 23.239.0.0/19 Require ip 27.105.82.0/24 Require ip 43.254.120.0/22 Require ip 45.33.0.0/17 Require ip 45.56.64.0/18 Require ip 45.79.0.0/18 Require ip 45.79.64.0/19 … (584 more lines)
// apache_akamai_deny.conf
# Akamai IP Ranges # Updated: 2026-07-12 03:17:49 # 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_akamai_deny.conf Deny from 2.16.0.0/13 Deny from 14.136.149.0/24 Deny from 23.0.0.0/12 Deny from 23.32.0.0/11 Deny from 23.64.0.0/14 Deny from 23.72.0.0/13 Deny from 23.92.16.0/20 Deny from 23.192.0.0/11 Deny from 23.239.0.0/19 Deny from 27.105.82.0/24 Deny from 43.254.120.0/22 Deny from 45.33.0.0/17 Deny from 45.56.64.0/18 Deny from 45.79.0.0/18 Deny from 45.79.64.0/19 … (585 more lines)