]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- Dynamic Shared Object moved from end config file to second section.
[packages/apache.git] / apache-httpd.conf
index 4324b0b504d81c4c3ca59cae880a2d66cf4a2429..2c450ee6cf6fbb175ed461c05c8e006338eb1d61 100644 (file)
@@ -148,7 +148,18 @@ MaxRequestsPerChild 30
 #
 #ExtendedStatus On
 
-### Section 2: 'Main' server configuration
+### Section 2: Dynamic Shared Object (DSO) Support
+#
+# Example:
+# LoadModule foo_module libexec/mod_foo.so
+
+#  Reconstruction of the complete module list from all available modules
+#  (static and shared ones) to achieve correct module execution order.
+#  [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
+ClearModuleList
+AddModule mod_so.c
+
+### Section 3: 'Main' server configuration
 #
 # The directives in this section set up the values used by the 'main'
 # server, which responds to any requests that aren't handled by a
@@ -715,14 +726,3 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 #      ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
 #</Location>
 
-### Dynamic Shared Object (DSO) Support
-#
-# Example:
-# LoadModule foo_module libexec/mod_foo.so
-
-#  Reconstruction of the complete module list from all available modules
-#  (static and shared ones) to achieve correct module execution order.
-#  [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
-ClearModuleList
-AddModule mod_so.c
-
This page took 0.036709 seconds and 4 git commands to generate.