summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2005-02-07 15:14:50 +0000
committerjorton <jorton@fedoraproject.org>2005-02-07 15:14:50 +0000
commit3eb2bca22228b4e2b4e189d48f456108ab0a39b2 (patch)
tree4b7e4714c004bdb74a7f153483bcca21aadec492 /httpd.conf
parent305e86bbfcf16ebd39e14b7919e93f323d501f81 (diff)
downloadhttpd-3eb2bca22228b4e2b4e189d48f456108ab0a39b2.tar.gz
httpd-3eb2bca22228b4e2b4e189d48f456108ab0a39b2.tar.xz
httpd-3eb2bca22228b4e2b4e189d48f456108ab0a39b2.zip
- fix cosmetic issues in "service httpd reload"httpd-2_0_52-7
- move User/Group higher in httpd.conf (#146793) - load mod_logio by default in httpd.conf - apachectl: update for correct libselinux tools locations
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf25
1 files changed, 13 insertions, 12 deletions
diff --git a/httpd.conf b/httpd.conf
index cabf318..0b49d38 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -187,6 +187,7 @@ LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
+LoadModule logio_module modules/mod_logio.so
#
# Load config files from the config directory "/etc/httpd/conf.d".
@@ -200,18 +201,6 @@ Include conf.d/*.conf
#
#ExtendedStatus On
-### Section 2: '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
-# <VirtualHost> definition. These values also provide defaults for
-# any <VirtualHost> containers you may define later in the file.
-#
-# All of these directives may appear inside <VirtualHost> containers,
-# in which case these default settings will be overridden for the
-# virtual host being defined.
-#
-
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
@@ -227,6 +216,18 @@ Include conf.d/*.conf
User apache
Group apache
+### Section 2: '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
+# <VirtualHost> definition. These values also provide defaults for
+# any <VirtualHost> containers you may define later in the file.
+#
+# All of these directives may appear inside <VirtualHost> containers,
+# in which case these default settings will be overridden for the
+# virtual host being defined.
+#
+
#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such