Site Infrastructure  «Prev  Next»

Web servers - Quiz

Each question is worth one point. Select the best answer or answers for each question.
1. You have one Linux server running Apache HTTP Server, and two IP addresses that resolve to different host names, such as www.company1.com and www.company2.com. You want to host two distinct Web sites on the same machine. What option is available to you?
Please select the best answer.
  A. Create virtual directories so that the sites can serve documents separately.
  B. Create one virtual host, then bind both IP addresses to it.
  C. Create two virtual hosts on the server, and bind the appropriate IP address and host name to each one.
  D. Get another physical server and serve each site separately.

2. Several users call because they cannot access the search page. You open your browser, access the site with the correct URL, and receive a 404 error. What is the nature of this error?
Please select the best answer.
  A. It is telling you that there is an internal server error.
  B. It reports that the server is overworked.
  C. It reports that the requested document or resource was not found at that URL.
  D. It reports that access is denied.

3. You want your Web server to serve a document that is not directly beneath the Web server root. What do you need to do?
Please select the best answer.
  A. Create a virtual server.
  B. Create a virtual directory.
  C. Install IIS.
  D. Install Apache HTTP Server.