Fundamentals of Apache HTTP Server Quiz

  1. Main Purpose of Apache HTTP Server

    Which of the following best describes the main purpose of the Apache HTTP Server?

    1. To serve web pages to clients over the HTTP protocol
    2. To manage network printers for enterprise environments
    3. To design graphics using advanced tools
    4. To store and backup large volumes of data
    5. To translate programming languages
  2. Default Listening Port

    On which port does the Apache HTTP Server typically listen for incoming HTTP requests by default?

    1. 80
    2. 21
    3. 443
    4. 8081
    5. 25
  3. Configuration File Name

    What is the typical name of the main configuration file used by Apache HTTP Server?

    1. httpd.conf
    2. server.cfg
    3. apache_ini
    4. config.xml
    5. apachie.conf
  4. Virtual Hosts Concept

    Which feature allows a single Apache HTTP Server to host multiple websites with different domain names?

    1. Virtual hosts
    2. Group policies
    3. Subnetting
    4. Reverse proxying
    5. Cluster balancing
  5. Serving Static Content

    If you want Apache HTTP Server to deliver static files like HTML and images, which module is primarily responsible?

    1. mod_static
    2. mod_ssl
    3. mod_rewrite
    4. mod_php
    5. mod_sv
  6. Logging Activity

    What does the Apache HTTP Server's access log typically record?

    1. Information about each client request to the server
    2. Only error messages generated by server failures
    3. Data recovery procedures
    4. Firewall blockade events
    5. Password changes for administrators
  7. Restarting Apache

    When configuration changes are made, what action is typically necessary for Apache HTTP Server to apply the new settings?

    1. Restart the server
    2. Defragment the disk
    3. Update browser cache
    4. Reboot the entire system
    5. Run anti-virus software
  8. Enabling Secure Connections

    Which module enables Apache HTTP Server to handle secure connections using HTTPS?

    1. mod_ssl
    2. mod_json
    3. mod_pyhton
    4. mod_html
    5. mod_sll
  9. Allowing Directory Indexing

    When a client browses to a directory without an index file, which option allows Apache HTTP Server to show the contents of that directory?

    1. Enable directory listing
    2. Activate firewall service
    3. Configure load balancing
    4. Install extra RAM
    5. Turn on proxy mode
  10. Basic Authentication

    If you want Apache HTTP Server to require users to log in before accessing a site, which feature should you configure?

    1. Basic authentication
    2. DNS forwarding
    3. Disk partitioning
    4. Time synchronization
    5. Static routing