Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wágner Ferenc
listserv
Commits
093474c8
Commit
093474c8
authored
Jun 18, 2021
by
Wágner Ferenc
Browse files
Under multithreaded Apache MPMs mod_cgid is preferred
parent
02b32f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible/roles/apache/templates/apache2.conf
View file @
093474c8
...
...
@@ -45,7 +45,9 @@ SSLSessionTickets off
# Mailman
LoadModule
alias_module
/
usr
/
lib
/
apache2
/
modules
/
mod_alias
.
so
LoadModule
cgi_module
/
usr
/
lib
/
apache2
/
modules
/
mod_cgi
.
so
# preferred under multithreaded MPMs:
LoadModule
cgid_module
/
usr
/
lib
/
apache2
/
modules
/
mod_cgid
.
so
ScriptSock
${
APACHE_RUN_DIR
}/
cgisock
# the public archive links rely on:
LoadModule
dir_module
/
usr
/
lib
/
apache2
/
modules
/
mod_dir
.
so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment