Hi all Im haveing some problems understanding how the access.conf file works for example how do I allow a range of network addresses access to a directory and not others. And how do I allow just 1 ip address <Directory /usr/doc> Options Indexes FollowSymLinks AllowOverride None order deny,allow deny from all allow from 192.168.3.10 </Directory>