<Location />
# tgn Use auth and disable remote printing
Order allow,deny
Allow from 127.0.0.1
AuthType Default
Require user @SYSTEM
Satisfy any
</Location>
<Location /admin>
# tgn Allow remote administration with Auth
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow all
</Location>
0 Comments