Which three statements are true about the configuration extract?

Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin webmaster@sute1 example.com
DocumentRoot /www/docs/site1 example.com
ServerName site1.example.com <A/irtualHost>
<VirtualHost *:80>
[email protected]
DocumentRoot /www/docs/site2. example.com
ServerName site2.example.com <A/irtualHost>

Which three statements are true about the configuration extract?

Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin webmaster@sute1 example.com
DocumentRoot /www/docs/site1 example.com
ServerName site1.example.com <A/irtualHost>
<VirtualHost *:80>
[email protected]
DocumentRoot /www/docs/site2. example.com
ServerName site2.example.com <A/irtualHost>

Which three statements are true about the configuration extract?

A.
To connect to the website,sitel example.commust resolve to a different IP address thansite2.example.com.

B.
sitel .example.comandsite2.example.comcan share the samelP address.

C.
The web server attempts a DHCP discover to assign one IP addressper virtual host.

D.
it is possible but not mandatory to have unique IP addresses for each virtual host.

E.
Thesitel example.comvirtual host shares and error logs withsite2.example.com.



Leave a Reply 2

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


Chu Ha Khanh

Chu Ha Khanh

B D E