Main Purpose of Apache HTTP Server
Which of the following best describes the main purpose of the Apache HTTP Server?
- To serve web pages to clients over the HTTP protocol
- To manage network printers for enterprise environments
- To design graphics using advanced tools
- To store and backup large volumes of data
- To translate programming languages
Default Listening Port
On which port does the Apache HTTP Server typically listen for incoming HTTP requests by default?
- 80
- 21
- 443
- 8081
- 25
Configuration File Name
What is the typical name of the main configuration file used by Apache HTTP Server?
- httpd.conf
- server.cfg
- apache_ini
- config.xml
- apachie.conf
Virtual Hosts Concept
Which feature allows a single Apache HTTP Server to host multiple websites with different domain names?
- Virtual hosts
- Group policies
- Subnetting
- Reverse proxying
- Cluster balancing
Serving Static Content
If you want Apache HTTP Server to deliver static files like HTML and images, which module is primarily responsible?
- mod_static
- mod_ssl
- mod_rewrite
- mod_php
- mod_sv
Logging Activity
What does the Apache HTTP Server's access log typically record?
- Information about each client request to the server
- Only error messages generated by server failures
- Data recovery procedures
- Firewall blockade events
- Password changes for administrators
Restarting Apache
When configuration changes are made, what action is typically necessary for Apache HTTP Server to apply the new settings?
- Restart the server
- Defragment the disk
- Update browser cache
- Reboot the entire system
- Run anti-virus software
Enabling Secure Connections
Which module enables Apache HTTP Server to handle secure connections using HTTPS?
- mod_ssl
- mod_json
- mod_pyhton
- mod_html
- mod_sll
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?
- Enable directory listing
- Activate firewall service
- Configure load balancing
- Install extra RAM
- Turn on proxy mode
Basic Authentication
If you want Apache HTTP Server to require users to log in before accessing a site, which feature should you configure?
- Basic authentication
- DNS forwarding
- Disk partitioning
- Time synchronization
- Static routing