Skip to content

Instantly share code, notes, and snippets.

@petrul
Created May 14, 2012 19:08
Show Gist options
  • Save petrul/2695779 to your computer and use it in GitHub Desktop.
Save petrul/2695779 to your computer and use it in GitHub Desktop.
only allow one host to connect
<Directory
Order Deny,Allow
Deny from All
Allow from 192.168.1.1 # from petru
</Directory?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment