Apache: how to limit virtual dir to local network Apache: how to limit virtual dir to local network apache apache

Apache: how to limit virtual dir to local network


<Directory /users/me/private>    Order deny,allow    Allow from 192.168.4    Deny from all</Directory>