From: André Malo Date: Mon, 7 Oct 2002 15:23:03 +0000 (+0000) Subject: update transformation due to the change of synopsis.xsl X-Git-Tag: 2.0.44~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38d154b343f1e0cca892f04742aeceed43930645;p=apache update transformation due to the change of synopsis.xsl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97134 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index d47220f366..54418062e0 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -7,9 +7,67 @@ -->core - Apache HTTP Server
<-
Apache > HTTP Server > Documentation > Version 2.0 > Modules

Apache Module core

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

AcceptPathInfo Directive

Description: Resources accept trailing pathname information
Syntax: - AcceptPathInfo On|Off|Default
Default: + AcceptPathInfo On|Off|Default
Default: AcceptPathInfo Default
Context: server config, virtual host, directory, .htaccess
Override: FileInfo
Status: @@ -69,7 +127,7 @@ available
Status:
top

AccessFileName Directive

Description: Name of the distributed configuration file
Syntax: - AccessFileName filename [filename] ...
Default: + AccessFileName filename [filename] ...
Default: AccessFileName .htaccess
Context: server config, virtual host
Status: Core
Module: @@ -97,7 +155,7 @@ available
Status:

See also

top

AddDefaultCharset Directive

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

AllowOverride Directive

Description: Types of directives that are allowed in .htaccess files
Syntax: - AllowOverride All|None|directive-type -[directive-type] ...
Default: + AllowOverride All|None|directive-type +[directive-type] ...
Default: AllowOverride All
Context: directory
Status: Core
Module: @@ -192,7 +250,7 @@ response without an explicit character set
AccessFileName
  • Configuration Files
  • .htaccess Files
  • top

    AuthName Directive

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

    See also

    top

    AuthType Directive

    Description: Type of user authentication
    Syntax: - AuthType Basic|Digest
    Context: + AuthType Basic|Digest
    Context: directory, .htaccess
    Override: AuthConfig
    Status: Core
    Module: @@ -235,7 +293,7 @@ authentication
    Syntax: and Access Control
    top

    CGIMapExtension Directive

    Description: Technique for locating the interpreter for CGI scripts
    Syntax: - CGIMapExtension cgi-path .extension
    Default: + CGIMapExtension cgi-path .extension
    Default: None
    Context: directory, .htaccess
    Override: FileInfo
    Status: @@ -248,7 +306,7 @@ scripts
    Syntax:
    top

    ContentDigest Directive

    Description: Enables the generation of Content-MD5 HTTP Response headers
    Syntax: - ContentDigest on|off
    Default: + ContentDigest on|off
    Default: ContentDigest off
    Context: server config, virtual host, directory, .htaccess
    Override: Options
    Status: @@ -283,7 +341,7 @@ headers
    Syntax:
    top

    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 MIME-type
    Default: DefaultType text/plain
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: @@ -311,8 +369,8 @@ server cannot determine a type in any other way
    top

    <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: + <Directory directory-path> +... </Directory>
    Context: server config, virtual host
    Status: Core
    Module: core
    @@ -426,8 +484,8 @@ named file-system directory and sub-directories
    Syntax: - <DirectoryMatch regex> -... </Directory>
    Context: + <DirectoryMatch regex> +... </Directory>
    Context: server config, virtual host
    Status: Core
    Module: core
    @@ -450,7 +508,7 @@ work for an explanation of how these different sections are combined when a request is received
    top

    DocumentRoot Directive

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

    See also

    top

    EnableMMAP Directive

    Description: Use memory-mapping to read files during delivery
    Syntax: - EnableMMAP on|off
    Default: + EnableMMAP on|off
    Default: EnableMMAP on
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: @@ -507,7 +565,7 @@ Location
    to
 </div><div class=top

    ErrorDocument Directive

    Description: What the server will return to the client in case of an error
    Syntax: - ErrorDocument error-code document
    Context: + ErrorDocument error-code document
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: Core
    Module: @@ -575,7 +633,7 @@ in case of an error
    Syntax

    See also

    top

    ErrorLog Directive

    Description: Location where the server will log errors
    Syntax: - ErrorLog file-path|syslog[:facility]
    Default: + 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: @@ -602,7 +660,7 @@ ErrorLog logs/error.log (Windows and OS/2)
    LogLevel
  • Apache Log Files
  • top

    FileETag Directive

    Description: File attributes used to create the ETag HTTP response header
    Syntax: - FileETag component ...
    Default: + FileETag component ...
    Default: FileETag INode MTime Size
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: @@ -649,7 +707,7 @@ HTTP response header
    Synta
    top

    <Files> Directive

    Description: Contains directives that apply to matched filenames
    Syntax: - <Files filename> ... </Files>
    Context: + <Files filename> ... </Files>
    Context: server config, virtual host, directory, .htaccess
    Override: All
    Status: Core
    Module: @@ -692,7 +750,7 @@ filenames
    Syntax: request is received
    top

    <FilesMatch> Directive

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

    ForceType Directive

    Description: Forces all matching files to be served with the specified MIME content-type
    Syntax: - ForceType MIME-type
    Context: + ForceType MIME-type
    Context: directory, .htaccess
    Override: FileInfo
    Status: Core
    Module: @@ -737,7 +795,7 @@ MIME content-type
    Syntax: filename extensions, that might identify the media type.

    top

    HostnameLookups Directive

    Description: Enables DNS lookups on client IP addresses
    Syntax: - HostnameLookups on|off|double
    Default: + HostnameLookups on|off|double
    Default: HostnameLookups off
    Context: server config, virtual host, directory
    Status: Core
    Module: @@ -773,7 +831,7 @@ MIME content-type
    Syntax:
    top

    IdentityCheck Directive

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

    <IfDefine> Directive

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

    <IfModule> Directive

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

    Include Directive

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

    KeepAlive Directive

    Description: Enables HTTP persistent connections
    Syntax: - KeepAlive on|off
    Default: + KeepAlive on|off
    Default: KeepAlive On
    Context: server config, virtual host
    Status: Core
    Module: @@ -964,7 +1022,7 @@ the server configuration files
    MaxKeepAliveRequests
    top

    KeepAliveTimeout Directive

    Description: Amount of time the server will wait for subsequent requests on a persistent connection
    Syntax: - KeepAliveTimeout seconds
    Default: + KeepAliveTimeout seconds
    Default: KeepAliveTimeout 15
    Context: server config, virtual host
    Status: Core
    Module: @@ -981,8 +1039,8 @@ requests on a persistent connection
    top

    <Limit> Directive

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

    <LimitExcept> Directive

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

    LimitRequestBody Directive

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

    LimitRequestFields Directive

    Description: Limits the number of HTTP request header fields that will be accepted from the client
    Syntax: - LimitRequestFields number
    Default: + LimitRequestFields number
    Default: LimitRequestFields 100
    Context: server config
    Status: Core
    Module: @@ -1119,7 +1177,7 @@ will be accepted from the client
    top

    LimitRequestFieldSize Directive

    Description: Limits the size of the HTTP request header allowed from the client
    Syntax: - LimitRequestFieldsize bytes
    Default: + LimitRequestFieldsize bytes
    Default: LimitRequestFieldsize 8190
    Context: server config
    Status: Core
    Module: @@ -1156,7 +1214,7 @@ client
    Syntax:
    top

    LimitRequestLine Directive

    Description: Limit the size of the HTTP request line that will be accepted from the client
    Syntax: - LimitRequestLine bytes
    Default: + LimitRequestLine bytes
    Default: LimitRequestLine 8190
    Context: server config
    Status: Core
    Module: @@ -1191,7 +1249,7 @@ from the client
    Syntax: the default.
    top

    LimitXMLRequestBody Directive

    Description: Limits the size of an XML-based request body
    Syntax: - LimitXMLRequestBody number
    Default: + LimitXMLRequestBody number
    Default: LimitXMLRequestBody 1000000
    Context: server config, virtual host, directory, .htaccess
    Override: All
    Status: @@ -1209,8 +1267,8 @@ from the client
    Syntax:
    top

    <Location> Directive

    Description: Applies the enclosed directives only to matching URLs
    Syntax: - <Location - URL-path|URL> ... </Location>
    Context: + <Location + URL-path|URL> ... </Location>
    Context: server config, virtual host
    Status: Core
    Module: core
    @@ -1289,8 +1347,8 @@ URLs
    Syntax: request is received
    top

    <LocationMatch> Directive

    Description: Applies the enclosed directives only to regular-expression matching URLs
    Syntax: - <LocationMatch - regex> ... </Location>
    Context: + <LocationMatch + regex> ... </Location>
    Context: server config, virtual host
    Status: Core
    Module: core
    @@ -1311,7 +1369,7 @@ matching URLs
    Syntax: explanation of how these different sections are combined when a request is received
    top

    LogLevel Directive

    Description: Controls the verbosity of the ErrorLog
    Syntax: - LogLevel level
    Default: + LogLevel level
    Default: LogLevel warn
    Context: server config, virtual host
    Status: Core
    Module: @@ -1415,7 +1473,7 @@ matching URLs
    Syntax:
    top

    MaxKeepAliveRequests Directive

    Description: Number of requests allowed on a persistent connection
    Syntax: - MaxKeepAliveRequests number
    Default: + MaxKeepAliveRequests number
    Default: MaxKeepAliveRequests 100
    Context: server config, virtual host
    Status: Core
    Module: @@ -1435,7 +1493,7 @@ connection
    Syntax:
    top

    NameVirtualHost Directive

    Description: Designates an IP address for name-virtual hosting
    Syntax: - NameVirtualHost addr[:port]
    Context: + NameVirtualHost addr[:port]
    Context: server config
    Status: Core
    Module: core
    @@ -1501,8 +1559,8 @@ hosting
    Syntax: documentation
    top

    Options Directive

    Description: Configures what features are available in a particular directory
    Syntax: - Options - [+|-]option [[+|-]option] ...
    Default: + Options + [+|-]option [[+|-]option] ...
    Default: Options All
    Context: server config, virtual host, directory, .htaccess
    Override: Options
    Status: @@ -1621,7 +1679,7 @@ directory
    Syntax:
    top

    Require Directive

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

    See also

    top

    RLimitCPU Directive

    Description: Limits the CPU consumption of processes launched by Apache children
    Syntax: - RLimitCPU number|max [number|max]
    Default: + RLimitCPU number|max [number|max]
    Default: Unset; uses operating system defaults
    Context: server config, virtual host, directory, .htaccess
    Override: All
    Status: @@ -1701,7 +1759,7 @@ by Apache children
    Syntax:

    See also

    top

    RLimitMEM Directive

    Description: Limits the memory consumption of processes launched by Apache children
    Syntax: - RLimitMEM number|max [number|max]
    Default: + RLimitMEM number|max [number|max]
    Default: Unset; uses operating system defaults
    Context: server config, virtual host, directory, .htaccess
    Override: All
    Status: @@ -1727,7 +1785,7 @@ by Apache children
    Syntax:

    See also

    top

    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: + RLimitNPROC number|max [number|max]
    Default: Unset; uses operating system defaults
    Context: server config, virtual host, directory, .htaccess
    Override: All
    Status: @@ -1759,7 +1817,7 @@ processes launched by Apache children
    RLimitMEM
  • RLimitCPU
  • top

    Satisfy Directive

    Description: Interaction between host-level access control and user authentication
    Syntax: - Satisfy any|all
    Default: + Satisfy any|all
    Default: Satisfy all
    Context: directory, .htaccess
    Override: AuthConfig
    Status: @@ -1791,7 +1849,7 @@ user authentication
    Syntax

    See also

    top

    ScriptInterpreterSource Directive

    Description: Technique for locating the interpreter for CGI scripts
    Syntax: - ScriptInterpreterSource registry|script
    Default: + ScriptInterpreterSource registry|script
    Default: ScriptInterpreterSource script
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: @@ -1807,7 +1865,7 @@ scripts
    Syntax:
    top

    ServerAdmin Directive

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

    ServerAlias Directive

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

    See also

    top

    ServerName Directive

    Description: Hostname and port that the server uses to identify itself
    Syntax: - ServerName fully-qualified-domain-name[:port]
    Context: + ServerName fully-qualified-domain-name[:port]
    Context: server config, virtual host
    Status: Core
    Module: core
    Compatibility: @@ -1885,7 +1943,7 @@ itself
    Syntax: documentation
  • UseCanonicalName
  • NameVirtualHost
  • ServerAlias
  • top

    ServerPath Directive

    Description: Legacy URL pathname for a name-virtual host that is accessed by an incompatible browser
    Syntax: - ServerPath URL-path
    Context: + ServerPath URL-path
    Context: virtual host
    Status: Core
    Module: core
    @@ -1893,7 +1951,7 @@ is accessed by an incompatible browser
    name-based virtual hosts.

    See also

    top

    ServerRoot Directive

    Description: Base directory for the server installation
    Syntax: - ServerRoot directory-path
    Default: + ServerRoot directory-path
    Default: ServerRoot /usr/local/apache
    Context: server config
    Status: Core
    Module: @@ -1913,7 +1971,7 @@ is accessed by an incompatible browser
    top

    ServerSignature Directive

    Description: Configures the footer on server-generated documents
    Syntax: - ServerSignature On|Off|EMail
    Default: + ServerSignature On|Off|EMail
    Default: ServerSignature Off
    Context: server config, virtual host, directory, .htaccess
    Override: All
    Status: @@ -1935,7 +1993,7 @@ is accessed by an incompatible browser
    ServerTokens
    top

    ServerTokens Directive

    Description: Configures the Server HTTP response header
    Syntax: - ServerTokens Major|Minor|Minimal|ProductOnly|OS|Full
    Default: + ServerTokens Major|Minor|Minimal|ProductOnly|OS|Full
    Default: ServerTokens Full
    Context: server config
    Status: Core
    Module: @@ -1982,7 +2040,7 @@ is accessed by an incompatible browser
    ServerSignature
    top

    SetHandler Directive

    Description: Forces all matching files to be processed by a handler
    Syntax: - SetHandler handler-name
    Context: + SetHandler handler-name
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: Core
    Module: @@ -2015,7 +2073,7 @@ handler
    Syntax:

    See also

    top

    SetInputFilter Directive

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

    See also

    top

    SetOutputFilter Directive

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

    See also

    top

    TimeOut Directive

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

    UseCanonicalName Directive

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

    See also

    top

    <VirtualHost> Directive

    Description: Contains directives that apply only to a specific hostname or IP address
    Syntax: - <VirtualHost + <VirtualHost addr[:port] [addr[:port]] - ...> ... </VirtualHost>
    Context: + ...> ... </VirtualHost>
    Context: server config
    Status: Core
    Module: core
    diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 313d9993ca..80d0f832c5 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -16,10 +16,12 @@ media type or request method.
    -
    top

    Action Directive

    Description: +
    top

    Action Directive

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

    See also

    top

    Script Directive

    Description: Activates a CGI script for a particular request method.
    Syntax: - Script method cgi-script
    Context: + Script method cgi-script
    Context: server config, virtual host, directory
    Status: Base
    Module: mod_actions
    diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 66f5bab2a2..953e369f01 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -23,10 +23,18 @@ 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.

    -
    top

    Alias Directive

    Description: +
    top

    Alias Directive

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

    AliasMatch Directive

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

    Redirect Directive

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

    top

    RedirectMatch Directive

    Description: Sends an external redirect based on a regular expression match of the current URL
    Syntax: - RedirectMatch [status] regex URL
    Context: + RedirectMatch [status] regex URL
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: Base
    Module: @@ -169,7 +177,7 @@ of the current URL
    Syntax:
    top

    RedirectPermanent Directive

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

    RedirectTemp Directive

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

    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: + ScriptAlias +URL-path file-path|directory-path
    Context: server config, virtual host
    Status: Base
    Module: mod_alias
    @@ -213,8 +221,8 @@ target as a CGI script
    Syn
    top

    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: + ScriptAliasMatch +regex file-path|directory-path
    Context: server config, virtual host
    Status: Base
    Module: mod_alias
    diff --git a/docs/manual/mod/mod_auth_basic.html.en b/docs/manual/mod/mod_auth_basic.html.en index ab5d358ad1..c35e1731c7 100644 --- a/docs/manual/mod/mod_auth_basic.html.en +++ b/docs/manual/mod/mod_auth_basic.html.en @@ -16,10 +16,12 @@ HTTP Digest Authentication is provided by mod_auth_digest.

    -
    top

    AuthBasicAuthoritative Directive

    Description: +
    top

    AuthBasicAuthoritative Directive

    Description: Sets whether authorization and authentication are passed to lower level modules
    Syntax: - AuthBasicAuthoritative on|off
    Default: + AuthBasicAuthoritative on|off
    Default: AuthBasicAuthoritative on
    Context: directory, .htaccess
    Override: AuthConfig
    Status: @@ -48,7 +50,7 @@ passed to lower level modules
    top

    AuthBasicProvider Directive

    Description: Sets the authentication provider(s) for this location
    Syntax: - AuthBasicProvider provider-name
    Context: + AuthBasicProvider provider-name
    Context: directory, location, .htaccess
    Override: AuthConfig
    Status: Base
    Module: diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index 6b8dd55da2..139330c272 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -13,7 +13,15 @@

    This module implements HTTP Digest Authentication. However, it has not been extensively tested and is therefore marked experimental.

    -
    top

    Using Digest Authentication

    +
    top

    Using Digest Authentication

    Using MD5 Digest authentication is very simple. Simply set up authentication normally, using "AuthType Digest" and @@ -46,7 +54,7 @@

    top

    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|MD5-sess
    Default: AuthDigestAlgorithm MD5
    Context: directory, .htaccess
    Override: AuthConfig
    Status: @@ -62,7 +70,7 @@ response hases in digest authentication
    top

    AuthDigestDomain Directive

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

    AuthDigestFile Directive

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

    AuthDigestGroupFile Directive

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

    AuthDigestNcCheck Directive

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

    top

    AuthDigestNonceFormat Directive

    Description: Determines how the nonce is generated
    Syntax: - AuthDigestNonceFormat format
    Context: + AuthDigestNonceFormat format
    Context: directory, .htaccess
    Override: AuthConfig
    Status: Experimental
    Module: @@ -150,7 +158,7 @@ server
    Syntax:

    top

    AuthDigestNonceLifetime Directive

    Description: How long the server nonce is valid
    Syntax: - AuthDigestNonceLifetime seconds
    Default: + AuthDigestNonceLifetime seconds
    Default: AuthDigestNonceLifetime 300
    Context: directory, .htaccess
    Override: AuthConfig
    Status: @@ -168,7 +176,7 @@ server
    Syntax:
    top

    AuthDigestQop Directive

    Description: Determines the quality-of-protection to use in digest authentication
    Syntax: - AuthDigestQop none|auth|auth-int [auth|auth-int]
    Default: + AuthDigestQop none|auth|auth-int [auth|auth-int]
    Default: AuthDigestQop auth
    Context: directory, .htaccess
    Override: AuthConfig
    Status: diff --git a/docs/manual/mod/mod_auth_ldap.html.en b/docs/manual/mod/mod_auth_ldap.html.en index 8ddeaea802..629e69d7ea 100644 --- a/docs/manual/mod/mod_auth_ldap.html.en +++ b/docs/manual/mod/mod_auth_ldap.html.en @@ -30,7 +30,19 @@ for HTTP Basic authentication.

    Directives

    Topics