[packages/apache/feat/conf-modules: 44/52] load conf.modules.d, update links for 2.4 version

glen glen at pld-linux.org
Mon Jan 29 10:08:00 CET 2018


commit 84aefde7548fc17594a96ca73df8faadbc2adc1d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 2 12:47:53 2015 +0300

    load conf.modules.d, update links for 2.4 version

 apache-httpd.conf | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/apache-httpd.conf b/apache-httpd.conf
index 31ff912..a52795e 100644
--- a/apache-httpd.conf
+++ b/apache-httpd.conf
@@ -83,6 +83,19 @@ TraceEnable Off
 #EnableMMAP off
 EnableSendfile on
 
+#
+# Dynamic Shared Object (DSO) Support
+#
+# To be able to use the functionality of a module which was built as a DSO you
+# have to place corresponding `LoadModule' lines at this location so the
+# directives contained in it are actually available _before_ they are used.
+# Statically compiled modules (those listed by `httpd -l') do not need
+# to be loaded here.
+#
+# Example:
+# LoadModule foo_module modules/mod_foo.so
+Include conf.modules.d/*.conf
+
 # Include other modules and packages config.
 IncludeOptional conf.d/*.conf
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/ed9e6b2216e9b701461ecb12e9c5fadce8c92abb



More information about the pld-cvs-commit mailing list