nerdexam
Oracle

1Z0-105 · Question #2

Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts: <VirtualHost :80> ServerAdmin [email protected] DocumentRoot /www/docs/site1.example.com ServerName…

See the full explanation below for the reasoning.

Question

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?

Options

  • ATo connect to the website, site1.example.com must resolve to a different IP address than
  • Bsite1.example.com and site2.example.com can share the sameIP address.
  • CThe web server attempts a DHCP discover to assign one IP address per virtual host.
  • DIt is possible but not mandatory to have unique IP addresses for each virtual host.
  • EThe site1.example.com virtual host shares and error logs with site2.example.com.

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice