Skip to content
Snippets Groups Projects

Popular demand (round 2)

Merged Dan Theisen requested to merge popular-demand into master
10 files
+ 322
7
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -11,6 +11,14 @@ ServerTokens Prod
# What IP/port to listen on. By default, listens to port 80 on all IPs.
Listen 80
# Only ONE of the following modules should be uncommented to select the
# Multi-Processing Module that Apache should use to handle connections.
# Read More: https://httpd.apache.org/docs/2.4/mpm.html
# Adélie Linux enables mpm_event by default, as it performs better
# than mpm_prefork for most use cases.
LoadModule mpm_event_module /usr/libexec/apache2/mod_mpm_event.so
#LoadModule mpm_prefork_module /usr/libexec/apache2/mod_mpm_prefork.so
# The rest of these modules are required for basic operations.
LoadModule log_config_module /usr/libexec/apache2/mod_log_config.so
LoadModule mime_module /usr/libexec/apache2/mod_mime.so
Loading