// RACKSPACE / APACHE
rackspace · Apache
Apache httpd Require ip directives for rackspace. 325 CIDRs, refreshed daily.
// apache_rackspace_allow.conf
# Rackspace IP Ranges # Updated: 2026-07-12 03:18:02 # 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_rackspace_allow.conf Require ip 5.79.0.0/18 Require ip 23.253.0.0/16 Require ip 31.222.128.0/18 Require ip 37.188.96.0/19 Require ip 46.38.160.0/19 Require ip 46.227.46.0/24 Require ip 50.56.0.0/17 Require ip 50.56.128.0/20 Require ip 50.56.144.0/22 Require ip 50.56.152.0/21 Require ip 50.56.160.0/19 Require ip 50.56.192.0/18 Require ip 50.57.0.0/17 Require ip 50.57.128.0/18 Require ip 50.57.192.0/19 … (177 more lines)
// apache_rackspace_deny.conf
# Rackspace IP Ranges # Updated: 2026-07-12 03:18:02 # 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_rackspace_deny.conf Deny from 5.79.0.0/18 Deny from 23.253.0.0/16 Deny from 31.222.128.0/18 Deny from 37.188.96.0/19 Deny from 46.38.160.0/19 Deny from 46.227.46.0/24 Deny from 50.56.0.0/17 Deny from 50.56.128.0/20 Deny from 50.56.144.0/22 Deny from 50.56.152.0/21 Deny from 50.56.160.0/19 Deny from 50.56.192.0/18 Deny from 50.57.0.0/17 Deny from 50.57.128.0/18 Deny from 50.57.192.0/19 … (178 more lines)