Given this excerpt from an Apache configuration file, which of the numbered lines has
INCORRECT syntax?
1: <VirtualHost *:80>
2: ServerAdmin [email protected]
3: DocumentRoot /home/http/admin
4: ServerName admin.server.example.org
5: DirectoryIndex index.php default.php
6: ErrorLog logs/admin.server.example.org-error_log
7: CustomLog logs/admin.server.example.org-access_log common
8: </VirtualHost>
Answer : E
Select the TWO correct statements about the following excerpt from httpd.conf:
<Directory /var/web/dir1>
<Files private.html>
Order allow, deny -
Deny from all -
</Files>
</Directory>
Answer : A,E
Considering the following excerpt from the httpd.conf file, select the correct answer below:
<Location> AllowOverride AuthConfig Indexes
</Location>
Answer : E
Which of the following lines in the Apache configuration file would allow only clients with a valid certificate to access the website?
Answer : E