<Directory /var/www/html/admin/>
Order allow,deny
Allow from 192.168.1.0/24
Allow from myip
</Directory>
Allow from 192.168.1.0/24
- do I need this line? Is this the best way and correct at all to put it in end of file in /etc/apache2/apache2.conf?