Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!346
Popular demand (round 2)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Popular demand (round 2)
popular-demand
into
master
Overview
1
Commits
3
Pipelines
0
Changes
10
Merged
Dan Theisen
requested to merge
popular-demand
into
master
5 years ago
Overview
1
Commits
3
Pipelines
0
Changes
10
Expand
A new package and some bumps!
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a7906406
3 commits,
5 years ago
10 files
+
322
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
user/apache-httpd/conf/httpd.conf
+
8
−
0
Options
@@ -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