UW-Madison Apache

## Put Order directive in main config file.
## Order allow,deny

## University of Wisconsin – Madison
Allow from .wisc.edu .uwsa.edu .uwex.edu
Allow from 72.33.
Allow from 128.104. 128.105. 144.92. 146.151.
Allow from 192.12.224. 192.160.134.
Allow from 198.133.224. 198.133.225.

## Deny from specific IP ranges that are within the above Allow ranges.
Deny from .healthcare.wisc.edu .slil.wisc.edu
Deny from 128.104.25. 128.104.76. 128.104.77.
Deny from 128.104.224. 128.104.225. 128.104.255.
## 144.92.18
Deny from 144.92.18.
## 144.92.44.64-71
Deny from 144.92.44.64/255.255.255.248
## 144.92.81.128-255
Deny from 144.92.81.128/255.255.255.128
## 144.92.89.96-127
Deny from 144.92.89.96/255.255.255.224
Deny from 144.92.92.
## 146.151.192.0 – 146.151.223.255
Deny from 146.151.192.0/255.255.255.224.0

## All other addresses not explicitedly listed are Denied. See:
## http://httpd.apache.org/docs-2.0/mod/mod_access.html#order
## assuming “Order allow,deny”