#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
-# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information about
-# the directives.
+# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information.
+# In particular, see
+# <URL:http://httpd.apache.org/docs-2.1/mod/directives.html>
+# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
#
-# The configuration directives are grouped into three basic sections:
-# 1. Directives that control the operation of the Apache server process as a
-# whole (the 'global environment').
-# 2. Directives that define the parameters of the 'main' or 'default' server,
-# which responds to requests that aren't handled by a virtual host.
-# These directives also provide default values for the settings
-# of all virtual hosts.
-# 3. Supplemental configuration specific to your site, such as virtual
-# hosts and SSL. Examples of some possible configurations are stored
-# in the @rel_sysconfdir@/extra/ directory and can be directly included
-# in this file or referenced using the Include directive.
-#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
-# with "/", the value of ServerRoot is prepended -- so "@rel_logfiledir@/foo.log"
+# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
# with ServerRoot set to "@@ServerRoot@@" will be interpreted by the
-# server as "@@ServerRoot@@/@rel_logfiledir@/foo.log".
-#
-
-### Section 1: Global Environment
+# server as "@@ServerRoot@@/logs/foo.log".
#
# ServerRoot: The top of the directory tree under which the server's
#
@@LoadModule@@
-### Section 2: 'Main' server configuration
+# '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
#EnableMMAP off
#EnableSendfile off
-### Section 3: Supplemental configuration
+# Supplemental configuration
#
# The configuration files in the @rel_sysconfdir@/extra/ directory can be included
# to add extra features or modify the default configuration of the server,
#Include @rel_sysconfdir@/extra/httpd-mpm.conf
# Multi-language error messages
-#Include @rel_sysconfdir@/extra/httpd-multilang-error.conf
+#Include @rel_sysconfdir@/extra/httpd-multilang-errordoc.conf
# Fancy directory listings
#Include @rel_sysconfdir@/extra/httpd-autoindex.conf