From 342ed9e21f5f743647ef12a53d105308a8d8a02a Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sat, 17 Aug 2002 23:52:12 +0000 Subject: [PATCH] Correct/add some syntax, context, default and override issues in core.xml Submitted by: Andre Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96427 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 30 ++++++++++++++++++------------ docs/manual/mod/core.xml | 32 +++++++++++++++++++++----------- 2 files changed, 39 insertions(+), 23 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 770304db39..40c3da6900 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -9,7 +9,8 @@ availableResources accept trailing pathname informationSyntax: AcceptPathInfo On|Off|DefaultDefault: AcceptPathInfo DefaultContext: - server config, virtual host, directory, .htaccessStatus: + server config, virtual host, directory, .htaccessOverride: + FileInfoStatus: CoreModule: coreCompatibility: Available in Apache 2.0.30 and later @@ -592,7 +593,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: + FileETag component ...
    Default: + FileETag INode MTime Size
    Context: server config, virtual host, directory, .htaccess
    Override: FileInfo
    Status: Core
    Module: @@ -922,7 +924,7 @@ the server configuration files
    Syntax: KeepAlive on|off
    Default: KeepAlive On
    Context: - server config
    Status: + server config, virtual host
    Status: Core
    Module: core

    The Keep-Alive extension to HTTP/1.0 and the persistent @@ -949,7 +951,7 @@ the server configuration filesSyntax: KeepAliveTimeout secondsDefault: KeepAliveTimeout 15Context: - server configStatus: + server config, virtual hostStatus: CoreModule: core

    The number of seconds Apache will wait for a subsequent @@ -1174,7 +1176,8 @@ from the clientSyntax: LimitXMLRequestBody numberDefault: LimitXMLRequestBody 1000000Context: - server configStatus: + server config, virtual host, directory, .htaccessOverride: + AllStatus: CoreModule: core

    Limit (in bytes) on maximum size of an XML-based request @@ -1392,7 +1395,7 @@ matching URLsSyntax: MaxKeepAliveRequests numberDefault: MaxKeepAliveRequests 100Context: - server configStatus: + server config, virtual hostStatus: CoreModule: core

    The MaxKeepAliveRequests directive @@ -1640,7 +1643,8 @@ a resourceSyntax: RLimitCPU number|max [number|max]Default: Unset; uses operating system defaultsContext: - server config, virtual hostStatus: + server config, virtual host, directory, .htaccessOverride: + AllStatus: CoreModule: core

    Takes 1 or 2 parameters. The first parameter sets the soft @@ -1665,7 +1669,8 @@ by Apache childrenSyntax: RLimitMEM number|max [number|max]Default: Unset; uses operating system defaultsContext: - server config, virtual hostStatus: + server config, virtual host, directory, .htaccessOverride: + AllStatus: CoreModule: core

    Takes 1 or 2 parameters. The first parameter sets the soft @@ -1690,7 +1695,8 @@ by Apache childrenSyntax: RLimitNPROC number|max [number|max]Default: Unset; uses operating system defaultsContext: - server config, virtual hostStatus: + server config, virtual host, directory, .htaccessOverride: + AllStatus: CoreModule: core

    Takes 1 or 2 parameters. The first parameter sets the soft @@ -1753,7 +1759,7 @@ user authenticationSyntax: ScriptInterpreterSource registry|scriptDefault: ScriptInterpreterSource scriptContext: - directory, .htaccessOverride: + server config, virtual host, directory, .htaccessOverride: FileInfoStatus: CoreModule: coreCompatibility: @@ -1841,7 +1847,7 @@ itself

  • 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: + ServerPath URL-path
    Context: virtual host
    Status: Core
    Module: core
    @@ -1978,7 +1984,7 @@ inputSee also


    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: diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 6e90dc5104..aab92b30a1 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -16,6 +16,7 @@ available server config virtual hostdirectory .htaccess +FileInfo Available in Apache 2.0.30 and later @@ -733,6 +734,7 @@ ErrorLog logs/error.log (Windows and OS/2) File attributes used to create the ETag HTTP response header FileETag component ... +FileETag INode MTime Size server configvirtual host directory.htaccess @@ -1130,7 +1132,8 @@ the server configuration files Enables HTTP persistent connections KeepAlive on|off KeepAlive On -server config +server configvirtual host +

    The Keep-Alive extension to HTTP/1.0 and the persistent @@ -1163,7 +1166,8 @@ the server configuration files requests on a persistent connection KeepAliveTimeout seconds KeepAliveTimeout 15 -server config +server configvirtual host +

    The number of seconds Apache will wait for a subsequent @@ -1424,7 +1428,9 @@ from the client Limits the size of an XML-based request body LimitXMLRequestBody number LimitXMLRequestBody 1000000 -server config +server configvirtual host +directory.htaccess +All

    Limit (in bytes) on maximum size of an XML-based request @@ -1672,7 +1678,8 @@ matching URLs connection MaxKeepAliveRequests number MaxKeepAliveRequests 100 -server config +server configvirtual host +

    The MaxKeepAliveRequests directive @@ -1949,7 +1956,8 @@ by Apache children RLimitCPU number|max [number|max] Unset; uses operating system defaults server configvirtual host - +directory.htaccess +All

    Takes 1 or 2 parameters. The first parameter sets the soft @@ -1981,7 +1989,8 @@ by Apache children RLimitMEM number|max [number|max] Unset; uses operating system defaults server configvirtual host - +directory.htaccess +All

    Takes 1 or 2 parameters. The first parameter sets the soft @@ -2013,7 +2022,8 @@ processes launched by Apache children RLimitNPROC number|max [number|max] Unset; uses operating system defaults server configvirtual host - +directory.htaccess +All

    Takes 1 or 2 parameters. The first parameter sets the soft @@ -2091,8 +2101,8 @@ user authentication scripts ScriptInterpreterSource registry|script ScriptInterpreterSource script -directory.htaccess - +server configvirtual host +directory.htaccess FileInfo Win32 only @@ -2207,7 +2217,7 @@ itself ServerPath Legacy URL pathname for a name-virtual host that is accessed by an incompatible browser -ServerPath directory-path +ServerPath URL-path virtual host @@ -2386,7 +2396,7 @@ input SetOutputFilter Sets the filters that will process responses from the server -SetOutputFilter filter [filter] ... +SetOutputFilter filter[;filter...] server configvirtual host directory.htaccess -- 2.40.0