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

glen glen at pld-linux.org
Sat May 2 21:42:17 CEST 2015


commit 8f0ded7247aa349b796c8f3f9251f194f9acf720
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 | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/apache-httpd.conf b/apache-httpd.conf
index bbb4050..001aab9 100644
--- a/apache-httpd.conf
+++ b/apache-httpd.conf
@@ -2,16 +2,15 @@
 # It contains the configuration directives that give the server its instructions.
 #
 # This config aims to be clean and readable.
-# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
+# See <http://httpd.apache.org/docs/2.4> for detailed information.
 # In particular, see
-# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
+# <http://httpd.apache.org/docs/2.4/mod/directives.html>
 # for a discussion of each configuration directive.
 
 ServerRoot "/etc/httpd"
 
 LoadModule unixd_module modules/mod_unixd.so
 
-
 # User/Group: The name (or #number) of the user/group to run httpd as.
 # It is usually good practice to create a dedicated user and group for
 # running httpd, as with most system services.
@@ -77,6 +76,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/a310d9961edb669ed8e5898368a88f47e282311b



More information about the pld-cvs-commit mailing list