Fixed apache module loading for Fedora 18.
This commit is contained in:
parent
7ee51d6f4c
commit
b10de9c0b2
1 changed files with 4 additions and 0 deletions
|
@ -145,6 +145,9 @@ MaxRequestsPerChild 0
|
|||
# Example:
|
||||
# LoadModule foo_module modules/mod_foo.so
|
||||
#
|
||||
<% if operatingsystem == 'Fedora' and operatingsystemrelease > 17 -%>
|
||||
Include conf.modules.d/*.conf
|
||||
<% else -%>
|
||||
LoadModule auth_basic_module modules/mod_auth_basic.so
|
||||
LoadModule auth_digest_module modules/mod_auth_digest.so
|
||||
LoadModule authn_file_module modules/mod_authn_file.so
|
||||
|
@ -199,6 +202,7 @@ LoadModule mem_cache_module modules/mod_mem_cache.so
|
|||
<% end -%>
|
||||
LoadModule cgi_module modules/mod_cgi.so
|
||||
LoadModule version_module modules/mod_version.so
|
||||
<% end -%>
|
||||
|
||||
#
|
||||
# The following modules are not loaded by default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue