Which three statements are true about the configuration extract?

Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site1.example.com
ServerName site1.example.com
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site2.example.com
ServerName site2.example.com </VirtualHost>
Which three statements are true about the configuration extract?
A. To connect to the website, site1.example.com must resolve to a different IP address than site2.example.com.
B. site1.example.com and site2.example.com can share the same IP address.
C. The web server attempts a DHCP discover to assign one IP address per virtual host.
D. It is possible but not mandatory to have unique IP addresses for each virtual host.
E. The site1.example.com virtual host shares and error logs with site2.example.com.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.