Considering that DocumentRoot is set to /srv/www/default/html, which TWO of the following sentences are true?
Consider the following / srv/www/ default/html/ restricted/.htaccess
AuthType Basic
AuthUserFile / srv/www/ security/ site-passwd
AuthName Restricted
Require valid-user
Order deny,allow
Deny from all
Allow from 10.1.2.0/24
Satisfy any
Considering that DocumentRoot is set to /srv/www/default/html, which TWO of the following sentences are true?