From: Yoshiki Hayashi Date: Tue, 28 May 2002 07:35:00 +0000 (+0000) Subject: Regenerate HTML files with latest common.xsl. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a12d95ece042c62e57cd6c73767b5567498816c;p=apache Regenerate HTML files with latest common.xsl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95313 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 145bc1fe94..0454e128a3 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3,7 +3,7 @@ This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->core- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module core

Description:Core Apache HTTP Server features that are always -available
Status:Core

Directives


AcceptPathInfo Directive

Description: Resources accept trailing pathname information
Syntax:AcceptPathInfo On|Off|Default
Default:AcceptPathInfo Default
Context:server config, virtual host, directory, .htaccess
Status:Core
Module:core
Compatibility:Available in Apache 2.0.30 and later
+availableStatus:Core

Directives


AcceptPathInfo Directive

Description: Resources accept trailing pathname information
Syntax:AcceptPathInfo On|Off|Default
Default:AcceptPathInfo Default
Context:server config, virtual host, directory, .htaccess
Status:Core
Module:core
Compatibility:Available in Apache 2.0.30 and later

This directive controls whether requests that contain trailing pathname information that follows an actual filename (or @@ -54,7 +54,7 @@ availableStatus AcceptPathInfo on
</Files>

-

AccessFileName Directive

Description: Name of the distributed configuration file
Syntax:AccessFileName filename [filename] ...
Default:AccessFileName .htaccess
Context:server config, virtual host
Status:Core
Module:core
+

AccessFileName Directive

Description: Name of the distributed configuration file
Syntax:AccessFileName filename [filename] ...
Default:AccessFileName .htaccess
Context:server config, virtual host
Status:Core
Module:core

When returning a document to the client the server looks for the first existing configuration file from this list of names in every directory of the path to the document, if distributed @@ -76,8 +76,8 @@ AccessFileName .acl   AllowOverride None
</Directory> -

See also


AddDefaultCharset Directive

Description: Default character set to be added for a -response without an explicit character set
Syntax:AddDefaultCharset On|Off|charset
Default:AddDefaultCharset Off
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core
+

See also


AddDefaultCharset Directive

Description: Default character set to be added for a +response without an explicit character set
Syntax:AddDefaultCharset On|Off|charset
Default:AddDefaultCharset Off
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core

This directive specifies the name of the character set that will be added to any response that does not have any parameter on @@ -93,9 +93,9 @@ response without an explicit character set AddDefaultCharset utf-8 -


AllowOverride Directive

Description: Types of directives that are allowed in -.htaccess files
Syntax:AllowOverride All|None|directive-type -[directive-type] ...
Default:AllowOverride All
Context:directory
Status:Core
Module:core
+

AllowOverride Directive

Description: Types of directives that are allowed in +.htaccess files
Syntax:AllowOverride All|None|directive-type +[directive-type] ...
Default:AllowOverride All
Context:directory
Status:Core
Module:core

When the server finds an .htaccess file (as specified by AccessFileName) it needs to know which directives declared in that file can override earlier access information.

@@ -157,8 +157,8 @@ response without an explicit character setAllowOverride AuthConfig Indexes -

See also


AuthName Directive

Description: Authorization realm for use in HTTP -authentication
Syntax:AuthName auth-domain
Context:directory, .htaccess
Override:AuthConfig
Status:Core
Module:core
+

See also


AuthName Directive

Description: Authorization realm for use in HTTP +authentication
Syntax:AuthName auth-domain
Context:directory, .htaccess
Override:AuthConfig
Status:Core
Module:core

This directive sets the name of the authorization realm for a directory. This realm is given to the client so that the user knows which username and password to send. @@ -176,7 +176,7 @@ authenticationAuthentication, Authorization, and - Access Control


AuthType Directive

Description: Type of user authentication
Syntax:AuthType Basic|Digest
Context:directory, .htaccess
Override:AuthConfig
Status:Core
Module:core
+ Access Control

AuthType Directive

Description: Type of user authentication
Syntax:AuthType Basic|Digest
Context:directory, .htaccess
Override:AuthConfig
Status:Core
Module:core

This directive selects the type of user authentication for a directory. Only Basic and Digest are currently implemented. @@ -186,8 +186,8 @@ authenticationAuthGroupFile to work.

See also


ContentDigest Directive

Description: Enables the generation of Content-MD5 HTTP Response -headers
Syntax:ContentDigest on|off
Default:ContentDigest off
Context:server config, virtual host, directory, .htaccess
Override:Options
Status:Core
Module:core
+and Access Control

ContentDigest Directive

Description: Enables the generation of Content-MD5 HTTP Response +headers
Syntax:ContentDigest on|off
Default:ContentDigest off
Context:server config, virtual host, directory, .htaccess
Override:Options
Status:Core
Module:core

This directive enables the generation of Content-MD5 headers as defined in RFC1864 respectively RFC2068.

@@ -213,8 +213,8 @@ headersSynta by the core, and not by any module. For example, SSI documents, output from CGI scripts, and byte range responses do not have this header.

-

DefaultType Directive

Description: MIME content-type that will be sent if the -server cannot determine a type in any other way
Syntax:DefaultType MIME-type
Default:DefaultType text/plain
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core
+

DefaultType Directive

Description: MIME content-type that will be sent if the +server cannot determine a type in any other way
Syntax:DefaultType MIME-type
Default:DefaultType text/plain
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core

There will be times when the server is asked to provide a document whose type cannot be determined by its MIME types mappings.

@@ -233,9 +233,9 @@ server cannot determine a type in any other way<Directory> Directive
Description: Enclose a group of directives that apply only to the -named file-system directory and sub-directories
Syntax:<Directory directory-path> -... </Directory>
Context:server config, virtual host
Status:Core
Module:core
+

<Directory> Directive

Description: Enclose a group of directives that apply only to the +named file-system directory and sub-directories
Syntax:<Directory directory-path> +... </Directory>
Context:server config, virtual host
Status:Core
Module:core

<Directory> and </Directory> are used to enclose a group of directives that will apply only to the named directory and @@ -332,10 +332,10 @@ named file-system directory and sub-directoriesHow Directory, Location and Files sections work for an explanation of how these different sections are combined when a - request is received


<DirectoryMatch> Directive

Description: Enclose a group of directives that apply only to + request is received

<DirectoryMatch> Directive

Description: Enclose a group of directives that apply only to file-system directories that match a regular expression and their -subdirectories
Syntax:<Directory regex> -... </Directory>
Context:server config, virtual host
Status:Core
Module:core
+subdirectories
Syntax:<Directory regex> +... </Directory>
Context:server config, virtual host
Status:Core
Module:core

<DirectoryMatch> and </DirectoryMatch> are used to enclose a group of directives which will apply only to the named directory and @@ -351,8 +351,8 @@ subdirectoriesHow Directory, Location and Files sections work for an explanation of how these different sections are -combined when a request is received


DocumentRoot Directive

Description: Directory that forms the main document tree visible -from the web
Syntax:DocumentRoot directory-path
Default:DocumentRoot /usr/local/apache/htdocs
Context:server config, virtual host
Status:Core
Module:core
+combined when a request is received

DocumentRoot Directive

Description: Directory that forms the main document tree visible +from the web
Syntax:DocumentRoot directory-path
Default:DocumentRoot /usr/local/apache/htdocs
Context:server config, virtual host
Status:Core
Module:core

This directive sets the directory from which httpd will serve files. Unless matched by a directive like Alias, the server appends the path from the requested URL to the document @@ -367,7 +367,7 @@ from the web

The DocumentRoot should be specified without a trailing slash.

See also


EnableMMAP Directive

Description: Use memory-mapping to read files during delivery
Syntax:EnableMMAP on|off
Default:EnableMMAP on
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core
+Location

EnableMMAP Directive

Description: Use memory-mapping to read files during delivery
Syntax:EnableMMAP on|off
Default:EnableMMAP on
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core

This directive controls whether the httpd may use memory-mapping if it needs to read the contents of a file during delivery. By default, when the handling of a request requires @@ -394,8 +394,8 @@ Location


EnableMMAP EnableMMAP off -

ErrorDocument Directive

Description: What the server will return to the client -in case of an error
Syntax:ErrorDocument error-code document
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core
Compatibility:Quoting syntax for text messages is different in Apache +

ErrorDocument Directive

Description: What the server will return to the client +in case of an error
Syntax:ErrorDocument error-code document
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core
Compatibility:Quoting syntax for text messages is different in Apache 2.0

In the event of a problem or error, Apache can be configured to do one of four things,

@@ -450,8 +450,8 @@ in case of an error
Prior to version 2.0, messages were indicated by prefixing them with a single unmatched double quote character.

See also


ErrorLog Directive

Description: Location where the server will log errors
Syntax: ErrorLog file-path|syslog[:facility]
Default:ErrorLog logs/error_log (Unix) -ErrorLog logs/error.log (Windows and OS/2)
Context:server config, virtual host
Status:Core
Module:core
+ customizable responses

ErrorLog Directive

Description: Location where the server will log errors
Syntax: ErrorLog file-path|syslog[:facility]
Default:ErrorLog logs/error_log (Unix) +ErrorLog logs/error.log (Windows and OS/2)
Context:server config, virtual host
Status:Core
Module:core

The ErrorLog directive sets the name of the file to which the server will log any errors it encounters. If the file-path does not begin with a slash (/) then it is @@ -470,8 +470,8 @@ ErrorLog logs/error.log (Windows and OS/2)

LogLevel
  • Apache Log Files

  • FileETag Directive

    Description: File attributes used to create the ETag -HTTP response header
    Syntax:FileETag component ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    +

    See also


    FileETag Directive

    Description: File attributes used to create the ETag +HTTP response header
    Syntax:FileETag component ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core

    The FileETag directive configures the file attributes that are used to create the ETag (entity tag) response @@ -511,8 +511,8 @@ HTTP response header

    FileETag MTime Size'.

    -

    <Files> Directive

    Description: Contains directives that apply to matched -filenames
    Syntax:<Files filename> ... </Files>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    +

    <Files> Directive

    Description: Contains directives that apply to matched +filenames
    Syntax:<Files filename> ... </Files>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    The <Files> directive provides for access control by filename. It is comparable to the Directory @@ -546,8 +546,8 @@ filenames

    Syn

    See also


    <FilesMatch> Directive

    Description: Contains directives that apply to regular-expression matched -filenames
    Syntax:<FilesMatch regex> ... </FilesMatch>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    + request is received

    <FilesMatch> Directive

    Description: Contains directives that apply to regular-expression matched +filenames
    Syntax:<FilesMatch regex> ... </FilesMatch>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    The <FilesMatch> directive provides for access control by filename, just as the <Files> directive does. However, it accepts a regular expression. For example:

    @@ -559,8 +559,8 @@ filenames
    Syn

    See also


    ForceType Directive

    Description: Forces all matching files to be served with the specified -MIME content-type
    Syntax:ForceType mime-type
    Context:directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Moved to the core in Apache 2.0
    + request is received

    ForceType Directive

    Description: Forces all matching files to be served with the specified +MIME content-type
    Syntax:ForceType mime-type
    Context:directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Moved to the core in Apache 2.0

    When placed into an .htaccess file or a <Directory>, or <Location> or @@ -577,7 +577,7 @@ MIME content-type

    DefaultType, this directive overrides all mime-type associations, including filename extensions, that might identify the media type.

    -

    HostnameLookups Directive

    Description: Enables DNS lookups on client IP addresses
    Syntax:HostnameLookups on|off|double
    Default:HostnameLookups off
    Context:server config, virtual host, directory
    Status:Core
    Module:core
    +

    HostnameLookups Directive

    Description: Enables DNS lookups on client IP addresses
    Syntax:HostnameLookups on|off|double
    Default:HostnameLookups off
    Context:server config, virtual host, directory
    Status:Core
    Module:core

    This directive enables DNS lookups so that host names can be logged (and passed to CGIs/SSIs in REMOTE_HOST). The value double refers to doing double-reverse @@ -606,8 +606,8 @@ MIME content-type

    logresolve, provided in the /support directory, can be used to look up host names from logged IP addresses offline.

    -

    IdentityCheck Directive

    Description: Enables logging of the RFC1413 identity of the remote -user
    Syntax:IdentityCheck on|off
    Default:IdentityCheck off
    Context:server config, virtual host, directory
    Status:Core
    Module:core
    +

    IdentityCheck Directive

    Description: Enables logging of the RFC1413 identity of the remote +user
    Syntax:IdentityCheck on|off
    Default:IdentityCheck off
    Context:server config, virtual host, directory
    Status:Core
    Module:core

    This directive enables RFC1413-compliant logging of the remote user name for each connection, where the client machine runs identd or something similar. This information is logged in @@ -622,9 +622,9 @@ user

    Syntax:< possibly fail and add 30 seconds of latency to each hit. So in general this is not very useful on public servers accessible from the Internet.

    -

    <IfDefine> Directive

    Description: Encloses directives that will be processed only -if a test is true at startup
    Syntax:<IfDefine [!]parameter-name> ... - </IfDefine>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    +

    <IfDefine> Directive

    Description: Encloses directives that will be processed only +if a test is true at startup
    Syntax:<IfDefine [!]parameter-name> ... + </IfDefine>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    The <IfDefine test>...</IfDefine> section is used to mark directives that are conditional. The directives within an @@ -665,9 +665,9 @@ if a test is true at startup

    <IfModule> Directive
    Description: Encloses directives that are processed conditional on the -presence of absence of a specific module
    Syntax:<IfModule [!]module-name> ... - </IfModule>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    +

    <IfModule> Directive

    Description: Encloses directives that are processed conditional on the +presence of absence of a specific module
    Syntax:<IfModule [!]module-name> ... + </IfModule>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    The <IfModule test>...</IfModule> section is used to mark directives that are conditional. The directives within an @@ -698,8 +698,8 @@ presence of absence of a specific module

    <IfModule> sections are nest-able, which can be used to implement simple multiple-module tests.

    -

    Include Directive

    Description: Includes other configuration files from within -the server configuration files
    Syntax:Include file-path|directory-path
    Context:server config, virtual host, directory
    Status:Core
    Module:core
    +

    Include Directive

    Description: Includes other configuration files from within +the server configuration files
    Syntax:Include file-path|directory-path
    Context:server config, virtual host, directory
    Status:Core
    Module:core

    This directive allows inclusion of other configuration files from within the server configuration files.

    @@ -744,7 +744,7 @@ the server configuration files
    apachectl

    KeepAlive Directive

    Description: Enables HTTP persistent connections
    Syntax:KeepAlive on|off
    Default:KeepAlive On
    Context:server config
    Status:Core
    Module:core
    +

    See also


    KeepAlive Directive

    Description: Enables HTTP persistent connections
    Syntax:KeepAlive on|off
    Default:KeepAlive On
    Context:server config
    Status:Core
    Module:core

    The Keep-Alive extension to HTTP/1.0 and the persistent connection feature of HTTP/1.1 provide long-lived HTTP sessions which allow multiple requests to be sent over the same TCP @@ -764,8 +764,8 @@ the server configuration files

    MaxKeepAliveRequests

    KeepAliveTimeout Directive

    Description: Amount of time the server will wait for subsequent -requests on a persistent connection
    Syntax:KeepAliveTimeout seconds
    Default:KeepAliveTimeout 15
    Context:server config
    Status:Core
    Module:core
    +

    See also


    KeepAliveTimeout Directive

    Description: Amount of time the server will wait for subsequent +requests on a persistent connection
    Syntax:KeepAliveTimeout seconds
    Default:KeepAliveTimeout 15
    Context:server config
    Status:Core
    Module:core

    The number of seconds Apache will wait for a subsequent request before closing the connection. Once a request has been received, the timeout value specified by the @@ -775,9 +775,9 @@ requests on a persistent connection

    <Limit> Directive
    Description: Restrict enclosed access controls to only certain HTTP -methods
    Syntax:<Limit method [method] ... > ... - </Limit>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    +

    <Limit> Directive

    Description: Restrict enclosed access controls to only certain HTTP +methods
    Syntax:<Limit method [method] ... > ... + </Limit>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    Access controls are normally effective for all access methods, and this is the usual desired behavior. In the general case, access control @@ -802,9 +802,9 @@ methods

    Synta MKCOL, COPY, MOVE, LOCK, and UNLOCK. The method name is case-sensitive. If GET is used it will also restrict HEAD requests.

    -

    <LimitExcept> Directive

    Description: Restrict access controls to all HTTP methods -except the named ones
    Syntax:<LimitExcept method [method] ... > ... - </LimitExcept>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    +

    <LimitExcept> Directive

    Description: Restrict access controls to all HTTP methods +except the named ones
    Syntax:<LimitExcept method [method] ... > ... + </LimitExcept>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    <LimitExcept> and </LimitExcept> are used to enclose a group of access control directives which will then apply to any @@ -821,8 +821,8 @@ except the named ones

    -

    LimitRequestBody Directive

    Description: Restricts the total size of the HTTP request body sent -from the client
    Syntax:LimitRequestBody bytes
    Default:LimitRequestBody 0
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    +

    LimitRequestBody Directive

    Description: Restricts the total size of the HTTP request body sent +from the client
    Syntax:LimitRequestBody bytes
    Default:LimitRequestBody 0
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    This directive specifies the number of bytes from 0 (meaning unlimited) to 2147483647 (2GB) that are allowed in a request body. The default value is defined by the compile-time @@ -855,8 +855,8 @@ from the client

    LimitRequestFields Directive
    Description: Limits the number of HTTP request header fields that -will be accepted from the client
    Syntax:LimitRequestFields number
    Default:LimitRequestFields 100
    Context:server config
    Status:Core
    Module:core
    +

    LimitRequestFields Directive

    Description: Limits the number of HTTP request header fields that +will be accepted from the client
    Syntax:LimitRequestFields number
    Default:LimitRequestFields 100
    Context:server config
    Status:Core
    Module:core

    Number is an integer from 0 (meaning unlimited) to 32767. The default value is defined by the compile-time constant DEFAULT_LIMIT_REQUEST_FIELDS (100 as @@ -886,8 +886,8 @@ will be accepted from the client

    LimitRequestFieldSize Directive
    Description: Limits the size of the HTTP request header allowed from the -client
    Syntax:LimitRequestFieldsize bytes
    Default:LimitRequestFieldsize 8190
    Context:server config
    Status:Core
    Module:core
    +

    LimitRequestFieldSize Directive

    Description: Limits the size of the HTTP request header allowed from the +client
    Syntax:LimitRequestFieldsize bytes
    Default:LimitRequestFieldsize 8190
    Context:server config
    Status:Core
    Module:core

    This directive specifies the number of bytes from 0 to the value of the compile-time constant DEFAULT_LIMIT_REQUEST_FIELDSIZE (8190 as @@ -917,8 +917,8 @@ client

    Syntax
    Under normal conditions, the value should not be changed from the default.
    -

    LimitRequestLine Directive

    Description: Limit the size of the HTTP request line that will be accepted -from the client
    Syntax:LimitRequestLine bytes
    Default:LimitRequestLine 8190
    Context:server config
    Status:Core
    Module:core
    +

    LimitRequestLine Directive

    Description: Limit the size of the HTTP request line that will be accepted +from the client
    Syntax:LimitRequestLine bytes
    Default:LimitRequestLine 8190
    Context:server config
    Status:Core
    Module:core

    This directive sets the number of bytes from 0 to the value of the compile-time constant DEFAULT_LIMIT_REQUEST_LINE (8190 as distributed) @@ -947,7 +947,7 @@ from the client

    Under normal conditions, the value should not be changed from the default.
    -

    LimitXMLRequestBody Directive

    Description: Limits the size of an XML-based request body
    Syntax:LimitXMLRequestBody number
    Default:LimitXMLRequestBody 1000000
    Context:server config
    Status:Core
    Module:core
    +

    LimitXMLRequestBody Directive

    Description: Limits the size of an XML-based request body
    Syntax:LimitXMLRequestBody number
    Default:LimitXMLRequestBody 1000000
    Context:server config
    Status:Core
    Module:core

    Limit (in bytes) on maximum size of an XML-based request body. A value of 0 will disable any checking.

    @@ -957,9 +957,9 @@ from the client<Location> Directive
    Description: Applies the enclosed directives only to matching -URLs
    Syntax:<Location - URL-path|URL> ... </Location>
    Context:server config, virtual host
    Status:Core
    Module:core
    +

    <Location> Directive

    Description: Applies the enclosed directives only to matching +URLs
    Syntax:<Location + URL-path|URL> ... </Location>
    Context:server config, virtual host
    Status:Core
    Module:core

    The <Location> directive provides for access control by URL. It is similar to the <Directory> @@ -1029,9 +1029,9 @@ request is to /abc//def then it will match.

    See also


    <LocationMatch> Directive

    Description: Applies the enclosed directives only to regular-expression -matching URLs
    Syntax:<LocationMatch - regex> ... </Location>
    Context:server config, virtual host
    Status:Core
    Module:core
    + request is received

    <LocationMatch> Directive

    Description: Applies the enclosed directives only to regular-expression +matching URLs
    Syntax:<LocationMatch + regex> ... </Location>
    Context:server config, virtual host
    Status:Core
    Module:core

    The <LocationMatch> directive provides for access control by URL, in an identical manner to <Location>. However, it takes a regular @@ -1046,7 +1046,7 @@ matching URLsSee also


    LogLevel Directive

    Description: Controls the verbosity of the ErrorLog
    Syntax:LogLevel level
    Default:LogLevel warn
    Context:server config, virtual host
    Status:Core
    Module:core
    + request is received

    LogLevel Directive

    Description: Controls the verbosity of the ErrorLog
    Syntax:LogLevel level
    Default:LogLevel warn
    Context:server config, virtual host
    Status:Core
    Module:core

    LogLevel adjusts the verbosity of the messages recorded in the error logs (see ErrorLog directive). The following levels are available, in order of decreasing @@ -1142,8 +1142,8 @@ matching URLs
    LogLevel notice
    -


    MaxKeepAliveRequests Directive

    Description: Number of requests allowed on a persistent -connection
    Syntax:MaxKeepAliveRequests number
    Default:MaxKeepAliveRequests 100
    Context:server config
    Status:Core
    Module:core
    +

    MaxKeepAliveRequests Directive

    Description: Number of requests allowed on a persistent +connection
    Syntax:MaxKeepAliveRequests number
    Default:MaxKeepAliveRequests 100
    Context:server config
    Status:Core
    Module:core

    The MaxKeepAliveRequests directive limits the number of requests allowed per connection when KeepAlive is on. If it is @@ -1154,8 +1154,8 @@ connectionSy

    For example:

    MaxKeepAliveRequests 500
    -

    NameVirtualHost Directive

    Description: Designates an IP address for name-virtual -hosting
    Syntax:NameVirtualHost addr[:port]
    Context:server config
    Status:Core
    Module:core
    +

    NameVirtualHost Directive

    Description: Designates an IP address for name-virtual +hosting
    Syntax:NameVirtualHost addr[:port]
    Context:server config
    Status:Core
    Module:core

    The NameVirtualHost directive is a required directive if you want to configure name-based virtual hosts.

    @@ -1191,9 +1191,9 @@ hostingSynta
    NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080

    See also


    Options Directive

    Description: Configures what features are available in a particular -directory
    Syntax:Options - [+|-]option [[+|-]option] ...
    Default:Options All
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Core
    Module:core
    +documentation

    Options Directive

    Description: Configures what features are available in a particular +directory
    Syntax:Options + [+|-]option [[+|-]option] ...
    Default:Options All
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Core
    Module:core

    The Options directive controls which server features are available in a particular directory.

    @@ -1301,8 +1301,8 @@ directorySyn

    The default in the absence of any other settings is All.

    -

    Require Directive

    Description: Selects which authenticated users can access -a resource
    Syntax:Require entity-name [entity-name] ...
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core
    +

    Require Directive

    Description: Selects which authenticated users can access +a resource
    Syntax:Require entity-name [entity-name] ...
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core

    This directive selects which authenticated users can access a directory. The allowed syntaxes are:

    @@ -1349,8 +1349,8 @@ a resourceSy place the Require statement into a <Limit> section.

    -

    See also


    RLimitCPU Directive

    Description: Limits the CPU consumption of processes launched -by Apache children
    Syntax:RLimitCPU number|max [number|max]
    Default:Unset; uses operating system defaults
    Context:server config, virtual host
    Status:Core
    Module:core
    +

    See also


    RLimitCPU Directive

    Description: Limits the CPU consumption of processes launched +by Apache children
    Syntax:RLimitCPU number|max [number|max]
    Default:Unset; uses operating system defaults
    Context:server config, virtual host
    Status:Core
    Module:core

    Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, @@ -1368,8 +1368,8 @@ by Apache childrenRLimitMEM

  • RLimitNPROC

  • RLimitMEM Directive

    Description: Limits the memory consumption of processes launched -by Apache children
    Syntax:RLimitMEM number|max [number|max]
    Default:Unset; uses operating system defaults
    Context:server config, virtual host
    Status:Core
    Module:core
    +

    See also


    RLimitMEM Directive

    Description: Limits the memory consumption of processes launched +by Apache children
    Syntax:RLimitMEM number|max [number|max]
    Default:Unset; uses operating system defaults
    Context:server config, virtual host
    Status:Core
    Module:core

    Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, @@ -1387,8 +1387,8 @@ by Apache childrenRLimitCPU

  • RLimitNPROC

  • RLimitNPROC Directive

    Description: Limits the number of processes that can be launched by -processes launched by Apache children
    Syntax:RLimitNPROC number|max [number|max]
    Default:Unset; uses operating system defaults
    Context:server config, virtual host
    Status:Core
    Module:core
    +

    See also


    RLimitNPROC Directive

    Description: Limits the number of processes that can be launched by +processes launched by Apache children
    Syntax:RLimitNPROC number|max [number|max]
    Default:Unset; uses operating system defaults
    Context:server config, virtual host
    Status:Core
    Module:core

    Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, @@ -1412,8 +1412,8 @@ processes launched by Apache childrenRLimitMEM

  • RLimitCPU

  • Satisfy Directive

    Description: Interaction between host-level access control and -user authentication
    Syntax:Satisfy any|all
    Default:Satisfy all
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core
    +

    See also


    Satisfy Directive

    Description: Interaction between host-level access control and +user authentication
    Syntax:Satisfy any|all
    Default:Satisfy all
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core

    Access policy if both Allow and Require used. The parameter can be either 'all' or 'any'. This directive is only useful if access to a particular area is being restricted by both @@ -1437,16 +1437,16 @@ user authentication -

    See also


    ScriptInterpreterSource Directive

    Description: Technique for locating the interpreter for CGI -scripts
    Syntax:ScriptInterpreterSource registry|script
    Default:ScriptInterpreterSource script
    Context:directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Win32 only
    +

    See also


    ScriptInterpreterSource Directive

    Description: Technique for locating the interpreter for CGI +scripts
    Syntax:ScriptInterpreterSource registry|script
    Default:ScriptInterpreterSource script
    Context:directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Win32 only

    This directive is used to control how Apache finds the interpreter used to run CGI scripts. The default technique is to use the interpreter pointed to by the #! line in the script. Setting ScriptInterpreterSource registry will cause the Windows Registry to be searched using the script file extension (e.g., .pl) as a search key.

    -

    ServerAdmin Directive

    Description: Email address that the server includes in error -messages sent to the client
    Syntax:ServerAdmin email-address
    Context:server config, virtual host
    Status:Core
    Module:core
    +

    ServerAdmin Directive

    Description: Email address that the server includes in error +messages sent to the client
    Syntax:ServerAdmin email-address
    Context:server config, virtual host
    Status:Core
    Module:core

    The ServerAdmin sets the e-mail address that the server includes in any error messages it returns to the client.

    @@ -1456,8 +1456,8 @@ messages sent to the clientServerAdmin www-admin@foo.bar.com

    as users do not always mention that they are talking about the server!

    -

    ServerAlias Directive

    Description: Alternate names for a host used when matching requests -to name-virtual hosts
    Syntax:ServerAlias hostname [hostname] ...
    Context:virtual host
    Status:Core
    Module:core
    +

    ServerAlias Directive

    Description: Alternate names for a host used when matching requests +to name-virtual hosts
    Syntax:ServerAlias hostname [hostname] ...
    Context:virtual host
    Status:Core
    Module:core

    The ServerAlias directive sets the alternate names for a host, for use with name-based virtual hosts.

    @@ -1468,8 +1468,8 @@ to name-virtual hosts </VirtualHost> -

    See also


    ServerName Directive

    Description: Hostname and port that the server uses to identify -itself
    Syntax:ServerName fully-qualified-domain-name[:port]
    Context:server config, virtual host
    Status:Core
    Module:core
    Compatibility:In version 2.0, this +

    See also


    ServerName Directive

    Description: Hostname and port that the server uses to identify +itself
    Syntax:ServerName fully-qualified-domain-name[:port]
    Context:server config, virtual host
    Status:Core
    Module:core
    Compatibility:In version 2.0, this directive supersedes the functionality of the Port directive from version 1.3.

    The ServerName directive sets the hostname and @@ -1503,11 +1503,11 @@ itself

    Syntax specified port, or to the port number given in the client's request.

    See also


    ServerPath Directive

    Description: Legacy URL pathname for a name-virtual host that -is accessed by an incompatible browser
    Syntax:ServerPath directory-path
    Context:virtual host
    Status:Core
    Module:core
    + documentation
  • UseCanonicalName
  • NameVirtualHost
  • ServerAlias

  • ServerPath Directive

    Description: Legacy URL pathname for a name-virtual host that +is accessed by an incompatible browser
    Syntax:ServerPath directory-path
    Context:virtual host
    Status:Core
    Module:core

    The ServerPath directive sets the legacy URL pathname for a host, for use with name-based virtual hosts.

    -

    See also


    ServerRoot Directive

    Description: Base directory for the server installation
    Syntax:ServerRoot directory-path
    Default:ServerRoot /usr/local/apache
    Context:server config
    Status:Core
    Module:core
    +

    See also


    ServerRoot Directive

    Description: Base directory for the server installation
    Syntax:ServerRoot directory-path
    Default:ServerRoot /usr/local/apache
    Context:server config
    Status:Core
    Module:core

    The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories conf/ and logs/. Relative @@ -1516,7 +1516,7 @@ is accessed by an incompatible browser

    the -d option to httpd
  • the security tips for information on how to properly set - permissions on the ServerRoot

  • ServerSignature Directive

    Description: Configures the footer on server-generated documents
    Syntax:ServerSignature On|Off|EMail
    Default:ServerSignature Off
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    + permissions on the ServerRoot

    ServerSignature Directive

    Description: Configures the footer on server-generated documents
    Syntax:ServerSignature On|Off|EMail
    Default:ServerSignature Off
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core

    The ServerSignature directive allows the configuration of a trailing footer line under server-generated documents (error messages, mod_proxy ftp directory listings, @@ -1531,7 +1531,7 @@ is accessed by an incompatible browser

    ServerAdmin of the referenced document.

    -

    ServerTokens Directive

    Description: Configures the Server HTTP response header
    Syntax:ServerTokens Minimal|ProductOnly|OS|Full
    Default:ServerTokens Full
    Context:server config
    Status:Core
    Module:core
    +

    ServerTokens Directive

    Description: Configures the Server HTTP response header
    Syntax:ServerTokens Minimal|ProductOnly|OS|Full
    Default:ServerTokens Full
    Context:server config
    Status:Core
    Module:core

    This directive controls whether Server response header field which is sent back to clients includes a description of the generic OS-type of the server as well as @@ -1561,8 +1561,8 @@ is accessed by an incompatible browser

    SetHandler Directive
    Description: Forces all matching files to be processed by a -handler
    Syntax:SetHandler handler-name
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Moved into the core in Apache 2.0
    +

    SetHandler Directive

    Description: Forces all matching files to be processed by a +handler
    Syntax:SetHandler handler-name
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Moved into the core in Apache 2.0

    When placed into an .htaccess file or a <Directory> or <Location> @@ -1585,8 +1585,8 @@ handler

    Synta SetHandler server-status
    </Location>
    -

    SetInputFilter Directive

    Description: Sets the filters that will process client requests and POST -input
    Syntax:SetInputFilter filter[;filter...]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    +

    SetInputFilter Directive

    Description: Sets the filters that will process client requests and POST +input
    Syntax:SetInputFilter filter[;filter...]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core

    The SetInputFilter directive sets the filter or filters which will process client requests and POST input when they are received by the server. This is in addition to @@ -1597,8 +1597,8 @@ input

    Syntax:

    If more than one filter is specified, they must be separated by semicolons in the order in which they should process the content.

    -

    See also


    SetOutputFilter Directive

    Description: Sets the filters that will process responses from the -server
    Syntax:SetOutputFilter filter [filter] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    +

    See also


    SetOutputFilter Directive

    Description: Sets the filters that will process responses from the +server
    Syntax:SetOutputFilter filter [filter] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core

    The SetOutputFilter directive sets the filters which will process responses from the server before they are sent to the client. This is in addition to any filters defined @@ -1618,8 +1618,8 @@ server

    Syntax

    If more than one filter is specified, they must be separated by semicolons in the order in which they should process the content.

    -

    See also


    TimeOut Directive

    Description: Amount of time the server will wait for -certain events before failing a request
    Syntax:TimeOut number
    Default:TimeOut 300
    Context:server config
    Status:Core
    Module:core
    +

    See also


    TimeOut Directive

    Description: Amount of time the server will wait for +certain events before failing a request
    Syntax:TimeOut number
    Default:TimeOut 300
    Context:server config
    Status:Core
    Module:core

    The TimeOut directive currently defines the amount of time Apache will wait for three things:

    @@ -1640,8 +1640,8 @@ certain events before failing a request
    UseCanonicalName Directive
    Description: Configures how the server determines its own name and -port
    Syntax:UseCanonicalName on|off|dns
    Default:UseCanonicalName on
    Context:server config, virtual host, directory
    Status:Core
    Module:core
    +

    UseCanonicalName Directive

    Description: Configures how the server determines its own name and +port
    Syntax:UseCanonicalName on|off|dns
    Default:UseCanonicalName on
    Context:server config, virtual host, directory
    Status:Core
    Module:core

    In many situations Apache has to construct a self-referential URL. That is, a URL which refers back to the same server. With UseCanonicalName on Apache will @@ -1686,10 +1686,10 @@ port

    Syntax:< they want as a hostname. But if the CGI is only using SERVER_NAME to construct self-referential URLs then it should be just fine.

    -

    See also


    <VirtualHost> Directive

    Description: Contains directives that apply only to a specific -hostname or IP address
    Syntax:<VirtualHost +

    See also


    <VirtualHost> Directive

    Description: Contains directives that apply only to a specific +hostname or IP address
    Syntax:<VirtualHost addr[:port] [addr[:port]] - ...> ... </VirtualHost>
    Context:server config
    Status:Core
    Module:core
    + ...> ... </VirtualHost>
    Context:server config
    Status:Core
    Module:core

    <VirtualHost> and </VirtualHost> are used to enclose a group of directives which will apply only to a particular virtual host. Any diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 3cd3db4582..62bf339c2c 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -5,4 +5,4 @@ consistent format, and there is a dictionary of the terms used in their descriptions available.

    -

    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file +

    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index a79fc8a91b..624cec3d59 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -38,18 +38,14 @@ configuration
    mod_isapi
    ISAPI Exten encoding)
    mod_mime_magic
    Determines the MIME type of a file by looking at a few bytes of its contents
    mod_negotiation
    Provides for content negotiation
    mod_proxy
    HTTP/1.1 proxy/gateway server
    mod_rewrite
    Provides a rule-based rewriting engine to rewrite requested URLs on the fly
    mod_setenvif
    Allows the setting of environment variables based -on characteristics of the request
    mod_so
    - This module provides for loading of executable code and - modules into the server at start-up or restart time. -
    mod_speling
    Attempts to correct mistaken URLs that +on characteristics of the request
    mod_so
    Loading of executable code and +modules into the server at start-up or restart time
    mod_speling
    Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
    mod_ssl
    Strong cryptography using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols
    mod_status
    Provides information on server activity and performance
    mod_suexec
    Allows CGI scripts to run as a specified user and Group
    mod_unique_id
    Provides an environment variable with a unique -identifier for each request
    mod_userdir
    Provides for user-specific -directories
    mod_usertrack
    - This module uses cookies to provide for a - clickstream log of user activity on a site. -
    mod_vhost_alias
    Provides for dynamically configured mass virtual -hosting

    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file +identifier for each request
    mod_userdir
    User-specific directories
    mod_usertrack
    +Clickstream logging of user activity on a site +
    mod_vhost_alias
    Provides for dynamically configured mass virtual +hosting

    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file diff --git a/docs/manual/mod/mod_access.html.en b/docs/manual/mod/mod_access.html.en index afe64a0b60..04b9a8c468 100644 --- a/docs/manual/mod/mod_access.html.en +++ b/docs/manual/mod/mod_access.html.en @@ -26,10 +26,10 @@ address, or other characteristics of the client request.
    <Limit> section.

    -

    Directives

    See also


    Allow Directive

    Description: Controls which hosts can access an area of the -server
    Syntax: Allow from +

    Directives

    See also


    Allow Directive

    Description: Controls which hosts can access an area of the +server
    Syntax: Allow from all|host|env=env-variable - [host|env=env-variable] ...
    Context:directory, .htaccess
    Override:Limit
    Status:Base
    Module:mod_access
    + [host|env=env-variable] ...
    Context:directory, .htaccess
    Override:Limit
    Status:Base
    Module:mod_access

    The Allow directive affects which hosts can access an area of the server. Access can be controlled by @@ -120,17 +120,17 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in

    In this case, browsers with a user-agent string beginning with KnockKnock/2.0 will be allowed access, and all others will be denied.

    -

    Deny Directive

    Description: Controls which hosts are denied access to the -server
    Syntax: Deny from +

    Deny Directive

    Description: Controls which hosts are denied access to the +server
    Syntax: Deny from all|host|env=env-variable - [host|env=env-variable] ...
    Context:directory, .htaccess
    Override:Limit
    Status:Base
    Module:mod_access
    + [host|env=env-variable] ...
    Context:directory, .htaccess
    Override:Limit
    Status:Base
    Module:mod_access

    This directive allows access to the server to be restricted based on hostname, IP address, or environment variables. The arguments for the Deny directive are identical to the arguments for the Allow directive.

    -

    Order Directive

    Description: Controls the default access state and the order in which +

    Order Directive

    Description: Controls the default access state and the order in which Allow and Deny are -evaluated.
    Syntax: Order ordering
    Default:Order Deny,Allow
    Context:directory, .htaccess
    Override:Limit
    Status:Base
    Module:mod_access
    +evaluated.
    Syntax: Order ordering
    Default:Order Deny,Allow
    Context:directory, .htaccess
    Override:Limit
    Status:Base
    Module:mod_access

    The Order directive controls the default access state and the order in which Allow and Deny directives are evaluated. diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index c87a411798..84ab5bdd87 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -10,8 +10,8 @@ media type or request method.

    -

    Directives


    Action Directive

    Description: Activates a CGI script for a particular handler or -content-type
    Syntax:Action action-type cgi-script
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_actions
    +

    Directives


    Action Directive

    Description: Activates a CGI script for a particular handler or +content-type
    Syntax:Action action-type cgi-script
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_actions

    This directive adds an action, which will activate cgi-script when action-type is triggered by the request. The cgi-script is the URL-path to a resource @@ -39,8 +39,8 @@ content-type

    In the second example, requests for files with a file extension of .xyz are handled instead by the specified cgi script /cgi-bin/program.cgi.

    -

    See also


    Script Directive

    Description: Activates a CGI script for a particular request -method.
    Syntax: Script method cgi-script
    Context:server config, virtual host, directory
    Status:Base
    Module:mod_actions
    +

    See also


    Script Directive

    Description: Activates a CGI script for a particular request +method.
    Syntax: Script method cgi-script
    Context:server config, virtual host, directory
    Status:Base
    Module:mod_actions

    This directive adds an action, which will activate cgi-script when a file is requested using the method of method. The cgi-script is the URL-path to a diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 4b3e73dab5..fb8f05f47f 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -17,8 +17,8 @@ directives are used to instruct clients to make a new request with a different URL. They are often used when a resource has moved to a new location.

    -

    Directives

    See also


    Alias Directive

    Description: Maps URLs to filesystem locations
    Syntax: Alias URL-path - file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias
    +

    Directives

    See also


    Alias Directive

    Description: Maps URLs to filesystem locations
    Syntax: Alias URL-path + file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias

    The Alias directive allows documents to be stored in the local filesystem other than under the @@ -47,9 +47,9 @@ sections are run through once before aliases are performed, so they will apply.)

    -

    AliasMatch Directive

    Description: Maps URLs to filesystem locations using regular -expressions
    Syntax:AliasMatch regex - file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias
    +

    AliasMatch Directive

    Description: Maps URLs to filesystem locations using regular +expressions
    Syntax:AliasMatch regex + file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias

    This directive is equivalent to Alias, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL-path, and @@ -60,8 +60,8 @@ expressions

    S
    AliasMatch ^/icons(.*) /usr/local/apache/icons$1
    -

    Redirect Directive

    Description: Sends an external redirect asking the client to fetch -a different URL
    Syntax:Redirect [status] URL-path URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias
    +

    Redirect Directive

    Description: Sends an external redirect asking the client to fetch +a different URL
    Syntax:Redirect [status] URL-path URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias

    The Redirect directive maps an old URL into a new one. The new URL is returned to the client which attempts to fetch it again with the new address. URL-path a (%-decoded) @@ -126,9 +126,9 @@ sections.

    Redirect 303 /three http://example.com/other -

    RedirectMatch Directive

    Description: Sends an external redirect asking the client to fetch +

    RedirectMatch Directive

    Description: Sends an external redirect asking the client to fetch a different URL based on a regular expression match of the -current URL
    Syntax:RedirectMatch [status] regex URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias
    +current URL
    Syntax:RedirectMatch [status] regex URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias

    This directive is equivalent to Redirect, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL-path, and @@ -139,19 +139,19 @@ current URLS

    RedirectMatch (.*)\.gif$ http://www.anotherserver.com$1.jpg
    -

    RedirectPermanent Directive

    Description: Sends an external permanent redirect asking the client to fetch -a different URL
    Syntax:RedirectPermanent URL-path URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias
    +

    RedirectPermanent Directive

    Description: Sends an external permanent redirect asking the client to fetch +a different URL
    Syntax:RedirectPermanent URL-path URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias

    This directive makes the client know that the Redirect is permanent (status 301). Exactly equivalent to Redirect permanent.

    -

    RedirectTemp Directive

    Description: Sends an external temporary redirect asking the client to fetch -a different URL
    Syntax:RedirectTemp URL-path URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias
    +

    RedirectTemp Directive

    Description: Sends an external temporary redirect asking the client to fetch +a different URL
    Syntax:RedirectTemp URL-path URL
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_alias

    This directive makes the client know that the Redirect is only temporary (status 302). Exactly equivalent to Redirect temp.

    -

    ScriptAlias Directive

    Description: Maps a URL to a filesystem location and designates the -target as a CGI script
    Syntax:ScriptAlias -URL-path file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias
    +

    ScriptAlias Directive

    Description: Maps a URL to a filesystem location and designates the +target as a CGI script
    Syntax:ScriptAlias +URL-path file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias

    The ScriptAlias directive has the same behavior as the Alias directive, except that in addition it marks the target directory @@ -166,9 +166,9 @@ target as a CGI scriptA request for http://myserver/cgi-bin/foo would cause the server to run the script /web/cgi-bin/foo.

    -

    ScriptAliasMatch Directive

    Description: Maps a URL to a filesystem location using a regular expression -and designates the target as a CGI script
    Syntax:ScriptAliasMatch -regex file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias
    +

    ScriptAliasMatch Directive

    Description: Maps a URL to a filesystem location using a regular expression +and designates the target as a CGI script
    Syntax:ScriptAliasMatch +regex file-path|directory-path
    Context:server config, virtual host
    Status:Base
    Module:mod_alias

    This directive is equivalent to ScriptAlias, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL-path, diff --git a/docs/manual/mod/mod_auth.html.en b/docs/manual/mod/mod_auth.html.en index 86bd37e437..e2787e5b7a 100644 --- a/docs/manual/mod/mod_auth.html.en +++ b/docs/manual/mod/mod_auth.html.en @@ -11,8 +11,8 @@ Authentication is provided by mod_auth_digest.

    -

    Directives

    See also


    AuthAuthoritative Directive

    Description: Sets whether authorization and authentication are -passed to lower level modules
    Syntax:AuthAuthoritative on|off
    Default:AuthAuthoritative on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Base
    Module:mod_auth
    +

    Directives

    See also


    AuthAuthoritative Directive

    Description: Sets whether authorization and authentication are +passed to lower level modules
    Syntax:AuthAuthoritative on|off
    Default:AuthAuthoritative on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Base
    Module:mod_auth
    This information has not been updated for Apache 2.0, which uses a different system for module ordering.
    @@ -54,8 +54,8 @@ uses a different system for module ordering. directory that it protects. Otherwise, clients will be able to download the AuthUserFile. -

    AuthGroupFile Directive

    Description: Sets the name of a text file containing the list -of user groups for authentication
    Syntax:AuthGroupFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Base
    Module:mod_auth
    +

    AuthGroupFile Directive

    Description: Sets the name of a text file containing the list +of user groups for authentication
    Syntax:AuthGroupFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Base
    Module:mod_auth

    The AuthGroupFile directive sets the name of a textual file containing the list of user groups for user authentication. File-path is the path to the group @@ -78,8 +78,8 @@ of user groups for authenticationAuthUserFile Directive
    Description: Sets the name of a text file containing the list of users and -passwords for authentication
    Syntax:AuthUserFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Base
    Module:mod_auth
    +


    AuthUserFile Directive

    Description: Sets the name of a text file containing the list of users and +passwords for authentication
    Syntax:AuthUserFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Base
    Module:mod_auth

    The AuthUserFile directive sets the name of a textual file containing the list of users and passwords for user authentication. File-path is the path to the user diff --git a/docs/manual/mod/mod_auth_anon.html.en b/docs/manual/mod/mod_auth_anon.html.en index 1489cd8c9c..2fdfe8cdf9 100644 --- a/docs/manual/mod/mod_auth_anon.html.en +++ b/docs/manual/mod/mod_auth_anon.html.en @@ -68,8 +68,8 @@ Require valid-user
    </Files>
    -


    Anonymous Directive

    Description: Specifies userIDs that areallowed access without -password verification
    Syntax:Anonymous user [user] ...
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon
    +

    Anonymous Directive

    Description: Specifies userIDs that areallowed access without +password verification
    Syntax:Anonymous user [user] ...
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon

    A list of one or more 'magic' userIDs which are allowed access without password verification. The userIDs are space separated. It is possible to use the ' and " quotes to allow a @@ -87,8 +87,8 @@ password verificationThis would allow the user to enter without password verification by using the userId's 'anonymous', 'AnonyMous','Not Registered' and 'I Don't Know'.

    -

    Anonymous_Authoritative Directive

    Description: Configures if authorization will fall-through -to other methods
    Syntax:Anonymous_Authoritative on|off
    Default:Anonymous_Authoritative off
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon
    +

    Anonymous_Authoritative Directive

    Description: Configures if authorization will fall-through +to other methods
    Syntax:Anonymous_Authoritative on|off
    Default:Anonymous_Authoritative off
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon

    When set 'on', there is no fall-through to other authorization methods. So if a userID does not match the values specified in the Anonymous directive, @@ -98,21 +98,21 @@ to other methodsAnonymous_LogEmail Directive
    Description: Sets whether the password entered will be logged in the -error log
    Syntax:Anonymous_LogEmail on|off
    Default:Anonymous_LogEmail on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon
    +


    Anonymous_LogEmail Directive

    Description: Sets whether the password entered will be logged in the +error log
    Syntax:Anonymous_LogEmail on|off
    Default:Anonymous_LogEmail on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon

    When set on, the default, the 'password' entered (which hopefully contains a sensible email address) is logged in the error log.

    -

    Anonymous_MustGiveEmail Directive

    Description: Specifies whether blank passwords are allowed
    Syntax:Anonymous_MustGiveEmail on|off
    Default:Anonymous_MustGiveEmail on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon
    +

    Anonymous_MustGiveEmail Directive

    Description: Specifies whether blank passwords are allowed
    Syntax:Anonymous_MustGiveEmail on|off
    Default:Anonymous_MustGiveEmail on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon

    Specifies whether the user must specify an email address as the password. This prohibits blank passwords.

    -

    Anonymous_NoUserID Directive

    Description: Sets whether the userID field may be empty
    Syntax:Anonymous_NoUserID on|off
    Default:Anonymous_NoUserID off
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon
    +

    Anonymous_NoUserID Directive

    Description: Sets whether the userID field may be empty
    Syntax:Anonymous_NoUserID on|off
    Default:Anonymous_NoUserID off
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon

    When set on, users can leave the userID (and perhaps the password field) empty. This can be very convenient for MS-Explorer users who can just hit return or click directly on the OK button; which seems a natural reaction.

    -

    Anonymous_VerifyEmail Directive

    Description: Sets whether to check the password field for a correctly -formatted email address
    Syntax:Anonymous_VerifyEmail on|off
    Default:Anonymous_VerifyEmail off
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon
    +

    Anonymous_VerifyEmail Directive

    Description: Sets whether to check the password field for a correctly +formatted email address
    Syntax:Anonymous_VerifyEmail on|off
    Default:Anonymous_VerifyEmail off
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_anon

    When set on the 'password' entered is checked for at least one '@' and a '.' to encourage users to enter valid email addresses (see the above Auth_LogEmail).

    diff --git a/docs/manual/mod/mod_auth_dbm.html.en b/docs/manual/mod/mod_auth_dbm.html.en index cbd91f446b..aa5d6e9e96 100644 --- a/docs/manual/mod/mod_auth_dbm.html.en +++ b/docs/manual/mod/mod_auth_dbm.html.en @@ -8,8 +8,8 @@ the usernames and passwords are stored in DBM type database files. It is an alternative to the plain text password files provided by mod_auth.

    -

    Directives

    See also


    AuthDBMAuthoritative Directive

    Description: Sets whether authentication and authorization will be -passwed on to lower level modules
    Syntax:AuthDBMAuthoritative on|off
    Default:AuthDBMAuthoritative on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm
    +

    Directives

    See also


    AuthDBMAuthoritative Directive

    Description: Sets whether authentication and authorization will be +passwed on to lower level modules
    Syntax:AuthDBMAuthoritative on|off
    Default:AuthDBMAuthoritative on
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm
    This information has not been updated to take into account the new module ordering techniques in Apache 2.0
    @@ -46,8 +46,8 @@ new module ordering techniques in Apache 2.0 is really what you want; Generally it is easier to just secure a single .htpasswd file, than it is to secure a database which might have more access interfaces.

    -

    AuthDBMGroupFile Directive

    Description: Sets the name of the database file containing the list -of user groups for authentication
    Syntax:AuthDBMGroupFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm
    +

    AuthDBMGroupFile Directive

    Description: Sets the name of the database file containing the list +of user groups for authentication
    Syntax:AuthDBMGroupFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm

    The AuthDBMGroupFile directive sets the name of a DBM file containing the list of user groups for user authentication. File-path is the absolute path to the @@ -90,8 +90,8 @@ AuthDBMUserFile /www/userbase DBM file after another colon; it is ignored by the authentication module. This is what www.telescope.org uses for its combined password and group database.

    -

    AuthDBMType Directive

    Description: Sets the type of database file that is used to -store passwords
    Syntax:AuthDBMType default|SDBM|GDBM|DB
    Default:AuthDBMType default
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm
    Compatibility:Available in version 2.0.30 and later.
    +

    AuthDBMType Directive

    Description: Sets the type of database file that is used to +store passwords
    Syntax:AuthDBMType default|SDBM|GDBM|DB
    Default:AuthDBMType default
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm
    Compatibility:Available in version 2.0.30 and later.

    Sets the type of database file that is used to store the passwords. The default database type is determined at compile time. The @@ -100,8 +100,8 @@ compile-time settings.

    It is crucial that whatever program you use to create your password files is configured to use the same type of database.

    -

    AuthDBMUserFile Directive

    Description: Sets thename of a database file containing the list of users and -passwords for authentication
    Syntax:AuthDBMUserFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm
    +

    AuthDBMUserFile Directive

    Description: Sets thename of a database file containing the list of users and +passwords for authentication
    Syntax:AuthDBMUserFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_dbm

    The AuthDBMUserFile directive sets the name of a DBM file containing the list of users and passwords for user authentication. File-path is the absolute path to diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index af8cae4bd9..85a6ca9c2a 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -38,8 +38,8 @@ Internet site. However, for personal and intra-net use, where browser users can be controlled, it is ideal.

    -

    AuthDigestAlgorithm Directive

    Description: Selects the algorithm used to calculate the challenge and -response hases in digest authentication
    Syntax:AuthDigestAlgorithm MD5|MD5-sess
    Default:AuthDigestAlgorithm MD5
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest
    +

    AuthDigestAlgorithm Directive

    Description: Selects the algorithm used to calculate the challenge and +response hases in digest authentication
    Syntax:AuthDigestAlgorithm MD5|MD5-sess
    Default:AuthDigestAlgorithm MD5
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest

    The AuthDigestAlgorithm directive selects the algorithm used to calculate the challenge and response hashes.

    @@ -47,8 +47,8 @@ response hases in digest authenticationAuthDigestDomain Directive
    Description: URIs that are in the same protection space for digest -authentication
    Syntax:AuthDigestDomain URI [URI] ...
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest
    +

    AuthDigestDomain Directive

    Description: URIs that are in the same protection space for digest +authentication
    Syntax:AuthDigestDomain URI [URI] ...
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest

    The AuthDigestDomain directive allows you to specify one or more URIs which are in the same protection space (i.e. use the same realm and username/password info). The @@ -69,8 +69,8 @@ authentication Directive
    Description: Location of the text file containing the list -of users and encoded passwords for digest authentication
    Syntax:AuthDigestFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest
    +


    AuthDigestFile Directive

    Description: Location of the text file containing the list +of users and encoded passwords for digest authentication
    Syntax:AuthDigestFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest

    The AuthDigestFile directive sets the name of a textual file containing the list of users and encoded passwords for digest authentication. File-path is the @@ -79,8 +79,8 @@ of users and encoded passwords for digest authenticationThe digest file uses a special format. Files in this format can be created using the htdigest utility found in the support/ subdirectory of the Apache distribution.

    -

    AuthDigestGroupFile Directive

    Description: Name of the text file containing the list of groups -for digest authentication
    Syntax:AuthDigestGroupFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest
    +

    AuthDigestGroupFile Directive

    Description: Name of the text file containing the list of groups +for digest authentication
    Syntax:AuthDigestGroupFile file-path
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest

    The AuthDigestGroupFile directive sets the name of a textual file containing the list of groups and their members (user names). File-path is the absolute path to @@ -99,14 +99,14 @@ for digest authenticationnot put it in the directory that it protects. Otherwise, clients will be able to download the AuthGroupFile.

    -

    AuthDigestNcCheck Directive

    Description: Enables or disables checking of the nonce-count sent by the -server
    Syntax:AuthDigestNcCheck On|Off
    Default:AuthDigestNcCheck Off
    Context:server config
    Status:Experimental
    Module:mod_auth_digest
    +

    AuthDigestNcCheck Directive

    Description: Enables or disables checking of the nonce-count sent by the +server
    Syntax:AuthDigestNcCheck On|Off
    Default:AuthDigestNcCheck Off
    Context:server config
    Status:Experimental
    Module:mod_auth_digest

    Not implemented yet.

    -

    AuthDigestNonceFormat Directive

    Description: Determines how the nonce is generated
    Syntax:???
    Default:???
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest
    +

    AuthDigestNonceFormat Directive

    Description: Determines how the nonce is generated
    Syntax:???
    Default:???
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest

    Not implemented yet.

    -

    AuthDigestNonceLifetime Directive

    Description: How long the server nonce is valid
    Syntax:AuthDigestNonceLifetime seconds
    Default:AuthDigestNonceLifetime 300
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest
    +

    AuthDigestNonceLifetime Directive

    Description: How long the server nonce is valid
    Syntax:AuthDigestNonceLifetime seconds
    Default:AuthDigestNonceLifetime 300
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest

    The AuthDigestNonceLifetime directive controls how long the server nonce is valid. When the client contacts the server using an expired nonce the server will send @@ -116,8 +116,8 @@ serverSyntax seconds. If seconds is less than 0 then the nonce never expires.

    -

    AuthDigestQop Directive

    Description: Determines the quality-of-protection to use in digest -authentication
    Syntax:AuthDigestQop none|auth|auth-int [auth|auth-int]
    Default:AuthDigestQop auth
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest
    +

    AuthDigestQop Directive

    Description: Determines the quality-of-protection to use in digest +authentication
    Syntax:AuthDigestQop none|auth|auth-int [auth|auth-int]
    Default:AuthDigestQop auth
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Experimental
    Module:mod_auth_digest

    The AuthDigestQop directive determines the quality-of-protection to use. auth will only do authentication (username/password); auth-int is diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 3408ee7f58..9e79333917 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -138,8 +138,8 @@ </FORM> -


    AddAlt Directive

    Description: Alternate text to display for a file, instead of an -icon selected by filename
    Syntax:AddAlt string file [file] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    AddAlt Directive

    Description: Alternate text to display for a file, instead of an +icon selected by filename
    Syntax:AddAlt string file [file] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    AddAlt provides the alternate text to display for a file, instead of an icon, for FancyIndexing. File is a file extension, partial filename, wild-card @@ -153,9 +153,9 @@ icon selected by filename AddAlt "Compressed" *.gz *.zip *.Z -


    AddAltByEncoding Directive

    Description: Alternate text to display for a file instead of an icon -selected by MIME-encoding
    Syntax:AddAltByEncoding string MIME-encoding -[MIME-encoding] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    AddAltByEncoding Directive

    Description: Alternate text to display for a file instead of an icon +selected by MIME-encoding
    Syntax:AddAltByEncoding string MIME-encoding +[MIME-encoding] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    AddAltByEncoding provides the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-encoding is a valid content-encoding, such as @@ -168,9 +168,9 @@ selected by MIME-encoding
    AddAltByEncoding "gzip" x-gzip
    -


    AddAltByType Directive

    Description: Alternate text to display for a file, instead of an -icon selected by MIME content-type
    Syntax:AddAltByType string - MIME-type [MIME-type] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    AddAltByType Directive

    Description: Alternate text to display for a file, instead of an +icon selected by MIME content-type
    Syntax:AddAltByType string + MIME-type [MIME-type] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    AddAltByType sets the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-type is a valid content-type, such as @@ -183,8 +183,8 @@ icon selected by MIME content-type AddAltByType "TXT" text/plain -


    AddDescription Directive

    Description:
    Syntax:AddDescription - string file [file] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    AddDescription Directive

    Description:
    Syntax:AddDescription + string file [file] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    This sets the description to display for a file, for FancyIndexing. File is a file extension, partial filename, wild-card @@ -216,8 +216,8 @@ icon selected by MIME content-typeAddIcon Directive
    Description: Icon to display for a file selected by name
    Syntax:AddIcon icon - name [name] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +


    AddIcon Directive

    Description: Icon to display for a file selected by name
    Syntax:AddIcon icon + name [name] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    This sets the icon to display next to a file ending in name for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, @@ -239,9 +239,9 @@ icon selected by MIME content-typeAddIconByType should be used in preference to AddIcon, when possible.

    -

    AddIconByEncoding Directive

    Description: Icon to display next to files selected by MIME -content-encoding
    Syntax:AddIconByEncoding - icon MIME-encoding [MIME-encoding] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    AddIconByEncoding Directive

    Description: Icon to display next to files selected by MIME +content-encoding
    Syntax:AddIconByEncoding + icon MIME-encoding [MIME-encoding] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    This sets the icon to display next to files with FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where @@ -252,9 +252,9 @@ content-encodingAddIconByEncoding /icons/compress.xbm x-compress -


    AddIconByType Directive

    Description: Icon to display next to files selected by MIME -content-type
    Syntax:AddIconByType - icon MIME-type [MIME-type] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    AddIconByType Directive

    Description: Icon to display next to files selected by MIME +content-type
    Syntax:AddIconByType + icon MIME-type [MIME-type] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    This sets the icon to display next to files of type MIME-type for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, @@ -266,15 +266,15 @@ content-type required the mime types. Examples:

    AddIconByType (IMG,/icons/image.xbm) image/*
    -

    DefaultIcon Directive

    Description: Icon to display for files when no specific icon is -configured
    Syntax:DefaultIcon url-path
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    DefaultIcon Directive

    Description: Icon to display for files when no specific icon is +configured
    Syntax:DefaultIcon url-path
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    The DefaultIcon directive sets the icon to display for files when no specific icon is known, for FancyIndexing. Url is a (%-escaped) relative URL to the icon. Examples:

    DefaultIcon /icon/unknown.xbm
    -

    HeaderName Directive

    Description: Name of the file that will be inserted at the top -of the index listing
    Syntax:HeaderName filename
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    HeaderName Directive

    Description: Name of the file that will be inserted at the top +of the index listing
    Syntax:HeaderName filename
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    The HeaderName directive sets the name of the file that will be inserted at the top of the index listing. Filename is the name of the file to include.

    @@ -306,8 +306,8 @@ of the index listingIndexOptions +SuppressHTMLPreamble, so that these tags are not repeated.

    -

    IndexIgnore Directive

    Description: Adds to the list of files to hide when listing -a directory
    Syntax:IndexIgnore file [file] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    IndexIgnore Directive

    Description: Adds to the list of files to hide when listing +a directory
    Syntax:IndexIgnore file [file] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    The IndexIgnore directive adds to the list of files to hide when listing a directory. File is a file extension, partial filename, wildcard expression or full @@ -317,8 +317,8 @@ a directoryS `.'. Example:

    IndexIgnore README .htaccess *~
    -

    IndexOptions Directive

    Description: Various configuration settings for directory -indexing
    Syntax:IndexOptions [+|-]option [[+|-]option] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    IndexOptions Directive

    Description: Various configuration settings for directory +indexing
    Syntax:IndexOptions [+|-]option [[+|-]option] ...
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    The IndexOptions directive specifies the behavior of the directory indexing. Option can be one of

    @@ -601,8 +601,8 @@ foo-1.04 specify keywords without any '+' or '-' prefixes. -

    IndexOrderDefault Directive

    Description: Sets the default ordering of the directory index
    Syntax:IndexOrderDefault -Ascending|Descending Name|Date|Size|Description
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    IndexOrderDefault Directive

    Description: Sets the default ordering of the directory index
    Syntax:IndexOrderDefault +Ascending|Descending Name|Date|Size|Description
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    The IndexOrderDefault directive is used in combination with the FancyIndexing index option. By default, fancyindexed directory listings are @@ -622,7 +622,7 @@ Ascending|Descending Name|Date|Size|DescriptionSuppressColumnSorting index option; this will prevent the client from requesting the directory listing in a different order.

    -

    ReadmeName Directive

    Description:
    Syntax:ReadmeName filename
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex
    +

    ReadmeName Directive

    Description:
    Syntax:ReadmeName filename
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_autoindex

    The ReadmeName directive sets the name of the file that will be appended to the end of the index listing. Filename is the name of the file to include, and diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 7e620e30ae..8ed9728020 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -57,19 +57,19 @@ LoadModule cache_module modules/mod_cache.so
    -


    CacheDefaultExpire Directive

    Description:
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheDefaultExpire Directive

    Description:
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache

    The default time in seconds to cache a document.

    CacheDefaultExpire 86400
    -

    CacheDisable Directive

    Description: Disable caching of specified URLs by specified storage manager
    Syntax:CacheDisable cache_type url-string
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheDisable Directive

    Description: Disable caching of specified URLs by specified storage manager
    Syntax:CacheDisable cache_type url-string
    Context:server config
    Status:Experimental
    Module:mod_cache

    The CacheDisable directive instructs mod_cache to not cache urls at or above url-string.

    Example

    CacheDisable disk /local_files
    -

    CacheEnable Directive

    Description: Enable caching specified URLs in a specified storage manager
    Syntax:CacheEnable cache_type url-string
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheEnable Directive

    Description: Enable caching specified URLs in a specified storage manager
    Syntax:CacheEnable cache_type url-string
    Context:server config
    Status:Experimental
    Module:mod_cache

    The CacheEnable directive instructs mod_cache to cache urls at or below url-string. The cache store is specified with the cache_type argument. @@ -83,30 +83,30 @@ LoadModule cache_module modules/mod_cache.so
    CacheEnable mem /manual
    CacheEnable fd /images
    -


    CacheIgnoreCacheControl Directive

    Description: Ignore requests from the client for uncached content
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheIgnoreCacheControl Directive

    Description: Ignore requests from the client for uncached content
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache

    Ignore requests from the client for uncached content

    CacheIgnoreNoLastMod
    -

    CacheIgnoreNoLastMod Directive

    Description: Ignore responses where there is no Last Modified Header
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheIgnoreNoLastMod Directive

    Description: Ignore responses where there is no Last Modified Header
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache

    Ignore responses where there is no Last Modified Header

    CacheIgnoreNoLastMod
    -

    CacheLastModifiedFactor Directive

    Description: The factor used to estimate the Expires date from the LastModified date
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheLastModifiedFactor Directive

    Description: The factor used to estimate the Expires date from the LastModified date
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache

    The factor used to estimate the Expires date from the LastModified date.

    CacheLastModifiedFactor
    -

    CacheMaxExpire Directive

    Description: The maximum time in seconds to cache a document
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheMaxExpire Directive

    Description: The maximum time in seconds to cache a document
    Syntax:
    Context:server config
    Status:Experimental
    Module:mod_cache

    The maximum time in seconds to cache a document.

    CacheMaxExpire 604800
    -

    CacheOn Directive

    Description:
    Syntax:CacheOn
    Context:server config
    Status:Experimental
    Module:mod_cache
    +

    CacheOn Directive

    Description:
    Syntax:CacheOn
    Context:server config
    Status:Experimental
    Module:mod_cache

    diff --git a/docs/manual/mod/mod_cern_meta.html.en b/docs/manual/mod/mod_cern_meta.html.en index 57c2594182..92da1cf65d 100644 --- a/docs/manual/mod/mod_cern_meta.html.en +++ b/docs/manual/mod/mod_cern_meta.html.en @@ -14,17 +14,17 @@

    More information on the CERN metafile semantics is available.

    -

    Directives

    See also


    MetaDir Directive

    Description: Name of the directory to find CERN-style meta information -files
    Syntax:MetaDir directory
    Default:MetaDir .web
    Context:directory
    Status:Extension
    Module:mod_cern_meta
    +

    Directives

    See also


    MetaDir Directive

    Description: Name of the directory to find CERN-style meta information +files
    Syntax:MetaDir directory
    Default:MetaDir .web
    Context:directory
    Status:Extension
    Module:mod_cern_meta

    Specifies the name of the directory in which Apache can find meta information files. The directory is usually a 'hidden' subdirectory of the directory that contains the file being accessed. Set to "." to look in the same directory as the file.

    -

    MetaFiles Directive

    Description: Activates CERN meta-file processing
    Syntax:MetaFiles on|off
    Default:MetaFiles off
    Context:directory
    Status:Extension
    Module:mod_cern_meta
    +

    MetaFiles Directive

    Description: Activates CERN meta-file processing
    Syntax:MetaFiles on|off
    Default:MetaFiles off
    Context:directory
    Status:Extension
    Module:mod_cern_meta

    Turns on/off Meta file processing on a per-directory basis.

    -

    MetaSuffix Directive

    Description: File name suffix for the file containg CERN-style -meta information
    Syntax:MetaSuffix suffix
    Default:MetaSuffix .meta
    Context:directory
    Status:Extension
    Module:mod_cern_meta
    +

    MetaSuffix Directive

    Description: File name suffix for the file containg CERN-style +meta information
    Syntax:MetaSuffix suffix
    Default:MetaSuffix .meta
    Context:directory
    Status:Extension
    Module:mod_cern_meta

    Specifies the file name suffix for the file containing the meta information. For example, the default values for the two directives will cause a request to diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index 92177b87b9..d3622c864c 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -107,7 +107,7 @@

    (The %stdout and %stderr parts may be missing if the script did not output anything on standard output or standard error).

    -

    ScriptLog Directive

    Description: Location of the CGI script error logfile
    Syntax:ScriptLog file-path
    Context:server config
    Status:Base
    Module:mod_cgi, mod_cgid
    +

    ScriptLog Directive

    Description: Location of the CGI script error logfile
    Syntax:ScriptLog file-path
    Context:server config
    Status:Base
    Module:mod_cgi, mod_cgid

    The ScriptLog directive sets the CGI script error logfile. If no ScriptLog is given, no error log is created. If given, any CGI errors are logged into the filename @@ -128,14 +128,14 @@ continuously on running servers. It is not optimized for speed or efficiency, and may have security problems if used in a manner other than that for which it was designed.

    -

    ScriptLogBuffer Directive

    Description: Maximum amount of PUT or POST requests that will be recorded -in the scriptlog
    Syntax:ScriptLogBuffer bytes
    Default:ScriptLogBuffer 1024
    Context:server config
    Status:Base
    Module:mod_cgi, mod_cgid
    +

    ScriptLogBuffer Directive

    Description: Maximum amount of PUT or POST requests that will be recorded +in the scriptlog
    Syntax:ScriptLogBuffer bytes
    Default:ScriptLogBuffer 1024
    Context:server config
    Status:Base
    Module:mod_cgi, mod_cgid

    The size of any PUT or POST entity body that is logged to the file is limited, to prevent the log file growing too big too quickly if large bodies are being received. By default, up to 1024 bytes are logged, but this can be changed with this directive.

    -

    ScriptLogLength Directive

    Description: Size limit of the CGI script logfile
    Syntax:ScriptLogLength bytes
    Default:ScriptLogLength 10385760
    Context:server config
    Status:Base
    Module:mod_cgi, mod_cgid
    +

    ScriptLogLength Directive

    Description: Size limit of the CGI script logfile
    Syntax:ScriptLogLength bytes
    Default:ScriptLogLength 10385760
    Context:server config
    Status:Base
    Module:mod_cgi, mod_cgid

    ScriptLogLength can be used to limit the size of the CGI script logfile. Since the logfile logs a lot of information per CGI error (all request headers, all script output) diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index 852bd1e5a8..9843b4eded 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -25,7 +25,7 @@ additional directive ScriptSock which gives the name of the socket to use for communication with the cgi daemon.

    -

    Directives


    ScriptSock Directive

    Description:
    Syntax:ScriptSock file-path
    Default:ScriptSock logs/cgisock
    Context:server config
    Status:Base
    Module:mod_cgid
    +

    Directives


    ScriptSock Directive

    Description:
    Syntax:ScriptSock file-path
    Default:ScriptSock logs/cgisock
    Context:server config
    Status:Base
    Module:mod_cgid

    This directive sets the name of the socket to use for communication with the CGI daemon. The socket will be opened using the permissions of the user who starts Apache (usually diff --git a/docs/manual/mod/mod_charset_lite.html.en b/docs/manual/mod/mod_charset_lite.html.en index 28bb4a46f2..4605d79568 100644 --- a/docs/manual/mod/mod_charset_lite.html.en +++ b/docs/manual/mod/mod_charset_lite.html.en @@ -57,7 +57,7 @@ it cannot translate the input buffer. -


    CharsetDefault Directive

    Description: Charset to translate into
    Syntax:CharsetDefault charset
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Experimental
    Module:mod_charset_lite
    +

    CharsetDefault Directive

    Description: Charset to translate into
    Syntax:CharsetDefault charset
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Experimental
    Module:mod_charset_lite

    The CharsetDefault directive specifies the charset that content in the associated container should be translated to.

    @@ -73,8 +73,8 @@ CharsetDefault ISO8859-1
    </Directory> -

    CharsetOptions Directive

    Description: Configures charset tranlation behavior
    Syntax:CharsetOptions option [option] ...
    Default:CharsetOptions DebugLevel=0 -NoImplicitAdd
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Experimental
    Module:mod_charset_lite
    +

    CharsetOptions Directive

    Description: Configures charset tranlation behavior
    Syntax:CharsetOptions option [option] ...
    Default:CharsetOptions DebugLevel=0 +NoImplicitAdd
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Experimental
    Module:mod_charset_lite

    The CharsetOptions directive configures certain behaviors of mod_charset_lite. Option can be one of

    @@ -102,7 +102,7 @@ NoImplicitAddNoImplicitAdd should be specified so that mod_charset_lite doesn't add its filter. -

    CharsetSourceEnc Directive

    Description: Source charset of files
    Syntax:CharsetSourceEnc charset
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Experimental
    Module:mod_charset_lite
    +

    CharsetSourceEnc Directive

    Description: Source charset of files
    Syntax:CharsetSourceEnc charset
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Experimental
    Module:mod_charset_lite

    The CharsetSourceEnc directive specifies the source charset of files in the associated container.

    diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en index 6adeb6e0bd..b283ac0a21 100644 --- a/docs/manual/mod/mod_dav.html.en +++ b/docs/manual/mod/mod_dav.html.en @@ -23,7 +23,7 @@ (Any web-server writable filename, without an extension) -

    Directives


    Dav Directive

    Description: Enable WebDAV HTTP methods
    Syntax:Dav on|off
    Default:Dav off
    Context:directory
    Status:Extension
    Module:mod_dav
    +

    Directives


    Dav Directive

    Description: Enable WebDAV HTTP methods
    Syntax:Dav on|off
    Default:Dav off
    Context:directory
    Status:Extension
    Module:mod_dav

    Use the Dav directive to enable the WebDAV HTTP methods for the given container. You may wish to add a <Limit> clause @@ -45,12 +45,12 @@   </LimitExcept>
    </Location>
    -


    DavDepthInfinity Directive

    Description: Allow PROPFIND, Depth: Infinity requests
    Syntax:DavDepthInfinity on|off
    Default:DavDepthInfinity off
    Context:directory
    Status:Extension
    Module:mod_dav
    +

    DavDepthInfinity Directive

    Description: Allow PROPFIND, Depth: Infinity requests
    Syntax:DavDepthInfinity on|off
    Default:DavDepthInfinity off
    Context:directory
    Status:Extension
    Module:mod_dav

    Use the DavDepthInfinity directive to allow the processing of PROPFIND requests containing the header 'Depth: Infinity'. Because this type of request could constitute a denial-of-service attack, by default it is not allowed.

    -

    DavLockDB Directive

    Description: Location of the DAV lock database
    Syntax:DavLockDB file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_dav
    +

    DavLockDB Directive

    Description: Location of the DAV lock database
    Syntax:DavLockDB file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_dav

    Use the DavLockDB directive to specify the full path to the lock database, excluding an extension. The default (file system) implementation of mod_dav uses a SDBM @@ -61,8 +61,8 @@

    Example

    DavLockDB /tmp/DavLock
    -

    DavMinTimeout Directive

    Description: Minimum amount of time the server holds a lock on -a DAV resource
    Syntax:DavMinTimeout seconds
    Default:DavMinTimeout 0
    Context:directory
    Status:Extension
    Module:mod_dav
    +

    DavMinTimeout Directive

    Description: Minimum amount of time the server holds a lock on +a DAV resource
    Syntax:DavMinTimeout seconds
    Default:DavMinTimeout 0
    Context:directory
    Status:Extension
    Module:mod_dav

    When a client requests a DAV resource lock, it can also specify a time when the lock will be automatically removed by the server. This value is only a request, and the server can diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index c42e0a532d..addd0844e2 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -31,19 +31,19 @@ SetOutputFilter DEFLATE SetOutputFilter DEFLATE
    </Directory> -


    DeflateBufferSize Directive

    Description: Fragment size to be compressed at one time by zlib
    Syntax:DeflateBufferSize value
    Context:server config
    Status:Extension
    Module:mod_deflate
    +

    DeflateBufferSize Directive

    Description: Fragment size to be compressed at one time by zlib
    Syntax:DeflateBufferSize value
    Context:server config
    Status:Extension
    Module:mod_deflate

    The DeflateBufferSize directive specifies the size in bytes of the fragments that zlib should compress at one time.

    -

    DeflateFilterNote Directive

    Description: Places the compression ratio in a note for logging
    Syntax:DeflateFilterNote notename
    Context:server config
    Status:Extension
    Module:mod_deflate
    +

    DeflateFilterNote Directive

    Description: Places the compression ratio in a note for logging
    Syntax:DeflateFilterNote notename
    Context:server config
    Status:Extension
    Module:mod_deflate

    The DeflateFilterNote directive specifies that a note about compression ratios should be attached to the request. The name of the note is the value specified for the directive.

    -

    DeflateMemLevel Directive

    Description: Amount of memory available to zlib for compression
    Syntax:DeflateMemLevel value
    Context:server config
    Status:Extension
    Module:mod_deflate
    +

    DeflateMemLevel Directive

    Description: Amount of memory available to zlib for compression
    Syntax:DeflateMemLevel value
    Context:server config
    Status:Extension
    Module:mod_deflate

    The DeflateMemLevel directive specifies the amount of memory in bytes available to zlib for compression.

    -

    DeflateWindowSize Directive

    Description: Zlib compression window size
    Syntax:DeflateWindowSize value
    Context:server config
    Status:Extension
    Module:mod_deflate
    +

    DeflateWindowSize Directive

    Description: Zlib compression window size
    Syntax:DeflateWindowSize value
    Context:server config
    Status:Extension
    Module:mod_deflate

    The DeflateWindowSize directive specifies the zlib compression window size (a value between 1 and 15).


    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index 673093f4d1..e1e88c4134 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -25,9 +25,9 @@ dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/.

    -

    Directives


    DirectoryIndex Directive

    Description: List of resources to look for when the client requests -a directory
    Syntax:DirectoryIndex - local-url [local-url] ...
    Default:DirectoryIndex index.html
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_dir
    +

    Directives


    DirectoryIndex Directive

    Description: List of resources to look for when the client requests +a directory
    Syntax:DirectoryIndex + local-url [local-url] ...
    Default:DirectoryIndex index.html
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_dir

    The DirectoryIndex directive sets the list of resources to look for, when the client requests an index of the directory by specifying a / at the end of the a directory diff --git a/docs/manual/mod/mod_env.html.en b/docs/manual/mod/mod_env.html.en index cd92dcafe3..ff225018b4 100644 --- a/docs/manual/mod/mod_env.html.en +++ b/docs/manual/mod/mod_env.html.en @@ -9,21 +9,21 @@ may be passed from the shell which invoked the httpd process. Alternatively, environment variables may be set or unset within the configuration process.

    -

    Directives

    See also


    PassEnv Directive

    Description: Passes environment variables from the shell
    Syntax:PassEnv - env-variable [env-variable] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_env
    +

    Directives

    See also


    PassEnv Directive

    Description: Passes environment variables from the shell
    Syntax:PassEnv + env-variable [env-variable] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_env

    Specifies one or more environment variables to pass to CGI scripts and SSI pages from the environment of the shell which invoked the httpd process. Example:

    PassEnv LD_LIBRARY_PATH
    -

    SetEnv Directive

    Description: Sets environment variables
    Syntax:SetEnv env-variable value
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_env
    +

    SetEnv Directive

    Description: Sets environment variables
    Syntax:SetEnv env-variable value
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_env

    Sets an environment variable, which is then passed on to CGI scripts and SSI pages. Example:

    SetEnv SPECIAL_PATH /foo/bin
    -

    UnsetEnv Directive

    Description: Removes variables from the environment
    Syntax:UnsetEnv env-variable [env-variable] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_env
    +

    UnsetEnv Directive

    Description: Removes variables from the environment
    Syntax:UnsetEnv env-variable [env-variable] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_env

    Removes one or more environment variables from those passed on to CGI scripts and SSI pages. Example:

    diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en index bc93bb4760..0996f9b537 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -82,8 +82,8 @@

    After reloading/restarting your server, you should be able to browse to this location and see the brief display mentioned earlier.

    -

    Example Directive

    Description: Demonstration directive to illustrate the Apache module -API
    Syntax:Example
    Context:server config, virtual host, directory, .htaccess
    Status:Experimental
    Module:mod_example
    +

    Example Directive

    Description: Demonstration directive to illustrate the Apache module +API
    Syntax:Example
    Context:server config, virtual host, directory, .htaccess
    Status:Experimental
    Module:mod_example

    The Example directive just sets a demonstration flag which the example module's content handler displays. It takes no arguments. If you browse to an URL to which the diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en index e3b7d093e1..2f80d1d9db 100644 --- a/docs/manual/mod/mod_expires.html.en +++ b/docs/manual/mod/mod_expires.html.en @@ -85,7 +85,7 @@ ExpiresByType text/html "access plus 1 month 15 Expires header will not be added to content that does not come from a file on disk. This is due to the fact that there is no modification time for such content.

    -

    ExpiresActive Directive

    Description: Enables generation of Expires headers
    Syntax:ExpiresActive On|Off
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Extension
    Module:mod_expires
    +

    ExpiresActive Directive

    Description: Enables generation of Expires headers
    Syntax:ExpiresActive On|Off
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Extension
    Module:mod_expires

    This directive enables or disables the generation of the Expires header for the document realm in question. (That is, if found in an .htaccess file, for @@ -104,9 +104,9 @@ ExpiresByType text/html "access plus 1 month 15 Expires header will be generated. If the criteria aren't met, no header will be sent, and the effect will be as though this directive wasn't even specified.

    -

    ExpiresByType Directive

    Description: Value of the Expires header configured -by MIME type
    Syntax:ExpiresByType - MIME-type <code>seconds
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Extension
    Module:mod_expires
    +

    ExpiresByType Directive

    Description: Value of the Expires header configured +by MIME type
    Syntax:ExpiresByType + MIME-type <code>seconds
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Extension
    Module:mod_expires

    This directive defines the value of the Expires header generated for documents of the specified type (e.g., text/html). The second argument @@ -150,7 +150,7 @@ ExpiresByType text/html M604800

    You can also specify the expiration time calculation using an alternate syntax, described earlier in this document.

    -

    ExpiresDefault Directive

    Description: Default algorithm for calculating expiration time
    Syntax:ExpiresDefault <code>seconds
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Extension
    Module:mod_expires
    +

    ExpiresDefault Directive

    Description: Default algorithm for calculating expiration time
    Syntax:ExpiresDefault <code>seconds
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Extension
    Module:mod_expires

    This directive sets the default algorithm for calculating the expiration time for all documents in the affected realm. It can be overridden on a type-by-type basis by the ExpiresByType directive. See the diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index 1f3f27f49a..0148f613ed 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -105,7 +105,7 @@

    -

    ExtFilterDefine Directive

    Description:
    Syntax:ExtFilterDefine filtername parameters
    Context:server config
    Status:Experimental
    Module:mod_ext_filter
    +

    ExtFilterDefine Directive

    Description:
    Syntax:ExtFilterDefine filtername parameters
    Context:server config
    Status:Experimental
    Module:mod_ext_filter

    The ExtFilterDefine directive defines the characteristics of an external filter, including the program to run and its arguments.

    @@ -160,8 +160,8 @@ event that the filter doesn't modify the length, this keyword should be specified. -

    ExtFilterOptions Directive

    Description:
    Syntax:ExtFilterOptions - option [option] ...
    Default:ExtFilterOptions DebugLevel=0 NoLogStderr
    Context:directory
    Status:Experimental
    Module:mod_ext_filter
    +

    ExtFilterOptions Directive

    Description:
    Syntax:ExtFilterOptions + option [option] ...
    Default:ExtFilterOptions DebugLevel=0 NoLogStderr
    Context:directory
    Status:Experimental
    Module:mod_ext_filter

    The ExtFilterOptions directive specifies special processing options for mod_ext_filter. Option can be one of

    diff --git a/docs/manual/mod/mod_file_cache.html.en b/docs/manual/mod/mod_file_cache.html.en index 3ba27d0620..b60799508d 100644 --- a/docs/manual/mod/mod_file_cache.html.en +++ b/docs/manual/mod/mod_file_cache.html.en @@ -103,8 +103,8 @@ This module should be used with care. You can easily -

    CacheFile Directive

    Description:
    Syntax:CacheFile - file-path [file-path] ...
    Context:server config
    Status:Experimental
    Module:mod_file_cache
    +

    CacheFile Directive

    Description:
    Syntax:CacheFile + file-path [file-path] ...
    Context:server config
    Status:Experimental
    Module:mod_file_cache

    The CacheFile directive opens handles to one or more files (given as whitespace separated arguments) and places these handles into the cache at server startup @@ -124,7 +124,7 @@ This module should be used with care. You can easily

    Example

    CacheFile /usr/local/apache/htdocs/index.html
    -

    MMapFile Directive

    Description:
    Syntax:MMapFile file-path [file-path] ...
    Context:server config
    Status:Experimental
    Module:mod_file_cache
    +

    MMapFile Directive

    Description:
    Syntax:MMapFile file-path [file-path] ...
    Context:server config
    Status:Experimental
    Module:mod_file_cache

    The MMapFile directive maps one or more files (given as whitespace separated arguments) into memory at server startup time. They are automatically unmapped on a server diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 3c39863e55..8e1d862942 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -93,8 +93,8 @@ RequestHeader append MirrorID "mirror 12"
    -


    Header Directive

    Description: Configure HTTP response headers
    Syntax:Header set|append|add|unset|echo header -[value]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_headers
    +

    Header Directive

    Description: Configure HTTP response headers
    Syntax:Header set|append|add|unset|echo header +[value]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_headers

    This directive can replace, merge or remove HTTP response headers. The header is modified just after the content handler and output filters are run, allowing outgoing headers to be @@ -172,8 +172,8 @@ variable FOOBAR. is sent to the network. These means that it is possible to set and/or override most headers, except for those headers added by the header filter.

    -

    RequestHeader Directive

    Description: Configure HTTP request headers
    Syntax:RequestHeader set|append|add|unset header -[value]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_headers
    +

    RequestHeader Directive

    Description: Configure HTTP request headers
    Syntax:RequestHeader set|append|add|unset header +[value]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_headers

    This directive can replace, merge or remove HTTP request headers. The header is modified just before the content handler is run, allowing incoming headers to be modified. The action it diff --git a/docs/manual/mod/mod_imap.html.en b/docs/manual/mod/mod_imap.html.en index ffc82fd08d..9718a03623 100644 --- a/docs/manual/mod/mod_imap.html.en +++ b/docs/manual/mod/mod_imap.html.en @@ -220,14 +220,14 @@ <IMG ISMAP SRC="/images/imagemap1.gif">
    </A> -


    ImapBase Directive

    Description: Default base for imagemap files
    Syntax:ImapBase map|referer|URL
    Default:ImapBase http://servername/
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_imap
    +

    ImapBase Directive

    Description: Default base for imagemap files
    Syntax:ImapBase map|referer|URL
    Default:ImapBase http://servername/
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_imap

    The ImapBase directive sets the default base used in the imagemap files. Its value is overridden by a base directive within the imagemap file. If not present, the base defaults to http://servername/.

    -

    ImapDefault Directive

    Description: Default action when an imagemap is called with coordinates -that are not explicitly mapped
    Syntax:ImapDefault error|nocontent|map|referer|URL
    Default:ImapDefault nocontent
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_imap
    +

    ImapDefault Directive

    Description: Default action when an imagemap is called with coordinates +that are not explicitly mapped
    Syntax:ImapDefault error|nocontent|map|referer|URL
    Default:ImapDefault nocontent
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_imap

    The ImapDefault directive sets the default default used in the imagemap files. Its value is overridden by a default directive within the @@ -235,9 +235,9 @@ that are not explicitly mappedImapMenu Directive
    Description: Action if no coordinates are given when calling -an imagemap
    Syntax:ImapMenu - none|formatted|semiformatted|unformatted
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_imap
    +


    ImapMenu Directive

    Description: Action if no coordinates are given when calling +an imagemap
    Syntax:ImapMenu + none|formatted|semiformatted|unformatted
    Context:server config, virtual host, directory, .htaccess
    Override:Indexes
    Status:Base
    Module:mod_imap

    The ImapMenu directive determines the action taken if an imagemap file is called without valid coordinates.

    diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index a1578492cb..8fe5a2f983 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -523,13 +523,13 @@ default. You can use the AcceptPathInfo directive to configure the server to accept requests with PATH_INFO.

    -

    SSIEndTag Directive

    Description: String that ends an include element
    Syntax:SSIEndTag tag
    Default:SSIEndTag "-->"
    Context:server config, virtual host
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later. +

    SSIEndTag Directive

    Description: String that ends an include element
    Syntax:SSIEndTag tag
    Default:SSIEndTag "-->"
    Context:server config, virtual host
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later.

    This directive changes the string that mod_include looks for to mark the end of an include element.

    -

    See also


    SSIErrorMsg Directive

    Description: Error message displayed when there is an SSI error
    Syntax:SSIErrorMsg message
    Default:SSIErrorMsg -"[an error occurred while processing this directive]"
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later.
    +

    See also


    SSIErrorMsg Directive

    Description: Error message displayed when there is an SSI error
    Syntax:SSIErrorMsg message
    Default:SSIErrorMsg +"[an error occurred while processing this directive]"
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later.

    The SSIErrorMsg directive changes the error message displayed when mod_include encounters an error. For production servers you may consider changing the default error message to @@ -539,8 +539,8 @@

    This directive has the same effect as the <!--#config errmsg=message --> element.

    -

    SSIStartTag Directive

    Description: String that starts an include element
    Syntax:Changes the string that mod_include looks for to start an -include element
    Default:SSIStartTag "<!--"
    Context:server config, virtual host
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later.
    +

    SSIStartTag Directive

    Description: String that starts an include element
    Syntax:Changes the string that mod_include looks for to start an +include element
    Default:SSIStartTag "<!--"
    Context:server config, virtual host
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later.

    This directive changes the string that mod_include looks for to mark an include element to process.

    @@ -549,21 +549,21 @@ include element
    SSIEndTag

    SSITimeFormat Directive

    Description: Configures the format in which date strings are -displayed
    Syntax:SSITimeFormat formatstring
    Default:SSITimeFormat "%A, %d-%b-%Y %H:%M:%S %Z"
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later.
    +

    See also


    SSITimeFormat Directive

    Description: Configures the format in which date strings are +displayed
    Syntax:SSITimeFormat formatstring
    Default:SSITimeFormat "%A, %d-%b-%Y %H:%M:%S %Z"
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.30 and later.

    This directive changes the format in which date strings are displayed when echoing DATE environment variables. The formatstring is as in strftime(3) from the C standard library.

    This directive has the same effect as the <!--#config timefmt=formatstring --> element.

    -

    SSIUndefinedEcho Directive

    Description: String displayed when -an unset variable is echoed
    Syntax:SSIUndefinedEcho tag
    Default:SSIUndefinedEcho "<!-- undef -->"
    Context:server config, virtual host
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.34 and later. +

    SSIUndefinedEcho Directive

    Description: String displayed when +an unset variable is echoed
    Syntax:SSIUndefinedEcho tag
    Default:SSIUndefinedEcho "<!-- undef -->"
    Context:server config, virtual host
    Status:Base
    Module:mod_include
    Compatibility:Available in version 2.0.34 and later.

    This directive changes the string that mod_include displays when a variable is not set and "echoed".

    -

    XBitHack Directive

    Description: Parse SSI directives in files with the execute -bit set
    Syntax:XBitHack on|off|full
    Default:XBitHack off
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Base
    Module:mod_include
    +

    XBitHack Directive

    Description: Parse SSI directives in files with the execute +bit set
    Syntax:XBitHack on|off|full
    Default:XBitHack off
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Base
    Module:mod_include

    The XBitHack directives controls the parsing of ordinary html documents. This directive only affects files associated with the MIME type text/html. XBitHack can take on diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index fb50fd7677..7f4ce54e92 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -41,9 +41,9 @@ SetHandler server-info
    .htaccess). This may have security-related ramifications for your site.

    -

    Directives


    AddModuleInfo Directive

    Description: Allows additional information to be added to the module -information displayed by the server-info handler
    Syntax:AddModuleInfo module-name string
    Context:server config, virtual -host
    Status:Extension
    Module:mod_info
    Compatibility:Apache 1.3 and above
    +

    Directives


    AddModuleInfo Directive

    Description: Allows additional information to be added to the module +information displayed by the server-info handler
    Syntax:AddModuleInfo module-name string
    Context:server config, virtual +host
    Status:Extension
    Module:mod_info
    Compatibility:Apache 1.3 and above

    This allows the content of string to be shown as HTML interpreted, Additional Information for the module module-name. Example:

    diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index ed265912b3..ff116b0e47 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -174,29 +174,29 @@ following line:

    semantics. Apache also supports preloading ISAPI .dlls for performance, neither of which were not available under Apache 1.3 mod_isapi.

    -

    ISAPIAppendLogToErrors Directive

    Description: Record HSE_APPEND_LOG_PARAMETER requests from ISAPI -extensions to the error log
    Syntax:ISAPIAppendLogToErrors on|off
    Default:ISAPIAppendLogToErrors off
    Context:server config
    Status:Base
    Module:mod_isapi
    +

    ISAPIAppendLogToErrors Directive

    Description: Record HSE_APPEND_LOG_PARAMETER requests from ISAPI +extensions to the error log
    Syntax:ISAPIAppendLogToErrors on|off
    Default:ISAPIAppendLogToErrors off
    Context:server config
    Status:Base
    Module:mod_isapi

    Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the server error log.

    -

    ISAPIAppendLogToQuery Directive

    Description: Record HSE_APPEND_LOG_PARAMETER requests from ISAPI -extensions to the query field
    Syntax:ISAPIAppendLogToQuery on|off
    Default:ISAPIAppendLogToQuery off
    Context:server config
    Status:Base
    Module:mod_isapi
    +

    ISAPIAppendLogToQuery Directive

    Description: Record HSE_APPEND_LOG_PARAMETER requests from ISAPI +extensions to the query field
    Syntax:ISAPIAppendLogToQuery on|off
    Default:ISAPIAppendLogToQuery off
    Context:server config
    Status:Base
    Module:mod_isapi

    Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field (appended to the CustomLog %q component).

    -

    ISAPIFileChache Directive

    Description: ISAPI .dll files to be loaded at startup
    Syntax:ISAPIFileCache file-path [file-path] ...
    Context:server config
    Status:Base
    Module:mod_isapi
    +

    ISAPIFileChache Directive

    Description: ISAPI .dll files to be loaded at startup
    Syntax:ISAPIFileCache file-path [file-path] ...
    Context:server config
    Status:Base
    Module:mod_isapi

    Specifies a space-separated list of file names to be loaded when the Apache server is launched, and remain loaded until the server is shut down. This directive may be repeated for every ISAPI .dll file desired. The full path name of each file should be specified.

    -

    ISAPILogNotSupported Directive

    Description: Log unsupported feature requests from ISAPI -extensions
    Syntax:ISAPILogNotSupported on|off
    Default:ISAPILogNotSupported on
    Context:server config
    Status:Base
    Module:mod_isapi
    +

    ISAPILogNotSupported Directive

    Description: Log unsupported feature requests from ISAPI +extensions
    Syntax:ISAPILogNotSupported on|off
    Default:ISAPILogNotSupported on
    Context:server config
    Status:Base
    Module:mod_isapi

    Logs all requests for unsupported features from ISAPI extensions in the server error log. While this should be turned off once all desired ISAPI modules are functioning, it defaults to on to help administrators track down problems.

    -

    ISAPIReadAheadBuffer Directive

    Description: Size of the Read Ahead Buffer sent to ISAPI -extensions
    Syntax:ISAPIReadAheadBuffer size
    Default:ISAPIReadAheadBuffer 49152
    Context:server config
    Status:Base
    Module:mod_isapi
    +

    ISAPIReadAheadBuffer Directive

    Description: Size of the Read Ahead Buffer sent to ISAPI +extensions
    Syntax:ISAPIReadAheadBuffer size
    Default:ISAPIReadAheadBuffer 49152
    Context:server config
    Status:Base
    Module:mod_isapi

    Defines the maximum size of the Read Ahead Buffer sent to ISAPI extensions when they are initially invoked. All remaining data must be retrieved using the ReadClient callback; some diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 0ff3a63292..9618c94af9 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -190,18 +190,18 @@ this conflicted with the historical ssl %...{var}c syntax.)

    -

    CookieLog Directive

    Description: Sets filename for the logging of cookies
    Syntax:CookieLog filename
    Context:server config, virtual -host
    Status:Base
    Module:mod_log_config
    Compatibility:Only available in Apache 1.2 and above
    +

    CookieLog Directive

    Description: Sets filename for the logging of cookies
    Syntax:CookieLog filename
    Context:server config, virtual +host
    Status:Base
    Module:mod_log_config
    Compatibility:Only available in Apache 1.2 and above

    The CookieLog directive sets the filename for logging of cookies. The filename is relative to the serverroot. This directive is included only for compatibility with mod_cookies, and is deprecated.

    -

    CustomLog Directive

    CustomLog nongif-requests.log common env=!gif-image
    Description: Sets filename and format of log file
    Syntax:CustomLog +

    CustomLog Directive

    Description: Sets filename and format of log file
    Syntax:CustomLog file|pipe format|nickname - [env=[!]environment-variable]
    Context:server config, virtual -host
    Status:Base
    Module:mod_log_config
    Compatibility:Nickname only available in Apache 1.3 or later. + [env=[!]environment-variable]
    Context:server config, virtual +host
    Status:Base
    Module:mod_log_config
    Compatibility:Nickname only available in Apache 1.3 or later. Conditional logging available in 1.3.5 or later.

    The CustomLog directive is used to log requests to the server. A log format is specified, and the @@ -265,9 +265,9 @@ Conditional logging available in 1.3.5 or later.

    -

    LogFormat Directive

    Description: Describes a format for use in a log file
    Syntax:LogFormat - format|nickname [nickname]
    Context:server config, virtual -host
    Status:Base
    Module:mod_log_config
    Compatibility:Nickname only available in Apache 1.3 or later. +

    LogFormat Directive

    Description: Describes a format for use in a log file
    Syntax:LogFormat + format|nickname [nickname]
    Context:server config, virtual +host
    Status:Base
    Module:mod_log_config
    Compatibility:Nickname only available in Apache 1.3 or later.

    This directive specifies the format of the access log file.

    @@ -301,8 +301,8 @@ host
    Status:<
    LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
    -

    TransferLog Directive

    Description: Specifly location of a log file
    Syntax:TransferLog file|pipe
    Context:server config, virtual -host
    Status:Base
    Module:mod_log_config
    Compatibility:
    +

    TransferLog Directive

    Description: Specifly location of a log file
    Syntax:TransferLog file|pipe
    Context:server config, virtual +host
    Status:Base
    Module:mod_log_config
    Compatibility:

    This directive has exactly the same arguments and effect as the CustomLog directive, with the diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 1a23c8dcf4..4de192309c 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -158,9 +158,9 @@ Content-Type: text/plain; charset=ISO-8859-2 for the language. The charset is the name of the particular character set which should be used.

    -

    AddCharset Directive

    Description: Maps the given filename extensions - to the specified content charset
    Syntax:AddCharset charset extension -[extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:AddCharset is only available in Apache +

    AddCharset Directive

    Description: Maps the given filename extensions + to the specified content charset
    Syntax:AddCharset charset extension +[extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:AddCharset is only available in Apache 1.3.10 and later

    The AddCharset directive maps the given filename extensions @@ -189,9 +189,9 @@ Content-Type: text/plain; charset=ISO-8859-2

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    See also


    AddEncoding Directive

    Description: Maps the given filename extensions - to the specified encoding type
    Syntax:AddEncoding - MIME-enc extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    +

    See also


    AddEncoding Directive

    Description: Maps the given filename extensions + to the specified encoding type
    Syntax:AddEncoding + MIME-enc extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime

    The AddEncoding directive maps the given filename extensions to the specified encoding type. MIME-enc is the MIME @@ -228,9 +228,9 @@ Content-Type: text/plain; charset=ISO-8859-2

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    AddHandler Directive

    Description: Maps the filename extensions -to the specified handler
    Syntax:AddHandler - handler-name extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:
    +

    AddHandler Directive

    Description: Maps the filename extensions +to the specified handler
    Syntax:AddHandler + handler-name extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:

    Files having the named extension will be served by the specified handler-name. This mapping is added to any already in force, overriding any mappings that already @@ -249,11 +249,11 @@ use:

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    See also


    AddInputFilter Directive

    Description: Maps filename extensions +

    See also


    AddInputFilter Directive

    Description: Maps filename extensions to the filters that will process - client requests
    Syntax:AddInputFilter + client requests
    Syntax:AddInputFilter filter[;filter...] extension - [extension ...]
    Context:server config, virtual host, directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:AddInputFilter + [extension ...]
    Context:server config, virtual host, directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:AddInputFilter is only available in Apache 2.0.26 and later.

    AddInputFilter maps the filename extensions extension @@ -270,9 +270,9 @@ use:

    case-insensitive, and the extension may be specified with or without a leading dot.

    -

    AddLanguage Directive

    Description: Maps the given filename extension -to the specified content language
    Syntax:AddLanguage - MIME-lang extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    +

    AddLanguage Directive

    Description: Maps the given filename extension +to the specified content language
    Syntax:AddLanguage + MIME-lang extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime

    The AddLanguage directive maps the given filename extension to the specified content language. MIME-lang is the @@ -313,11 +313,11 @@ to the specified content language

    mod_negotiation

    AddOutputFilter Directive

    Description: maps the filename +

    See also


    AddOutputFilter Directive

    Description: maps the filename extensions to the filters that will process -responses from the server
    Syntax:AddOutputFilter +responses from the server
    Syntax:AddOutputFilter filter[;filter...] extension - [extension ...]
    Context:server config, virtual host, directory, .htaccess
    Override:
    Status:Base
    Module:mod_mime
    Compatibility:AddOutputFilter + [extension ...]
    Context:server config, virtual host, directory, .htaccess
    Override:
    Status:Base
    Module:mod_mime
    Compatibility:AddOutputFilter is only available in Apache 2.0.26 and later.

    The AddOutputFilter directive maps the @@ -344,9 +344,9 @@ responses from the server

    -

    AddType Directive

    Description: Maps the given filename extensions -onto the specified content type
    Syntax:AddType MIME-type - extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    +

    AddType Directive

    Description: Maps the given filename extensions +onto the specified content type
    Syntax:AddType MIME-type + extension [extension] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime

    The AddType directive maps the given filename extensions onto the specified content type. MIME-type is the MIME type to @@ -370,9 +370,9 @@ onto the specified content type

    DefaultType
  • ForceType

  • DefaultLanguage Directive

    Description: Sets all files in the given scope to the -specified language
    Syntax:DefaultLanguage - MIME-lang
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:DefaultLanguage +

    See also


    DefaultLanguage Directive

    Description: Sets all files in the given scope to the +specified language
    Syntax:DefaultLanguage + MIME-lang
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:DefaultLanguage is only available in Apache 1.3.4 and later.

    The DefaultLanguage directive tells Apache that all files in @@ -396,9 +396,9 @@ specified language

    mod_negotiation

    MultiviewsMatch Directive

    Description: The types of files that will be included when -searching for a matching file with MultiViews
    Syntax:MultiviewsMatch - [NegotiatedOnly] [Handlers] [Filters] [Any]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:Available +

    See also


    MultiviewsMatch Directive

    Description: The types of files that will be included when +searching for a matching file with MultiViews
    Syntax:MultiviewsMatch + [NegotiatedOnly] [Handlers] [Filters] [Any]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_mime
    Compatibility:Available in Apache 2.0.26 and later.

    MultiviewsMatch permits three different behaviors for @@ -433,9 +433,9 @@ searching for a matching file with MultiViews

    Options

    RemoveCharset Directive

    Description: Removes any character set associations for a set of file -extensions
    Syntax:RemoveCharset - extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveCharset is +

    See also


    RemoveCharset Directive

    Description: Removes any character set associations for a set of file +extensions
    Syntax:RemoveCharset + extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveCharset is only available in Apache 2.0.24 and later.

    The RemoveCharset directive removes any character set associations for files with the given extensions. @@ -450,9 +450,9 @@ extensions

    Sy RemoveCharset .html .shtml
    -

    RemoveEncoding Directive

    Description: Removes any content encoding associations for a set of file -extensions
    Syntax:RemoveEncoding - extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveEncoding +

    RemoveEncoding Directive

    Description: Removes any content encoding associations for a set of file +extensions
    Syntax:RemoveEncoding + extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveEncoding is only available in Apache 1.3.13 and later.

    The RemoveEncoding directive removes any @@ -485,9 +485,9 @@ extensions

    Sy

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    RemoveHandler Directive

    Description: Removes any handler associations for a set of file -extensions
    Syntax:RemoveHandler - extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveHandler is +

    RemoveHandler Directive

    Description: Removes any handler associations for a set of file +extensions
    Syntax:RemoveHandler + extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveHandler is only available in Apache 1.3.4 and later.

    The RemoveHandler directive removes any handler @@ -515,9 +515,9 @@ extensions

    Sy

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    RemoveInputFilter Directive

    Description: Removes any input filter associations for a set of file -extensions
    Syntax:RemoveInputFilter - extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveInputFilter is only available in Apache +

    RemoveInputFilter Directive

    Description: Removes any input filter associations for a set of file +extensions
    Syntax:RemoveInputFilter + extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveInputFilter is only available in Apache 2.0.26 and later.

    The RemoveInputFilter directive removes any @@ -529,9 +529,9 @@ extensions

    Sy

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    RemoveLanguage Directive

    Description: Removes any language associations for a set of file -extensions
    Syntax:RemoveLanguage - extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveLanguage +

    RemoveLanguage Directive

    Description: Removes any language associations for a set of file +extensions
    Syntax:RemoveLanguage + extension [extension] ...
    Context:directory, .htaccess
    Status:Base
    Module:mod_mime
    Compatibility:RemoveLanguage is only available in Apache 2.0.24 and later.

    The RemoveLanguage directive removes any @@ -542,9 +542,9 @@ extensions

    Sy

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    RemoveOutputFilter Directive

    Description: Removes any output filter associations for a set of file -extensions
    Syntax:RemoveOutputFilter - extension [extension] ...
    Context:directory, .htaccess
    Override:
    Status:Base
    Module:mod_mime
    Compatibility:RemoveOutputFilter is only available in Apache +

    RemoveOutputFilter Directive

    Description: Removes any output filter associations for a set of file +extensions
    Syntax:RemoveOutputFilter + extension [extension] ...
    Context:directory, .htaccess
    Override:
    Status:Base
    Module:mod_mime
    Compatibility:RemoveOutputFilter is only available in Apache 2.0.26 and later.

    The RemoveOutputFilter directive removes any @@ -555,9 +555,9 @@ extensions

    Sy

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    RemoveType Directive

    Description: Removes any content type associations for a set of file -extensions
    Syntax:RemoveType - extension [extension] ...
    Context:directory, .htaccess
    Override:
    Status:Base
    Module:mod_mime
    Compatibility:RemoveType is +

    RemoveType Directive

    Description: Removes any content type associations for a set of file +extensions
    Syntax:RemoveType + extension [extension] ...
    Context:directory, .htaccess
    Override:
    Status:Base
    Module:mod_mime
    Compatibility:RemoveType is only available in Apache 1.3.13 and later.

    The RemoveType directive removes any MIME type associations for files with the given extensions. This allows @@ -585,7 +585,7 @@ extensions

    Sy

    The extension argument is case-insensitive, and can be specified with or without a leading dot.

    -

    TypesConfig Directive

    Description: The location of the mime.types file
    Syntax:TypesConfig file-path
    Default:TypesConfig conf/mime.types
    Context:server config
    Status:Base
    Module:mod_mime
    +

    TypesConfig Directive

    Description: The location of the mime.types file
    Syntax:TypesConfig file-path
    Default:TypesConfig conf/mime.types
    Context:server config
    Status:Base
    Module:mod_mime

    The TypesConfig directive sets the location of the MIME types configuration file. Filename is relative to the ServerRoot. This file sets the diff --git a/docs/manual/mod/mod_mime_magic.html.en b/docs/manual/mod/mod_mime_magic.html.en index bf3896c5d6..1707df1f9b 100644 --- a/docs/manual/mod/mod_mime_magic.html.en +++ b/docs/manual/mod/mod_mime_magic.html.en @@ -267,8 +267,8 @@ * */ -


    MimeMagicFile Directive

    Description: Enable MIME-type determination based on file contents -using the specified magic file
    Syntax:MimeMagicFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_mime_magic
    +

    MimeMagicFile Directive

    Description: Enable MIME-type determination based on file contents +using the specified magic file
    Syntax:MimeMagicFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_mime_magic

    The MimeMagicFile directive can be used to enable this module, the default file is distributed at conf/magic. Non-rooted paths are relative to the diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index c8ec43fe48..2439fa4f1d 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -101,8 +101,8 @@ content-encodings it would have if the client had asked for one of them by name. It then chooses the best match to the client's requirements, and returns that document.

    -

    CacheNegotiatedDocs Directive

    Description: Allows content-negotiated documents to be -cached by proxy servers
    Syntax:CacheNegotiatedDocs on|off
    Default:CacheNegotiatedDocs off
    Context:server config
    Status:Base
    Module:mod_negotiation
    Compatibility:The syntax changed in version 2.0.
    +

    CacheNegotiatedDocs Directive

    Description: Allows content-negotiated documents to be +cached by proxy servers
    Syntax:CacheNegotiatedDocs on|off
    Default:CacheNegotiatedDocs off
    Context:server config
    Status:Base
    Module:mod_negotiation
    Compatibility:The syntax changed in version 2.0.

    If set, this directive allows content-negotiated documents to be cached by proxy servers. This could mean that clients behind those proxys could retrieve versions of the documents @@ -118,8 +118,8 @@ cached by proxy servers

    CacheNegotiatedDocs did not take an argument; it was turned on by the presence of the directive by itself.

    -

    ForceLanguagePriority Directive

    Description: Action to take if a single acceptable document is not -found
    Syntax:ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]
    Default:ForceLanguagePriority None
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_negotiation
    Compatibility:Available in version 2.0.30 and later
    +

    ForceLanguagePriority Directive

    Description: Action to take if a single acceptable document is not +found
    Syntax:ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]
    Default:ForceLanguagePriority None
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_negotiation
    Compatibility:Available in version 2.0.30 and later

    The ForceLanguagePriority directive uses the given LanguagePriority to satisfy negotation where the server could otherwise not return a single @@ -156,8 +156,8 @@ found

    Syntax: that one variant is acceptable, or first available document will be served if none of the variants matched the client's acceptable list of languages.

    -

    LanguagePriority Directive

    Description: The precendence of language variants for cases where -the client does not express a preference
    Syntax:LanguagePriority MIME-lang [MIME-lang] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_negotiation
    +

    LanguagePriority Directive

    Description: The precendence of language variants for cases where +the client does not express a preference
    Syntax:LanguagePriority MIME-lang [MIME-lang] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_negotiation

    The LanguagePriority sets the precedence of language variants for the case where the client does not express a preference, when handling a MultiViews request. The list diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 22e4932d76..85bffaf1bf 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -254,7 +254,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/ practical solutions for URL-based problems. There you can find real-life rulesets and additional information about mod_rewrite.

    -

    RewriteBase Directive

    Description: Sets the base URL for per-directory rewrites
    Syntax:RewriteBase URL-path
    Default:See usage for information.
    Context:directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite
    +

    RewriteBase Directive

    Description: Sets the base URL for per-directory rewrites
    Syntax:RewriteBase URL-path
    Default:See usage for information.
    Context:directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite

    The RewriteBase directive explicitly sets the base URL for per-directory rewrites. As you will see below, RewriteRule @@ -335,9 +335,9 @@ Result: implementation is correct.

    -

    RewriteCond Directive

    Description: Defines a condition under which rewriting will take place -
    Syntax: RewriteCond - TestString CondPattern
    Default:None
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite
    +

    RewriteCond Directive

    Description: Defines a condition under which rewriting will take place +
    Syntax: RewriteCond + TestString CondPattern
    Default:None
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite

    The RewriteCond directive defines a rule condition. Precede a RewriteRule directive with one or more RewriteCond directives. The following @@ -730,7 +730,7 @@ RewriteRule ^/$ /homepage.std.html [L] tables, etc. If you use any other browser you get the standard homepage.

    -

    RewriteEngine Directive

    Description: Enables or disables runtime rewriting engine
    Syntax:RewriteEngine on|off
    Default:RewriteEngine off
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite
    +

    RewriteEngine Directive

    Description: Enables or disables runtime rewriting engine
    Syntax:RewriteEngine on|off
    Default:RewriteEngine off
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite

    The RewriteEngine directive enables or disables the runtime rewriting engine. If it is set to @@ -745,16 +745,16 @@ RewriteRule ^/$ /homepage.std.html [L] inherited. This means that you need to have a RewriteEngine on directive for each virtual host in which you wish to use it.

    -

    RewriteLock Directive

    Description: Sets the name of the lock file used for RewriteMap -synchronization
    Syntax:RewriteLock file-path
    Default:None
    Context:server config
    Status:Extension
    Module:mod_rewrite
    +

    RewriteLock Directive

    Description: Sets the name of the lock file used for RewriteMap +synchronization
    Syntax:RewriteLock file-path
    Default:None
    Context:server config
    Status:Extension
    Module:mod_rewrite

    This directive sets the filename for a synchronization lockfile which mod_rewrite needs to communicate with RewriteMap programs. Set this lockfile to a local path (not on a NFS-mounted device) when you want to use a rewriting map-program. It is not required for other types of rewriting maps.

    -

    RewriteLog Directive

    Description: Sets the name of the file used for logging rewrite engine -processing
    Syntax:RewriteLog file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_rewrite
    +

    RewriteLog Directive

    Description: Sets the name of the file used for logging rewrite engine +processing
    Syntax:RewriteLog file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_rewrite

    The RewriteLog directive sets the name of the file to which the server logs any rewriting actions it performs. If the name does not begin with a slash @@ -785,8 +785,8 @@ the user that starts the server. RewriteLog "/usr/local/var/apache/logs/rewrite.log"

    -

    RewriteLogLevel Directive

    Description: Sets the verbosity of the log file used by the rewrite -engine
    Syntax:RewriteLogLevel Level
    Default:RerwiteLogLevel 0
    Context:server config, virtual host
    Status:Extension
    Module:mod_rewrite
    +

    RewriteLogLevel Directive

    Description: Sets the verbosity of the log file used by the rewrite +engine
    Syntax:RewriteLogLevel Level
    Default:RerwiteLogLevel 0
    Context:server config, virtual host
    Status:Extension
    Module:mod_rewrite

    The RewriteLogLevel directive sets the verbosity level of the rewriting logfile. The default level 0 means no logging, while 9 or more means that practically all @@ -806,8 +806,8 @@ engine

    Syntax RewriteLogLevel 3
    -

    RewriteMap Directive

    Description: Defines a mapping function for key-lookup
    Syntax:RewriteMap MapName MapType:MapSource -
    Default:None
    Context:server config, virtual host
    Status:Extension
    Module:mod_rewrite
    +

    RewriteMap Directive

    Description: Defines a mapping function for key-lookup
    Syntax:RewriteMap MapName MapType:MapSource +
    Default:None
    Context:server config, virtual host
    Status:Extension
    Module:mod_rewrite

    The RewriteMap directive defines a Rewriting Map which can be used inside rule substitution strings by the mapping-functions to @@ -1039,7 +1039,7 @@ request. This is no problem, because the external lookup only happens once!

    -

    RewriteOptions Directive

    Description: Sets some special options for the rewrite engine
    Syntax:RewriteOptions Options
    Default:None
    Context:server config, virtual host, directory, .htaccess
    Status:Extension
    Module:mod_rewrite
    +

    RewriteOptions Directive

    Description: Sets some special options for the rewrite engine
    Syntax:RewriteOptions Options
    Default:None
    Context:server config, virtual host, directory, .htaccess
    Status:Extension
    Module:mod_rewrite

    The RewriteOptions directive sets some special options for the current per-server or per-directory @@ -1055,8 +1055,8 @@ once! that conditions and rules of the parent directory's .htaccess configuration are inherited. -


    RewriteRule Directive

    Description: Defines rules for the rewriting engine
    Syntax:RewriteRule - Pattern Substitution
    Default:None
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite
    +

    RewriteRule Directive

    Description: Defines rules for the rewriting engine
    Syntax:RewriteRule + Pattern Substitution
    Default:None
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_rewrite

    The RewriteRule directive is the real rewriting workhorse. The directive can occur more than once. Each directive then defines one single rewriting rule. The diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 4337889606..6bb02defeb 100644 --- a/docs/manual/mod/mod_setenvif.html.en +++ b/docs/manual/mod/mod_setenvif.html.en @@ -20,9 +20,9 @@ on characteristics of the request

    BrowserMatch
  • BrowserMatchNoCase
  • SetEnvIf
  • SetEnvIfNoCase
  • See also


    BrowserMatch Directive

    Description: Sets environment variables conditional on HTTP User-Agent -
    Syntax:BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif
    +

    Directives

    See also


    BrowserMatch Directive

    Description: Sets environment variables conditional on HTTP User-Agent +
    Syntax:BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif

    The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the @@ -39,9 +39,9 @@ on characteristics of the request

    BrowserMatch MSIE !javascript
    -

    BrowserMatchNoCase Directive

    Description: Sets environment variables conditional on User-Agent without -respect to case
    Syntax:BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif
    Compatibility:Apache 1.2 and +

    BrowserMatchNoCase Directive

    Description: Sets environment variables conditional on User-Agent without +respect to case
    Syntax:BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif
    Compatibility:Apache 1.2 and above (in Apache 1.2 this directive was found in the now-obsolete mod_browser module)
    @@ -62,10 +62,10 @@ respect to case
    SetEnvIf Directive
    Description: Sets environment variables based on attributes of the request -
    Syntax:SetEnvIf attribute +

    SetEnvIf Directive

    Description: Sets environment variables based on attributes of the request +
    Syntax:SetEnvIf attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif
    + [[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif

    The SetEnvIf directive defines environment variables based on attributes of the request. The attribute specified in the first argument can be one of three @@ -160,10 +160,10 @@ of

    HAVE_TS if the request contains any headers that begin with "TS" whose values begins with any character in the set [a-z].

    -

    SetEnvIfNoCase Directive

    Description: Sets environment variables based on attributes of the request -without respect to case
    Syntax:SetEnvIfNoCase attribute regex +

    SetEnvIfNoCase Directive

    Description: Sets environment variables based on attributes of the request +without respect to case
    Syntax:SetEnvIfNoCase attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif
    Compatibility:Apache 1.3 and above
    + [[!]env-variable[=value]] ...
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Base
    Module:mod_setenvif
    Compatibility:Apache 1.3 and above

    The SetEnvIfNoCase is semantically identical to the SetEnvIf directive, diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index aa0dbba650..1abb268530 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -89,7 +89,7 @@ modules into the server at start-up or restart time

    LoadModule directive to load it.

    -

    LoadFile Directive

    Description: Link in the named object file or library
    Syntax:LoadFile filename [filename] ...
    Context:server config
    Status:Base (Windows); Optional (Unix)
    Module:mod_so
    +

    LoadFile Directive

    Description: Link in the named object file or library
    Syntax:LoadFile filename [filename] ...
    Context:server config
    Status:Base (Windows); Optional (Unix)
    Module:mod_so

    The LoadFile directive links in the named object files or libraries when the server is started or restarted; this is used @@ -101,8 +101,8 @@ modules into the server at start-up or restart time

    LoadFile libexex/libxmlparse.so
    -

    LoadModule Directive

    Description: Links in the object file or library, and adds to the list -of active modules
    Syntax:LoadModule module filename
    Context:server config
    Status:Base (Windows); Optional (Unix)
    Module:mod_so
    +

    LoadModule Directive

    Description: Links in the object file or library, and adds to the list +of active modules
    Syntax:LoadModule module filename
    Context:server config
    Status:Base (Windows); Optional (Unix)
    Module:mod_so

    The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active modules. Module diff --git a/docs/manual/mod/mod_speling.html.en b/docs/manual/mod/mod_speling.html.en index c7c6c1f9ff..9a93e9af56 100644 --- a/docs/manual/mod/mod_speling.html.en +++ b/docs/manual/mod/mod_speling.html.en @@ -33,8 +33,8 @@ allowing up to one misspelling

    CheckSpelling

    CheckSpelling Directive

    Description: Enables the spelling -module
    Syntax:CheckSpelling on|off
    Default:CheckSpelling Off
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Extension
    Module:mod_speling
    Compatibility:CheckSpelling was available as a separately available +

    Directives


    CheckSpelling Directive

    Description: Enables the spelling +module
    Syntax:CheckSpelling on|off
    Default:CheckSpelling Off
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Extension
    Module:mod_speling
    Compatibility:CheckSpelling was available as a separately available module for Apache 1.1, but was limited to miscapitalizations. As of Apache 1.3, it is part of the Apache distribution. Prior to Apache 1.3.2, the CheckSpelling directive was only available in the diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 3cdad9c98e..6084f3d2de 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -90,8 +90,8 @@ Example:

    CustomLog logs/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    -

    SSLCACertificateFile Directive

    Description: File of concatenated PEM-encoded CA Certificates -for Client Auth
    Syntax:SSLCACertificateFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLCACertificateFile Directive

    Description: File of concatenated PEM-encoded CA Certificates +for Client Auth
    Syntax:SSLCACertificateFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive sets the all-in-one file where you can assemble the Certificates of Certification Authorities (CA) whose clients you deal @@ -102,8 +102,8 @@ preference. This can be used alternatively and/or additionally to

    Example

    SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-client.crt
    -

    SSLCACertificatePath Directive

    Description: Directory of PEM-encoded CA Certificates for -Client Auth
    Syntax:SSLCACertificatePath directory-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLCACertificatePath Directive

    Description: Directory of PEM-encoded CA Certificates for +Client Auth
    Syntax:SSLCACertificatePath directory-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive sets the directory where you keep the Certificates of Certification Authorities (CAs) whose clients you deal with. These are used to @@ -118,8 +118,8 @@ comes with mod_ssl to accomplish this task.

    Example

    SSLCACertificatePath /usr/local/apache/conf/ssl.crt/
    -

    SSLCARevocationFile Directive

    Description: File of concatenated PEM-encoded CA CRLs for -Client Auth
    Syntax:SSLCARevocationFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLCARevocationFile Directive

    Description: File of concatenated PEM-encoded CA CRLs for +Client Auth
    Syntax:SSLCARevocationFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive sets the all-in-one file where you can assemble the Certificate Revocation Lists (CRL) of Certification @@ -130,8 +130,8 @@ used alternatively and/or additionally to

    Example

    SSLCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-client.crl
    -

    SSLCARevocationPath Directive

    Description: Directory of PEM-encoded CA CRLs for -Client Auth
    Syntax:SSLCARevocationPath directory-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLCARevocationPath Directive

    Description: Directory of PEM-encoded CA CRLs for +Client Auth
    Syntax:SSLCARevocationPath directory-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive sets the directory where you keep the Certificate Revocation Lists (CRL) of Certification Authorities (CAs) whose clients you deal with. @@ -146,7 +146,7 @@ comes with mod_ssl to accomplish this ta

    Example

    SSLCARevocationPath /usr/local/apache/conf/ssl.crl/
    -

    SSLCertificateChainFile Directive

    Description: File of PEM-encoded Server CA Certificates
    Syntax:SSLCertificateChainFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLCertificateChainFile Directive

    Description: File of PEM-encoded Server CA Certificates
    Syntax:SSLCertificateChainFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the @@ -173,7 +173,7 @@ confused in this situation.

    Example

    SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt
    -

    SSLCertificateFile Directive

    Description: Server PEM-encoded X.509 Certificate file
    Syntax:SSLCertificateFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLCertificateFile Directive

    Description: Server PEM-encoded X.509 Certificate file
    Syntax:SSLCertificateFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive points to the PEM-encoded Certificate file for the server and optionally also to the corresponding RSA or DSA Private Key file for it @@ -184,7 +184,7 @@ server certificate is used in parallel.

    Example

    SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
    -

    SSLCertificateKeyFile Directive

    Description: Server PEM-encoded Private Key file
    Syntax:SSLCertificateKeyFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLCertificateKeyFile Directive

    Description: Server PEM-encoded Private Key file
    Syntax:SSLCertificateKeyFile file-path
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive points to the PEM-encoded Private Key file for the server. If the Private Key is not combined with the Certificate in the @@ -201,8 +201,8 @@ private key is used in parallel.

    Example

    SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
    -

    SSLCipherSuite Directive

    Description: Cipher Suite available for negotiation in SSL -handshake
    Syntax:SSLCipherSuite cipher-spec
    Default:SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
    Context:server config, virtual host, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl
    +

    SSLCipherSuite Directive

    Description: Cipher Suite available for negotiation in SSL +handshake
    Syntax:SSLCipherSuite cipher-spec
    Default:SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
    Context:server config, virtual host, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl

    This complex directive uses a colon-separated cipher-spec string consisting of OpenSSL cipher specifications to configure the Cipher Suite the @@ -363,7 +363,7 @@ SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW

    -

    SSLEngine Directive

    Description: SSL Engine Operation Switch
    Syntax:SSLEngine on|off
    Default:SSLEngine off
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLEngine Directive

    Description: SSL Engine Operation Switch
    Syntax:SSLEngine on|off
    Default:SSLEngine off
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive toggles the usage of the SSL/TLS Protocol Engine. This is usually used inside a <VirtualHost> section to enable SSL/TLS for a @@ -375,8 +375,8 @@ SSLEngine on
    ...
    </VirtualHost>

    -

    SSLMutex Directive

    Description: Semaphore for internal mutual exclusion of -operations
    Syntax:SSLMutex type
    Default:SSLMutex none
    Context:server config
    Status:Extension
    Module:mod_ssl
    +

    SSLMutex Directive

    Description: Semaphore for internal mutual exclusion of +operations
    Syntax:SSLMutex type
    Default:SSLMutex none
    Context:server config
    Status:Extension
    Module:mod_ssl

    This configures the SSL engine's semaphore (aka. lock) which is used for mutual exclusion of operations which have to be done in a synchronized way between the @@ -413,7 +413,7 @@ The following Mutex types are available:

    Example

    SSLMutex file:/usr/local/apache/logs/ssl_mutex
    -

    SSLOptions Directive

    Description: Configure various SSL engine run-time options
    Syntax:SSLOptions [+|-]option ...
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Extension
    Module:mod_ssl
    +

    SSLOptions Directive

    Description: Configure various SSL engine run-time options
    Syntax:SSLOptions [+|-]option ...
    Context:server config, virtual host, directory, .htaccess
    Override:Options
    Status:Extension
    Module:mod_ssl

    This directive can be used to control various run-time options on a per-directory basis. Normally, if multiple SSLOptions @@ -501,8 +501,8 @@ SSLOptions +FakeBasicAuth -StrictRequire
    SSLOptions +StdEnvVars +CompatEnvVars -ExportCertData
    <Files>

    -

    SSLPassPhraseDialog Directive

    Description: Type of pass phrase dialog for encrypted private -keys
    Syntax:SSLPassPhraseDialog type
    Default:SSLPassPhraseDialog builtin
    Context:server config
    Status:Extension
    Module:mod_ssl
    +

    SSLPassPhraseDialog Directive

    Description: Type of pass phrase dialog for encrypted private +keys
    Syntax:SSLPassPhraseDialog type
    Default:SSLPassPhraseDialog builtin
    Context:server config
    Status:Extension
    Module:mod_ssl

    When Apache starts up it has to read the various Certificate (see SSLCertificateFile) and @@ -559,7 +559,7 @@ Example:

    SSLPassPhraseDialog exec:/usr/local/apache/sbin/pp-filter
    -

    SSLProtocol Directive

    Description: Configure usable SSL protocol flavors
    Syntax:SSLProtocol [+|-]protocol ...
    Default:SSLProtocol all
    Context:server config, virtual host
    Override:Options
    Status:Extension
    Module:mod_ssl
    +

    SSLProtocol Directive

    Description: Configure usable SSL protocol flavors
    Syntax:SSLProtocol [+|-]protocol ...
    Default:SSLProtocol all
    Context:server config, virtual host
    Override:Options
    Status:Extension
    Module:mod_ssl

    This directive can be used to control the SSL protocol flavors mod_ssl should use when establishing its server environment. Clients then can only connect @@ -597,9 +597,9 @@ The available (case-insensitive) protocols are:

    # enable SSLv3 and TLSv1, but not SSLv2
    SSLProtocol all -SSLv2
    -

    SSLRandomSeed Directive

    Description: Pseudo Random Number Generator (PRNG) seeding -source
    Syntax:SSLRandomSeed context source -[bytes]
    Context:server config
    Status:Extension
    Module:mod_ssl
    +

    SSLRandomSeed Directive

    Description: Pseudo Random Number Generator (PRNG) seeding +source
    Syntax:SSLRandomSeed context source +[bytes]
    Context:server config
    Status:Extension
    Module:mod_ssl

    This configures one or more sources for seeding the Pseudo Random Number Generator (PRNG) in OpenSSL at startup time (context is @@ -682,8 +682,8 @@ SSLRandomSeed connect builtin
    SSLRandomSeed connect file:/dev/random
    SSLRandomSeed connect file:/dev/urandom 1024

    -

    SSLRequire Directive

    Description: Allow access only when an arbitrarily complex -boolean expression is true
    Syntax:SSLRequire expression
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl
    +

    SSLRequire Directive

    Description: Allow access only when an arbitrarily complex +boolean expression is true
    Syntax:SSLRequire expression
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl

    This directive specifies a general access requirement which has to be fulfilled in order to allow access. It's a very powerful directive because the @@ -815,8 +815,8 @@ SSL_VERSION_INTERFACE SSL_CLIENT_S_DN_OU SSL_SERVER_S_DN_OU

    -

    SSLRequireSSL Directive

    Description: Deny access when SSL is not used for the -HTTP request
    Syntax:SSLRequireSSL
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl
    +

    SSLRequireSSL Directive

    Description: Deny access when SSL is not used for the +HTTP request
    Syntax:SSLRequireSSL
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl

    This directive forbids access unless HTTP over SSL (i.e. HTTPS) is enabled for the current connection. This is very handy inside the SSL-enabled virtual @@ -826,8 +826,8 @@ are denied which are not using SSL.

    Example

    SSLRequireSSL
    -

    SSLSessionCache Directive

    Description: Type of the global/inter-process SSL Session -Cache
    Syntax:SSLSessionCache type
    Default:SSLSessionCache none
    Context:server config
    Status:Extension
    Module:mod_ssl
    +

    SSLSessionCache Directive

    Description: Type of the global/inter-process SSL Session +Cache
    Syntax:SSLSessionCache type
    Default:SSLSessionCache none
    Context:server config
    Status:Extension
    Module:mod_ssl

    This configures the storage type of the global/inter-process SSL Session Cache. This cache is an optional facility which speeds up parallel request @@ -864,8 +864,8 @@ The following two storage types are currently supported:

    SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data
    SSLSessionCache shm:/usr/local/apache/logs/ssl_gcache_data(512000)
    -

    SSLSessionCacheTimeout Directive

    Description: Number of seconds before an SSL session expires -in the Session Cache
    Syntax:SSLSessionCacheTimeout seconds
    Default:SSLSessionCacheTimeout 300
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    +

    SSLSessionCacheTimeout Directive

    Description: Number of seconds before an SSL session expires +in the Session Cache
    Syntax:SSLSessionCacheTimeout seconds
    Default:SSLSessionCacheTimeout 300
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl

    This directive sets the timeout in seconds for the information stored in the global/inter-process SSL Session Cache and the OpenSSL internal memory cache. @@ -874,7 +874,7 @@ values like 300 in real life.

    Example

    SSLSessionCacheTimeout 600
    -

    SSLVerifyClient Directive

    Description: Type of Client Certificate verification
    Syntax:SSLVerifyClient level
    Default:SSLVerifyClient none
    Context:server config, virtual host, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl
    +

    SSLVerifyClient Directive

    Description: Type of Client Certificate verification
    Syntax:SSLVerifyClient level
    Default:SSLVerifyClient none
    Context:server config, virtual host, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl

    This directive sets the Certificate verification level for the Client Authentication. Notice that this directive can be used both in per-server and @@ -904,8 +904,8 @@ authentication (but can be used to establish SSL test pages, etc.)

    Example

    SSLVerifyClient require
    -

    SSLVerifyDepth Directive

    Description: Maximum depth of CA Certificates in Client -Certificate verification
    Syntax:SSLVerifyDepth number
    Default:SSLVerifyDepth 1
    Context:server config, virtual host, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl
    +

    SSLVerifyDepth Directive

    Description: Maximum depth of CA Certificates in Client +Certificate verification
    Syntax:SSLVerifyDepth number
    Default:SSLVerifyDepth 1
    Context:server config, virtual host, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_ssl

    This directive sets how deeply mod_ssl should verify before deciding that the clients don't have a valid certificate. Notice that this directive can be diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index aa7bf37f10..3cbb9c7e44 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -98,9 +98,9 @@ performance

    Stat ramifications for your site.
    -

    ExtendedStatus Directive

    Description: This directive controls whether the server keeps track of +

    ExtendedStatus Directive

    Description: This directive controls whether the server keeps track of extended status information for each request. This is only -useful if the status module is enabled on the server.
    Syntax:ExtendedStatus On|Off
    Default:ExtendedStatus Off
    Context:server config
    Status:Base
    Module:mod_status
    Compatibility:ExtendedStatus is only available in Apache 1.3.2 and +useful if the status module is enabled on the server.
    Syntax:ExtendedStatus On|Off
    Default:ExtendedStatus Off
    Context:server config
    Status:Base
    Module:mod_status
    Compatibility:ExtendedStatus is only available in Apache 1.3.2 and later.

    This setting applies to the entire server, and cannot be enabled or disabled on a virtualhost-by-virtualhost basis.

    diff --git a/docs/manual/mod/mod_suexec.html.en b/docs/manual/mod/mod_suexec.html.en index 32c2519c93..ae5e77f43d 100644 --- a/docs/manual/mod/mod_suexec.html.en +++ b/docs/manual/mod/mod_suexec.html.en @@ -6,7 +6,7 @@ and Group
    Status:Extension
    Module Identifier:suexec_module
    Compatibility:Available in Apache 2.0 and later

    Summary

    This module, in combination with the suexec support program allows CGI scripts to run as a specified user and Group.

    -

    Directives

    See also


    SuexecUserGroup Directive

    Description: User and group permissions for CGI programs
    Syntax:SuexecUserGroup User Group
    Context:server config, virtual host
    Status:Extension
    Module:mod_suexec
    Compatibility:SuexecUserGroup is only available in 2.0 and +

    Directives

    See also


    SuexecUserGroup Directive

    Description: User and group permissions for CGI programs
    Syntax:SuexecUserGroup User Group
    Context:server config, virtual host
    Status:Extension
    Module:mod_suexec
    Compatibility:SuexecUserGroup is only available in 2.0 and later.

    The SuexecUserGroup directive allows you to specify a user and group for CGI programs to run as. Non-CGI diff --git a/docs/manual/mod/mod_suexec.html.ja.jis b/docs/manual/mod/mod_suexec.html.ja.jis index 510210e883..c2cc2ec98d 100644 --- a/docs/manual/mod/mod_suexec.html.ja.jis +++ b/docs/manual/mod/mod_suexec.html.ja.jis @@ -5,7 +5,7 @@ -->mod_suexec- Apache HTTP Server

    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache $B%b%8%e!<%k(B mod_suexec

    $B@bL@(B:$B;XDj$5$l$?%f!<%6$H%0%k!<%W$G(B CGI $B%9%/%j%W%H$r
    $B%9%F!<%?%9(B:$B3HD%(B
    $B%b%8%e!<(B$B%k<1JL;R(B:suexec_module
    $B8_49@-(B:Apache 2.0 $B0J9_$G;HMQ2DG=(B

    $B35MW(B

    $B$3$N%b%8%e!<%k$O(B CGI $B%9%/%j%W%H$,;XDj$5$l$?%f!<%6$H(B$B%0%k!<%W$G(B $B -

    $B%G%#%l%/%F%#%V(B


    SuexecUserGroup $B%G%#%l%/%F%#%V(B

    $B@bL@(B:
    $B9=J8(B:SuexecUserGroup User Group
    $B%G%U%)%k%H(B:None
    $B%3%s%F%-%9%H(B:$B%5!<%P@_Dj%U%!%$%k(B, $B%P!<%A%c%k%[%9%H(B
    $B%9%F!<%?%9(B:$B3HD%(B
    $B%b%8%e!<%k(B:mod_suexec
    $B8_49@-(B:SuexecUserGroup $B$O(B 2.0 $B0J9_$G$N$_;HMQ2DG=!#(B
    +

    $B%G%#%l%/%F%#%V(B


    SuexecUserGroup $B%G%#%l%/%F%#%V(B

    $B@bL@(B:
    $B9=J8(B:SuexecUserGroup User Group
    $B%G%U%)%k%H(B:None
    $B%3%s%F%-%9%H(B:$B%5!<%P@_Dj%U%!%$%k(B, $B%P!<%A%c%k%[%9%H(B
    $B%9%F!<%?%9(B:$B3HD%(B
    $B%b%8%e!<%k(B:mod_suexec
    $B8_49@-(B:SuexecUserGroup $B$O(B 2.0 $B0J9_$G$N$_;HMQ2DG=!#(B

    SuexecUserGroup $B%G%#%l%/%F%#%V$O(B CGI $B%W%m%0%i%`(B $B$,http://example.com/~user/ syntax.

    Directives

    See also


    UserDir Directive

    Description: Location of the user-specific directories
    Syntax:UserDir directory-filename
    Default:UserDir public_html
    Context:server config, virtual -host
    Status:Base
    Module:mod_userdir
    +Filesystem

    UserDir Directive

    Description: Location of the user-specific directories
    Syntax:UserDir directory-filename
    Default:UserDir public_html
    Context:server config, virtual +host
    Status:Base
    Module:mod_userdir

    The UserDir directive sets the real directory in a user's home directory to use when a request for a diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en index a9246637d1..2722ffc81f 100644 --- a/docs/manual/mod/mod_usertrack.html.en +++ b/docs/manual/mod/mod_usertrack.html.en @@ -68,7 +68,7 @@ form, but also understands 4-digit years, which can probably reach up until time late in the year "37". -


    CookieDomain Directive

    Description: The domain to which the tracking cookie applies
    Syntax:CookieDomain domain
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack
    +

    CookieDomain Directive

    Description: The domain to which the tracking cookie applies
    Syntax:CookieDomain domain
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack

    This directive controls the setting of the domain to which the tracking cookie applies. If not present, no domain is @@ -77,7 +77,7 @@ time late in the year "37".

    The domain string must begin with a dot, and must include at least one embedded dot. That is, ".foo.com" is legal, but "foo.bar.com" and ".com" are not.

    -

    CookieExpires Directive

    Description: Expiry time for the tracking cookie
    Syntax:CookieExpires expiry-period
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack
    +

    CookieExpires Directive

    Description: Expiry time for the tracking cookie
    Syntax:CookieExpires expiry-period
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack

    When used, this directive sets an expiry time on the cookie generated by the usertrack module. The expiry-period can be given either as a number of seconds, or in the format @@ -88,7 +88,7 @@ time late in the year "37".

    If this directive is not used, cookies last only for the current browser session.

    -

    CookieName Directive

    Description: Name of the tracking cookie
    Syntax:CookieName token
    Default:CookieName Apache
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack
    +

    CookieName Directive

    Description: Name of the tracking cookie
    Syntax:CookieName token
    Default:CookieName Apache
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack

    This directive allows you to change the name of the cookie this module uses for its tracking purposes. By default the cookie is named "Apache".

    @@ -96,8 +96,8 @@ time late in the year "37".

    You must specify a valid cookie name; results are unpredictable if you use a name containing unusual characters. Valid characters include A-Z, a-z, 0-9, "_", and "-".

    -

    CookieStyle Directive

    Description: Format of the cookie header field
    Syntax:CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965
    Default:CookieStyle Netscape
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack
    +

    CookieStyle Directive

    Description: Format of the cookie header field
    Syntax:CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965
    Default:CookieStyle Netscape
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack

    This directive controls the format of the cookie header field. The three formats allowed are:

    @@ -116,7 +116,7 @@ time late in the year "37".

    Not all clients can understand all of these formats. but you should use the newest one that is generally acceptable to your users' browsers.

    -

    CookieTracking Directive

    Description: Enables tracking cookie
    Syntax:CookieTracking on|off
    Default:CookieTracking off
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack
    +

    CookieTracking Directive

    Description: Enables tracking cookie
    Syntax:CookieTracking on|off
    Default:CookieTracking off
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_usertrack

    When the user track module is compiled in, and "CookieTracking on" is set, Apache will start sending a user-tracking cookie for all new requests. This directive can diff --git a/docs/manual/mod/mod_vhost_alias.html.en b/docs/manual/mod/mod_vhost_alias.html.en index 532e93daf7..b153de172b 100644 --- a/docs/manual/mod/mod_vhost_alias.html.en +++ b/docs/manual/mod/mod_vhost_alias.html.en @@ -161,8 +161,8 @@ virtual hosting

    Directory Name Interpolation

    The LogFormat directives %V and %A are useful in conjunction with this module.

    -

    VirtualDocumentRoot Directive

    Description: Dynamically configure the location of the document root -for a given virtual host
    Syntax:VirtualDocumentRoot interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias
    +

    VirtualDocumentRoot Directive

    Description: Dynamically configure the location of the document root +for a given virtual host
    Syntax:VirtualDocumentRoot interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias

    The VirtualDocumentRoot directive allows you to determine where Apache will find your documents based on the @@ -174,15 +174,15 @@ for a given virtual host

    VirtualDocumentRootIP.

    -

    VirtualDocumentRootIP Directive

    Description: Dynamically configure the location of the document root -for a given virtual host
    Syntax:VirtualDocumentRootIP interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias
    +

    VirtualDocumentRootIP Directive

    Description: Dynamically configure the location of the document root +for a given virtual host
    Syntax:VirtualDocumentRootIP interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias

    The VirtualDocumentRootIP directive is like the VirtualDocumentRoot directive, except that it uses the IP address of the server end of the connection instead of the server name.

    -

    VirtualScriptAlias Directive

    Description: Dynamically configure the location of the CGI directory for -a given virtual host
    Syntax:VirtualScriptAlias interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias
    +

    VirtualScriptAlias Directive

    Description: Dynamically configure the location of the CGI directory for +a given virtual host
    Syntax:VirtualScriptAlias interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias

    The VirtualScriptAlias directive allows you to determine where Apache will find CGI scripts in a similar @@ -191,8 +191,8 @@ a given virtual host

    /cgi-bin/, much like ScriptAlias /cgi-bin/ would.

    -

    VirtualScriptAliasIP Directive

    Description: Dynamically configure the location of the cgi directory for -a given virtual host
    Syntax:VirtualScriptAliasIP interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias
    +

    VirtualScriptAliasIP Directive

    Description: Dynamically configure the location of the cgi directory for +a given virtual host
    Syntax:VirtualScriptAliasIP interpolated-directory
    Default:none
    Context:server config, virtual host
    Status:Extension
    Module:mod_vhost_alias

    The VirtualScriptAliasIP directive is like the VirtualScriptAlias diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 1e101f6e7c..4c73ae5474 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -3,8 +3,8 @@ This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->mpm_common- Apache HTTP Server

    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module mpm_common

    Description:A collection of directives that are implemented by -more than one multi-processing module (MPM)
    Status:MPM

    Directives


    CoreDumpDirectory Directive

    Description: Sets the directory where Apache attempts to -switch before dumping core
    Syntax:CoreDumpDirectory directory
    Default:See usage for the default setting
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt
    +more than one multi-processing module (MPM)
    Status:MPM

    Directives


    CoreDumpDirectory Directive

    Description: Sets the directory where Apache attempts to +switch before dumping core
    Syntax:CoreDumpDirectory directory
    Default:See usage for the default setting
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt

    This controls the directory to which Apache attempts to switch before dumping core. The default is in the @@ -13,8 +13,8 @@ switch before dumping core

    -

    Group Directive

    Description: Sets the group under which the server will answer -requests
    Syntax:Group unix-group
    Default:Group #-1
    Context:server config, virtual host
    Status:MPM
    Module:worker, perchild, prefork
    +

    Group Directive

    Description: Sets the group under which the server will answer +requests
    Syntax:Group unix-group
    Default:Group #-1
    Context:server config, virtual host
    Status:MPM
    Module:worker, perchild, prefork

    The Group directive sets the group under which the server will answer requests. In order to use this directive, the stand-alone server must be run initially as root. @@ -42,8 +42,8 @@ requests

    Synt SuexecUserGroup directive. SECURITY: See User for a discussion of the security considerations.

    -

    Listen Directive

    Description: Sets the IP addresses and ports that the server -listens to
    Syntax:Listen [IP-address:]portnumber
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt
    +

    Listen Directive

    Description: Sets the IP addresses and ports that the server +listens to
    Syntax:Listen [IP-address:]portnumber
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt

    The Listen directive instructs Apache to listen to only specific IP addresses or ports; by default it responds to requests on all IP interfaces. The Listen directive is @@ -80,7 +80,7 @@ listens to

    Sy Listen [fe80::a00:20ff:fea7:ccea]:80

    See also


    ListenBackLog Directive

    Description: Maximum length of the queue of pending connections
    Syntax:ListenBacklog backlog
    Default:ListenBacklog 511
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt
    + which addresses and ports Apache uses

    ListenBackLog Directive

    Description: Maximum length of the queue of pending connections
    Syntax:ListenBacklog backlog
    Default:ListenBacklog 511
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt

    The maximum length of the queue of pending connections. Generally no tuning is needed or desired, however on some systems it is desirable to increase this when under a TCP SYN @@ -92,7 +92,7 @@ listens to

    Sy many OSes do not use exactly what is specified as the backlog, but use a number based on (but normally larger than) what is set.

    -

    LockFile Directive

    Description: Location of the accept serialization lock file
    Syntax:LockFile filename
    Default:LockFile logs/accept.lock
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork
    +

    LockFile Directive

    Description: Location of the accept serialization lock file
    Syntax:LockFile filename
    Default:LockFile logs/accept.lock
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork

    The LockFile directive sets the path to the lockfile used when Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or USE_FLOCK_SERIALIZED_ACCEPT. This @@ -108,9 +108,9 @@ listens to

    Sy service attack and prevent the server from starting by creating a lockfile with the same name as the one the server will try to create.

    -

    MaxClients Directive

    Description: Maximum number of child processes that will be created -to serve requests
    Syntax:MaxClients number
    Default:>MaxClients - 8 (with threads) MaxClients 256
    Context:server config
    Status:MPM
    Module:worker, prefork
    +

    MaxClients Directive

    Description: Maximum number of child processes that will be created +to serve requests
    Syntax:MaxClients number
    Default:>MaxClients + 8 (with threads) MaxClients 256
    Context:server config
    Status:MPM
    Module:worker, prefork

    The MaxClients directive sets the limit on the number of child processes that will be created to serve requests. When the server is built without threading, no more than @@ -131,8 +131,8 @@ to serve requests

    ThreadsPerChild.

    -

    MaxRequestsPerChild Directive

    Description: Limit on the number of requests that an individual child server -will handle during its life
    Syntax:MaxRequestsPerChild number
    Default:MaxRequestsPerChild 10000
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt
    +

    MaxRequestsPerChild Directive

    Description: Limit on the number of requests that an individual child server +will handle during its life
    Syntax:MaxRequestsPerChild number
    Default:MaxRequestsPerChild 10000
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt

    The MaxRequestsPerChild directive sets the limit on the number of requests that an individual child server process will handle. After @@ -155,7 +155,7 @@ will handle during its life

    MaxSpareThreads Directive
    Description: Maximum number of idle threads
    Syntax:MaxSpareThreads number
    Default:MaxSpareThreads 10 (Perchild) or 500 (worker)
    Context:server config
    Status:MPM
    Module:worker, perchild
    +

    MaxSpareThreads Directive

    Description: Maximum number of idle threads
    Syntax:MaxSpareThreads number
    Default:MaxSpareThreads 10 (Perchild) or 500 (worker)
    Context:server config
    Status:MPM
    Module:worker, perchild

    Maximum number of idle threads. Different MPMs deal with this directive differently. perchild monitors the number of idle threads on a per-child basis. If there are too many @@ -167,15 +167,15 @@ will handle during its life

    MinSpareThreads
  • StartServers

  • MaxThreadsPerChild Directive

    Description: Maximum number of threads per child process
    Syntax:MaxThreadsPerChild number
    Default:MaxThreadsPerChild 64
    Context:server config
    Status:MPM
    Module:worker, perchild
    +

    See also


    MaxThreadsPerChild Directive

    Description: Maximum number of threads per child process
    Syntax:MaxThreadsPerChild number
    Default:MaxThreadsPerChild 64
    Context:server config
    Status:MPM
    Module:worker, perchild

    Maximum number of threads per child. For MPMs with a variable number of threads per child, this directive sets the maximum number of threads that will be created in each child process. To increase this value beyond its default, it is necessary to change the value of the compile-time define HARD_THREAD_LIMIT and recompile the server.

    -

    MinSpareThreads Directive

    Description: Minimum number of idle threads available to handle request -spikes
    Syntax:MinSpareServers number
    Default:MinSpareThreads 5 (Perchild) or 250 (worker)
    Context:server config
    Status:MPM
    Module:worker, perchild
    +

    MinSpareThreads Directive

    Description: Minimum number of idle threads available to handle request +spikes
    Syntax:MinSpareServers number
    Default:MinSpareThreads 5 (Perchild) or 250 (worker)
    Context:server config
    Status:MPM
    Module:worker, perchild

    Minimum number of idle threads to handle request spikes. Different MPMs deal with this directive differently. perchild monitors the number of idle @@ -187,13 +187,13 @@ spikes

    Syntax server-wide basis. If there aren't enough idle threads in the server then child processes are created until the number of idle threads is greater than number.

    -

    See also


    NumServers Directive

    Description: Total number of children alive at the same time
    Syntax:NumServers number
    Default:NumServers 2
    Context:server config
    Status:MPM
    Module:perchild
    +

    See also


    NumServers Directive

    Description: Total number of children alive at the same time
    Syntax:NumServers number
    Default:NumServers 2
    Context:server config
    Status:MPM
    Module:perchild

    Number of children alive at the same time. MPMs that use this directive do not dynamically create new child processes so this number should be large enough to handle the requests for the entire site.

    -

    PidFile Directive

    Description: Sets the file where the server records the process ID -of the daemon
    Syntax:PidFile filename
    Default:PidFile logs/httpd.pid
    Context:server config
    Status:MPM
    Module:worker, perchilde, prefork, mpm_winnt
    +

    PidFile Directive

    Description: Sets the file where the server records the process ID +of the daemon
    Syntax:PidFile filename
    Default:PidFile logs/httpd.pid
    Context:server config
    Status:MPM
    Module:worker, perchilde, prefork, mpm_winnt

    The PidFile directive sets the file to which the server records the process id of the daemon. If the filename does not begin with a slash (/) then it is assumed to be @@ -207,8 +207,8 @@ of the daemon

    The PidFile is subject to the same warnings about log file placement and security.

    -

    ScoreBoardFile Directive

    Description: Location of the file used to store coordination data for -the child processes
    Syntax:ScoreBoardFile file-path
    Default:ScoreBoardFile logs/apache_status
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork
    +

    ScoreBoardFile Directive

    Description: Location of the file used to store coordination data for +the child processes
    Syntax:ScoreBoardFile file-path
    Default:ScoreBoardFile logs/apache_status
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork

    Apache uses a scoreboard to communicate between its parent and child processes. Some architectures require a file to facilitate this communication. If the file is left unspecified, Apache first @@ -224,12 +224,12 @@ the child processes

    security.

    -

    See also


    SendBufferSize Directive

    Description: TCP buffer size
    Syntax:SendBufferSize bytes
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt
    +

    See also


    SendBufferSize Directive

    Description: TCP buffer size
    Syntax:SendBufferSize bytes
    Context:server config
    Status:MPM
    Module:worker, perchild, prefork, mpm_winnt

    The server will set the TCP buffer size to the number of bytes specified. Very useful to increase past standard OS defaults on high speed high latency (i.e., 100ms or so, such as transcontinental fast pipes).

    -

    ServerLimit Directive

    Description: Upper limit on configurable number of processes
    Syntax:ServerLimit number
    Default:ServerLimit 256 (prefork), ServerLimit 16 (worker)
    Context:server config
    Status:MPM
    Module:worker, prefork
    +

    ServerLimit Directive

    Description: Upper limit on configurable number of processes
    Syntax:ServerLimit number
    Default:ServerLimit 256 (prefork), ServerLimit 16 (worker)
    Context:server config
    Status:MPM
    Module:worker, prefork

    For the prefork MPM, this directive sets the maximum configured value for MaxClients for the lifetime of the Apache process. For the worker MPM, this directive in combination @@ -257,18 +257,18 @@ the child processes

    MaxClients and ThreadsPerChild.

    -

    StartServers Directive

    Description: Number of child server processes created at startup
    Syntax:StartServers number
    Default:StartServers 5
    Context:server config
    Status:MPM
    Module:worker
    +

    StartServers Directive

    Description: Number of child server processes created at startup
    Syntax:StartServers number
    Default:StartServers 5
    Context:server config
    Status:MPM
    Module:worker

    The StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usually little reason to adjust this parameter.

    -

    See also


    StartThreads Directive

    Description: Nubmer of threads each child creates on startup
    Syntax:StartThreads number
    Default:StartThreads 5
    Context:server config
    Status:MPM
    Module:perchild
    +

    See also


    StartThreads Directive

    Description: Nubmer of threads each child creates on startup
    Syntax:StartThreads number
    Default:StartThreads 5
    Context:server config
    Status:MPM
    Module:perchild

    Number of threads each child creates on startup. As the number of threads is dynamically controlled depending on the load, there is usually little reason to adjust this parameter.

    -

    ThreadLimit Directive

    Description: Sets the upper limit on the configurable number of threads -per child process
    Syntax:ThreadLimit number
    Default:ThreadLimit 64
    Context:server config
    Status:MPM
    Module:worker
    +

    ThreadLimit Directive

    Description: Sets the upper limit on the configurable number of threads +per child process
    Syntax:ThreadLimit number
    Default:ThreadLimit 64
    Context:server config
    Status:MPM
    Module:worker

    This directive sets the maximum configured value for ThreadsPerChild for the lifetime of the Apache process. Any attempts to change this directive during a restart will be ignored, but ThreadsPerChild can be modified @@ -285,7 +285,7 @@ per child process

    ThreadsPerChild higher than 64. Do not set the value of this directive any higher than what you might want to set ThreadsPerChild to.

    -

    ThreadsPerChild Directive

    Description: Number of threads created by each child process
    Syntax:ThreadsPerChild number
    Default:ThreadsPerChild 50
    Context:server config
    Status:MPM
    Module:worker, mpm_winnt
    +

    ThreadsPerChild Directive

    Description: Number of threads created by each child process
    Syntax:ThreadsPerChild number
    Default:ThreadsPerChild 50
    Context:server config
    Status:MPM
    Module:worker, mpm_winnt

    This directive sets the number of threads created by each child process. The child creates these threads at startup and never creates more. if using an MPM like mpmt_winnt, where @@ -294,8 +294,8 @@ per child process

    Directive
    Description: The userid under which the server will answer -requests
    Syntax:User unix-userid
    Default:User #-1
    Context:server config, virtual host
    Status:MPM
    Module:worker, perchild, prefork
    +

    User Directive

    Description: The userid under which the server will answer +requests
    Syntax:User unix-userid
    Default:User #-1
    Context:server config, virtual host
    Status:MPM
    Module:worker, perchild, prefork

    The User directive sets the userid as which the server will answer requests. In order to use this directive, the standalone server must be run initially as diff --git a/docs/manual/mod/mpm_netware.html.en b/docs/manual/mod/mpm_netware.html.en index d6819f3b3f..d446960f31 100644 --- a/docs/manual/mod/mpm_netware.html.en +++ b/docs/manual/mod/mpm_netware.html.en @@ -36,7 +36,7 @@

    See also: Setting which addresses and ports Apache uses.

    -

    Directives


    MaxSpareThreads Directive

    Description:
    Syntax:MaxSpareThreads number
    Default:MaxSpareThreads 100
    Context:server config
    Status:MPM
    Module:mpm_netware
    +

    Directives


    MaxSpareThreads Directive

    Description:
    Syntax:MaxSpareThreads number
    Default:MaxSpareThreads 100
    Context:server config
    Status:MPM
    Module:mpm_netware

    The MaxSpareThreads directive sets the desired maximum number of idle worker threads. An idle worker thread is one which is not handling a request. If there are @@ -46,10 +46,10 @@

    Tuning of this parameter should only be necessary on very busy sites. Setting this parameter to a large number is almost always a bad idea.

    -

    MaxThreads Directive

    Description:
    Syntax:MaxThreads number
    Default:MaxThreads 250
    Context:server config
    Status:MPM
    Module:mpm_netware
    +

    MaxThreads Directive

    Description:
    Syntax:MaxThreads number
    Default:MaxThreads 250
    Context:server config
    Status:MPM
    Module:mpm_netware

    The MaxThreads directive sets the desired maximum number worker threads allowable.

    -

    MinSpareThreads Directive

    Description:
    Syntax:MinSpareThreads number
    Default:MinSpareThreads 10
    Context:server config
    Status:MPM
    Module:mpm_netware
    +

    MinSpareThreads Directive

    Description:
    Syntax:MinSpareThreads number
    Default:MinSpareThreads 10
    Context:server config
    Status:MPM
    Module:mpm_netware

    The MinSpareThreads directive sets the desired minimum number of idle worker threads. An idle worker thread is one which is not handling a request. If there are fewer than @@ -58,10 +58,10 @@ MinSpareThreads idle, then the main thread spawns new worker.

    Tuning of this parameter should only be necessary on very busy sites. Setting this parameter to a large number is almost always a bad idea.

    -

    StartThreads Directive

    Description:
    Syntax:StartThreads number
    Default:StartThreads 50
    Context:server config
    Status:MPM
    Module:mpm_netware
    +

    StartThreads Directive

    Description:
    Syntax:StartThreads number
    Default:StartThreads 50
    Context:server config
    Status:MPM
    Module:mpm_netware

    The StartThreads directive sets the desired number of worker threads to spawn and startup

    -

    ThreadStackSize Directive

    Description:
    Syntax:ThreadStackSize number
    Default:ThreadStackSize 65536
    Context:server config
    Status:MPM
    Module:mpm_netware
    +

    ThreadStackSize Directive

    Description:
    Syntax:ThreadStackSize number
    Default:ThreadStackSize 65536
    Context:server config
    Status:MPM
    Module:mpm_netware

    This directive tells the server what stack size to use for each of the running threads. If you ever get a stack overflow you will need to bump this number to a higher setting.

    diff --git a/docs/manual/mod/perchild.html.en b/docs/manual/mod/perchild.html.en index cc85838e0d..a09fb4288a 100644 --- a/docs/manual/mod/perchild.html.en +++ b/docs/manual/mod/perchild.html.en @@ -59,12 +59,12 @@ make it functional. userids. These processes can then be associated with specific virtual hosts.

    -

    Directives


    AssignUserId Directive

    Description:
    Syntax:AssignUserID user_id group_id
    Context:virtual host
    Status:MPM
    Module:perchild
    +

    Directives


    AssignUserId Directive

    Description:
    Syntax:AssignUserID user_id group_id
    Context:virtual host
    Status:MPM
    Module:perchild

    Tie a virtual host to a specific child process. Requests addressed to the virtual host where this directive appears will be served by the process running with the specified user and group id.

    -

    ChildPerUserId Directive

    Description:
    Syntax:ChildPerUserID user_id -group_id child_id
    Context:server config
    Status:MPM
    Module:perchild
    +

    ChildPerUserId Directive

    Description:
    Syntax:ChildPerUserID user_id +group_id child_id
    Context:server config
    Status:MPM
    Module:perchild

    Specify a user id and group id for a specific child process. The number of children if set by the NumServers directive. For example, the default value for NumServers is 5 and that means diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en index 19605b5144..882e1fdb4a 100644 --- a/docs/manual/mod/prefork.html.en +++ b/docs/manual/mod/prefork.html.en @@ -44,8 +44,8 @@ controls how frequently the server recycles processes by killing old ones and launching new ones.

    Directives

    See also


    AcceptMutex Directive

    Description: Method that Apache uses to serialize multiple children -accepting requests on network sockets
    Syntax:AcceptMutex default|method
    Default:AcceptMutex default
    Context:server config
    Status:MPM
    Module:prefork
    + ports Apache uses

    AcceptMutex Directive

    Description: Method that Apache uses to serialize multiple children +accepting requests on network sockets
    Syntax:AcceptMutex default|method
    Default:AcceptMutex default
    Context:server config
    Status:MPM
    Module:prefork

    The AcceptMutex directives sets the method that Apache uses to serialize multiple children accepting requests on network sockets. Prior to Apache 2.0, the method was @@ -81,7 +81,7 @@ accepting requests on network sockets

    MaxSpareServers Directive
    Description: Maximum number of idle child server processes
    Syntax:MaxSpareServers number
    Default:MaxSpareServers 10
    Context:server config
    Status:MPM
    Module:prefork
    +

    MaxSpareServers Directive

    Description: Maximum number of idle child server processes
    Syntax:MaxSpareServers number
    Default:MaxSpareServers 10
    Context:server config
    Status:MPM
    Module:prefork

    The MaxSpareServers directive sets the desired maximum number of idle child server processes. An idle process is one which is not handling a request. If there are @@ -91,7 +91,7 @@ accepting requests on network sockets

    MinSpareServers
  • StartServers

  • MinSpareServers Directive

    Description: Minimum number of idle child server processes
    Syntax:MinSpareServers number
    Default:MinSpareServers 5
    Context:server config
    Status:MPM
    Module:prefork
    +

    See also


    MinSpareServers Directive

    Description: Minimum number of idle child server processes
    Syntax:MinSpareServers number
    Default:MinSpareServers 5
    Context:server config
    Status:MPM
    Module:prefork

    The MinSpareServers directive sets the desired minimum number of idle child server processes. An idle process is one which is not handling a request. If there are