X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=docs%2Fmanual%2Fconfiguring.html.en;h=4420f2d9476e6a38a191719e89582ff5f90c4e2e;hb=402ea113bbd93eef00e66ba0caaef75df15cd0e8;hp=35e34d264d59bc19ef1786685a1d5153960e197b;hpb=aeff28fc12a1539222a49a606c47f6293c1cd5e8;p=apache diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index 35e34d264d..4420f2d947 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -1,22 +1,24 @@ - -Configuration Files - Apache HTTP Server +Configuration Files - Apache HTTP Server Version 2.5 - +
<-
Apache > HTTP Server > Documentation > Version 2.5

Configuration Files

@@ -37,10 +39,10 @@ Server.

  • Modules
  • Scope of Directives
  • .htaccess Files
  • -
    +

    See also

    top
    -

    Main Configuration Files

    +

    Main Configuration Files

    @@ -60,7 +62,7 @@ Server.

    and is mime.types by default.

    top
    -

    Syntax of the Configuration Files

    +

    Syntax of the Configuration Files

    httpd configuration files contain one directive per line. @@ -69,13 +71,16 @@ Server.

    There must be no other characters or white space between the backslash and the end of the line.

    +

    Arguments to directives are separated by whitespace. If an + argument contains spaces, you must enclose that argument in quotes.

    +

    Directives in the configuration files are case-insensitive, but arguments to directives are often case sensitive. Lines that begin with the hash character "#" are considered comments, and are ignored. Comments may not be - included on a line after a configuration directive. Blank lines - and white space occurring before a directive are ignored, so - you may indent directives for clarity.

    + included on the same line as a configuration directive. + White space occurring before a directive is ignored, so + you may indent directives for clarity. Blank lines are also ignored.

    The values of variables defined with the Define of or shell environment variables can be used in configuration file lines using the syntax ${VAR}. @@ -96,7 +101,7 @@ Server.

    The maximum length of a line in normal configuration files, after variable substitution and joining any continued lines, is approximately - 16 MiB. In .htaccess files, the + 16 MiB. In .htaccess files, the maximum length is 8190 characters.

    You can check your configuration files for syntax errors @@ -109,10 +114,11 @@ Server.

    variables resolved and all comments and non-matching <IfDefine> and <IfModule> sections - removed.

    + removed. However, the output does not reflect the merging or overriding + that may happen for repeated directives.

    top
    -

    Modules

    +

    Modules

    @@ -139,7 +145,7 @@ Server.

    command line option.

    top
    -

    Scope of Directives

    +

    Scope of Directives

    @@ -169,7 +175,7 @@ Server.

    work.

    top
    -

    .htaccess Files

    +

    .htaccess Files

    @@ -202,28 +208,26 @@ Server.

     ja  |  ko  |  tr 

    -
    top

    Comments

    This section is experimental!
    Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.
    +
    top

    Comments

    Notice:
    This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.