Skip to content

Instantly share code, notes, and snippets.

@leewin12
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leewin12/75ad9077ef1c2fe68bcc to your computer and use it in GitHub Desktop.
Save leewin12/75ad9077ef1c2fe68bcc to your computer and use it in GitHub Desktop.
private IP range config for apache
Order deny,allow
Deny from all
Allow from 10.1.0.0/8
Allow from 172.16.0.0/12
Allow from 192.168.0.0/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment