From: Joshua Slive Date: Tue, 19 Mar 2002 01:40:13 +0000 (+0000) Subject: Update the transformations again. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23ed7af4b07a9aca1ee75ffb01c859bed46c2ce5;p=apache Update the transformations again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index a0589ee581..1a81fac0d1 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 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: Controls whether requests can contain 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
+-->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: Controls whether requests can contain 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 @@ available </Files>

-

AccessFileName Directive

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

AccessFileName Directive

Description: Sets the name of the .htaccess 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 access control file from this list of names in every directory of the path to the document, if access @@ -75,8 +75,8 @@ AccessFileName .acl   AllowOverride None
</Directory>

-

See also


AddDefaultCharset Directive

Description: Specifies the 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
Status:Core
Module:core
+

See also


AddDefaultCharset Directive

Description: Specifies the 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
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 @@ -92,7 +92,7 @@ response without an explicit character set AddDefaultCharset utf-8 -


AddModule Directive

Description:
Syntax:AddModule module [module] ...
Context:server config
Status:Core
Module:core
+

AddModule Directive

Description:
Syntax:AddModule module [module] ...
Context:server config
Status:Core
Module:core

The server can have modules compiled in which are not actively in use. This directive can be used to enable the use of those modules. The server comes with a pre-loaded list of @@ -102,8 +102,8 @@ response without an explicit character set AddDefaultCharset utf-8 -


AllowOverride Directive

Description: Sets the 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: Sets the 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.

@@ -165,8 +165,8 @@ AddDefaultCharset utf-8

Example:

AllowOverride AuthConfig Indexes
-

See also


AuthName Directive

Description: Sets the 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: Sets the 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. @@ -183,8 +183,8 @@ authenticationAuthentication, Authorization, and - Access Control


AuthType Directive

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

See also


AuthType Directive

Description: Selects the 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. @@ -193,9 +193,9 @@ authenticationAuthUserFile and AuthGroupFile to work.

-

See also

-

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 @@ -1625,4 +1625,4 @@ RewriteMap real-to-user txt:/path/to/file/map.txt RewriteRule ^/([^/]+)/~([^/]+)/(.*)$ /u/${real-to-user:$2|nobody}/$3.$1 -


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/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html index e27c58a8e9..16a0ac9b1e 100644 --- a/docs/manual/mod/mod_setenvif.html +++ b/docs/manual/mod/mod_setenvif.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_setenvif - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_setenvif

Description:Allows the setting of environment variables based -on characteristics of the request
Status:Base
Module Identifier:setenvif_module
Compatibility:Available in Apache 1.3 and later

Summary

+-->mod_setenvif - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_setenvif

Description:Allows the setting of environment variables based +on characteristics of the request
Status:Base
Module Identifier:setenvif_module
Compatibility:Available in Apache 1.3 and later

Summary

The mod_setenvif module allows you to set environment variables according to whether different aspects of @@ -20,11 +20,11 @@ on characteristics of the requestEnvironment Variables in Apache

Directives


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
Compatibility:Apache 1.2 and +

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
Compatibility:Apache 1.2 and above (in Apache 1.2 this directive was found in the - now-obsolete mod_browser module)
+ now-obsolete mod_browser module)

The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. The first argument should be a POSIX.2 @@ -69,11 +69,11 @@ on characteristics of the requestBrowserMatchNoCase 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)
+ now-obsolete mod_browser module)

The BrowserMatchNoCase directive is semantically identical to the BrowserMatch directive. @@ -92,12 +92,12 @@ respect to caseSetEnvIf 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
Compatibility:Apache 1.3 and + [env-variable[=value]] ...
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Base
Module:mod_setenvif
Compatibility:Apache 1.3 and above; the Request_Protocol keyword and environment-variable - matching are only available with 1.3.7 and later
+ matching are only available with 1.3.7 and later

The SetEnvIf directive defines environment variables based on attributes of the request. These attributes can be the values of various HTTP request header fields (see RFC2616 @@ -174,9 +174,9 @@ respect to case -


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
+

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

The SetEnvIfNoCase is semantically identical to the SetEnvIf directive, @@ -191,4 +191,4 @@ without respect to caseHost: was included and contained Apache.Org, apache.org, or any other combination.

-

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/mod_so.html b/docs/manual/mod/mod_so.html index 6fa8877767..40ae5bd320 100644 --- a/docs/manual/mod/mod_so.html +++ b/docs/manual/mod/mod_so.html @@ -2,10 +2,10 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_so - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_so

Description: +-->mod_so - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_so

Description: This module provides for loading of executable code and modules into the server at start-up or restart time. -
Status:Base (Windows>; Optional (Unix)
Module Identifier:so_module
Compatibility:Available in Apache 1.3 and later.

Summary

+
Status:Base (Windows>; Optional (Unix)
Module Identifier:so_module
Compatibility:Available in Apache 1.3 and later.

Summary

On selected operating systems this module can be used to load modules into Apache at runtime via the Dynamic Shared Object (DSO) mechanism, @@ -27,7 +27,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX with Apache 2.0 - the module must be modified to dynamically load or compile into Apache 2.0.

-

Directives

Creating Loadable Modules for Windows

+

Directives

Creating Loadable Modules for Windows

Note

The module name format changed for Windows @@ -96,15 +96,15 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX root, and use the LoadModule directive to load it.

-

LoadFile Directive

Description: Link in the named object file or library
Syntax:LoadFile filename [filename] ...
Default:none
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] ...
Default:none
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 to load additional code which may be required for some module to work. Filename is either an absolute path or relative to ServerRoot.

-

LoadModule Directive

Description: Links in the object file or library, and adds to the list -of active modules
Syntax:LoadModule module filename
Default:none
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
Default:none
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 @@ -118,4 +118,4 @@ of active modules

Apache HTTP Server Version 2.0IndexHome \ 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/mod_speling.html b/docs/manual/mod/mod_speling.html index 4e8f550064..b937be1df2 100644 --- a/docs/manual/mod/mod_speling.html +++ b/docs/manual/mod/mod_speling.html @@ -2,9 +2,9 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_speling - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_speling

Description:Attempts to correct mistaken URLs that +-->mod_speling - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_speling

Description:Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by -allowing up to one misspelling
Status:Extension
Module Identifier:speling_module

Summary

+allowing up to one misspelling
Status:Extension
Module Identifier:speling_module

Summary

Requests to documents sometimes cannot be served by the core apache server because the request was misspelled or @@ -33,12 +33,12 @@ 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 -"server" and "virtual host" contexts.
+"server" and "virtual host" contexts.

This directive enables or disables the spelling module. When enabled, keep in mind that

@@ -62,4 +62,4 @@ of Apache 1.3, it is part of the Apache distribution. Prior to Apache get incorrectly treated as the negotiated file "/stats.html". -

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/mod_ssl.html b/docs/manual/mod/mod_ssl.html index 91d6b4227b..2ed2ca98a1 100644 --- a/docs/manual/mod/mod_ssl.html +++ b/docs/manual/mod/mod_ssl.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_ssl - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_ssl

Description:Strong cryptography using the Secure Sockets -Layer (SSL) and Transport Layer Security (TLS) protocols
Status:Extension
Module Identifier:ssl_module

Summary

+-->mod_ssl - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_ssl

Description:Strong cryptography using the Secure Sockets +Layer (SSL) and Transport Layer Security (TLS) protocols
Status:Extension
Module Identifier:ssl_module

Summary

This module provides SSL v2/v3 and TLS v1 support for the Apache HTTP Server. It was contributed by Ralf S. Engeschall based on his mod_ssl project and originally derived from work by Ben Laurie.

@@ -13,7 +13,7 @@ to provide the cryptography engine.

Further details, discussion, and examples are provided in the SSL documentation.

-

Directives

Environment Variables

+

Directives

Environment Variables

This module provides a lot of SSL information as additional environment variables to the SSI and CGI namespace. The generated variables are listed in @@ -94,7 +94,7 @@ 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
+for Client AuthSyntax:SSLCACertificateFile file-pathContext:server config, virtual hostStatus:ExtensionModule:mod_ssl

This directive sets the all-in-one file where you can assemble the Certificates of Certification Authorities (CA) whose clients you deal @@ -105,8 +105,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 @@ -121,8 +121,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 @@ -133,8 +133,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. @@ -149,7 +149,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 @@ -176,7 +176,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 @@ -187,7 +187,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 @@ -204,8 +204,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 @@ -372,7 +372,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 @@ -384,7 +384,7 @@ SSLEngine on
...
</VirtualHost> -


SSLLog Directive

Description: Where to write the dedicated SSL engine logfile
Syntax:SSLLog file-path
Context:server config, virtual host
Status:Extension
Module:mod_ssl
+

SSLLog Directive

Description: Where to write the dedicated SSL engine logfile
Syntax:SSLLog file-path
Context:server config, virtual host
Status:Extension
Module:mod_ssl

This directive sets the name of the dedicated SSL protocol engine logfile. Error type messages are additionally duplicated to the general Apache error @@ -399,8 +399,8 @@ virtual server config.

Example

SSLLog /usr/local/apache/logs/ssl_engine_log
-

SSLLogLevel Directive

Description: Logging level for the dedicated SSL engine -logfile
Syntax:SSLLogLevel level
Default:SSLLogLevel none
Context:server config, virtual host
Status:Extension
Module:mod_ssl
+

SSLLogLevel Directive

Description: Logging level for the dedicated SSL engine +logfile
Syntax:SSLLogLevel level
Default:SSLLogLevel none
Context:server config, virtual host
Status:Extension
Module:mod_ssl

This directive sets the verbosity degree of the dedicated SSL protocol engine logfile. The level is one of the following (in ascending order where @@ -435,8 +435,8 @@ higher levels include lower levels):

Example

SSLLogLevel warn
-

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 @@ -473,7 +473,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 @@ -561,8 +561,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 @@ -619,7 +619,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 @@ -657,9 +657,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 @@ -742,8 +742,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 @@ -878,8 +878,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 @@ -889,8 +889,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 @@ -927,8 +927,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. @@ -937,7 +937,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 @@ -967,8 +967,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 @@ -988,4 +988,4 @@ known to the server (i.e. the CA's certificate is under

Example

SSLVerifyDepth 10
-

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/mod_status.html b/docs/manual/mod/mod_status.html index 630e8049aa..4c0d072dd5 100644 --- a/docs/manual/mod/mod_status.html +++ b/docs/manual/mod/mod_status.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_status - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_status

Description:Provides information on server activity and -performance
Status:Base
Module Identifier:status_module

Summary

+-->mod_status - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_status

Description:Provides information on server activity and +performance
Status:Base
Module Identifier:status_module

Summary

Warning: This document has not been updated @@ -48,7 +48,7 @@ performance
A compile-time option must be used to display the details marked "(*)" as the instrumentation required for obtaining these statistics does not exist within standard Apache.

-

Directives

Enabling Status Support

+

Directives

Enabling Status Support

To enable status reports only for browsers from the foo.com @@ -100,8 +100,8 @@ performance

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 -later.
+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.

-

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/mod_suexec.html b/docs/manual/mod/mod_suexec.html index e92aa194df..fcd2932282 100644 --- a/docs/manual/mod/mod_suexec.html +++ b/docs/manual/mod/mod_suexec.html @@ -2,15 +2,15 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_suexec - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_suexec

Description:Allows CGI scripts to run as a specified user -and Group
Status:Extension
Module Identifier:suexec_module
Compatibility:Available in Apache 2.0 and later

Summary

+-->mod_suexec - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_suexec

Description:Allows CGI scripts to run as a specified user +and Group
Status:Extension
Module Identifier:suexec_module
Compatibility:Available in Apache 2.0 and later

Summary

This module allows CGI scripts to run as a specified user and Group.

-

Directives


SuexecUserGroup Directive

Description:
Syntax:SuexecUserGroup User Group
Default:None
Context:server config, virtual host
Status:Extension
Module:mod_suexec
Compatibility:SuexecUserGroup is only available in 2.0 and -later.
+

Directives


SuexecUserGroup Directive

Description:
Syntax:SuexecUserGroup User Group
Default:None
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 requests are still processes with the user specified in the User directive. This directive replaces using the User and Group directives inside of VirtualHosts.

-

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/mod_unique_id.html b/docs/manual/mod/mod_unique_id.html index a040c54d6a..63146a218b 100644 --- a/docs/manual/mod/mod_unique_id.html +++ b/docs/manual/mod/mod_unique_id.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_unique_id - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_unique_id

Description:Provides an environment variable with a unique -identifier for each request
Status:Extension
Module Identifier:unique_id_module

Summary

+-->mod_unique_id - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_unique_id

Description:Provides an environment variable with a unique +identifier for each request
Status:Extension
Module Identifier:unique_id_module

Summary

This module provides a magic token for each request which is guaranteed to be unique across "all" requests under very @@ -13,7 +13,7 @@ identifier for each request

Apache Module mod_userdir

Description:Provides for user-specific -directories
Status:Base
Module Identifier:userdir_module

Summary

-

Directives


UserDir Directive

Description: Sets the directory from which to serve files when requests +-->mod_userdir - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_userdir

Description:Provides for user-specific +directories
Status:Base
Module Identifier:userdir_module

Summary

+

Directives


UserDir Directive

Description: Sets the directory from which to serve files when requests for a particular user are received, denoted by requests containing ~username, such as -http://server.example.com/~bob/
Syntax:UserDir directory-filename
Default:UserDir public_html
Context:server config, virtual +http://server.example.com/~bob/
Syntax:UserDir directory-filename
Default:UserDir public_html
Context:server config, virtual host
Status:Base
Module:mod_userdir
Compatibility:All forms except the UserDir public_html form are only available in Apache 1.1 or above. Use of the enabled keyword, or disabled with a list of usernames, is only available in Apache 1.3 and -above.
+above.

The UserDir directive sets the real directory in a user's home directory to use when a request for a @@ -99,4 +99,4 @@ UserDir enabled
UserDir disabled user4 user5 user6

-

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/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index 3cba9018fd..4c2e724dcb 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -2,17 +2,17 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_usertrack - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_usertrack

Description: +-->mod_usertrack - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_usertrack

Description: This module uses cookies to provide for a clickstream log of user activity on a site. -
Status:Extension
Module Identifier:usertrack_module
Compatibility:Known as mod_cookies prior to Apache 1.3.

Summary

+
Status:Extension
Module Identifier:usertrack_module
Compatibility:Known as mod_cookies prior to Apache 1.3.

Summary

Previous releases of Apache have included a module which generates a 'clickstream' log of user activity on a site using cookies. This was called the "cookies" module, mod_cookies. In Apache 1.2 and later this module has been renamed the "user tracking" module, mod_usertrack. This module has been simplified and new directives added.

-

Directives

Logging

+

Directives

Logging

Previously, the cookies module (now the user tracking @@ -69,7 +69,7 @@ form, but also understands 4-digit years, which can probably reach up until time late in the year "37". -


CookieDomain Directive

Description: controls the setting of the domain to which the tracking cookie applies.
Syntax:CookieDomain domain
Default:None
Context:server config, virtual host, directory, .htaccess
Status:Extension
Module:mod_usertrack
+

CookieDomain Directive

Description: controls the setting of the domain to which the tracking cookie applies.
Syntax:CookieDomain domain
Default:None
Context:server config, virtual host, directory, .htaccess
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 @@ -78,8 +78,8 @@ 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:
Syntax:CookieExpires expiry-period
Default:
Context:server config, virtual host, directory, .htaccess
Override:
Status:Extension
Module:mod_usertrack
Compatibility:In 1.3.20 and earlier, not usable in directory and -.htaccess
+

CookieExpires Directive

Description:
Syntax:CookieExpires expiry-period
Default:
Context:server config, virtual host, directory, .htaccess
Override:
Status:Extension
Module:mod_usertrack
Compatibility:In 1.3.20 and earlier, not usable in directory and +.htaccess

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 @@ -90,7 +90,7 @@ time late in the year "37".

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

-

CookieName Directive

Description:
Syntax:CookieName token
Default:Apache
Context:server config, virtual host, directory, .htaccess
Status:Extension
Module:mod_usertrack
+

CookieName Directive

Description:
Syntax:CookieName token
Default:Apache
Context:server config, virtual host, directory, .htaccess
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".

@@ -98,8 +98,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: Controls the format of the cookie header field
Syntax:CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965
Default:
Context:server config, virtual host, directory, .htaccess
Status:Extension
Module:mod_usertrack
+

CookieStyle Directive

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

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

@@ -118,7 +118,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:
Syntax:CookieTracking on|off
Default:
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Extension
Module:mod_usertrack
+

CookieTracking Directive

Description:
Syntax:CookieTracking on|off
Default:
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 @@ -126,4 +126,4 @@ time late in the year "37". per-directory basis. By default, compiling mod_usertrack will not activate cookies.

-

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/mod_vhost_alias.html b/docs/manual/mod/mod_vhost_alias.html index dcdb473420..16cb31584a 100644 --- a/docs/manual/mod/mod_vhost_alias.html +++ b/docs/manual/mod/mod_vhost_alias.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mod_vhost_alias - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_vhost_alias

Description:Provides for dynamically configured mass virtual -hosting
Status:Extension
Module Identifier:vhost_alias_module

Summary

+-->mod_vhost_alias - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_vhost_alias

Description:Provides for dynamically configured mass virtual +hosting
Status:Extension
Module Identifier:vhost_alias_module

Summary

This module creates dynamically configured virtual hosts, by allowing the IP address and/or the Host: header of @@ -12,7 +12,7 @@ hosting -

See also

Directives

Directory Name Interpolation

+

Directives

See also

Directory Name Interpolation

All the directives in this module interpolate a string into @@ -161,8 +161,8 @@ hosting%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
Override:
Status:Extension
Module:mod_vhost_alias
Compatibility:VirtualDocumentRoot is only available in 1.3.7 and -later.
+for a given virtual hostSyntax:VirtualDocumentRoot interpolated-directoryDefault:noneContext:server config, virtual hostOverride:Status:ExtensionModule:mod_vhost_aliasCompatibility:VirtualDocumentRoot is only available in 1.3.7 and +later.

The VirtualDocumentRoot directive allows you to determine where Apache will find your documents based on the @@ -174,17 +174,17 @@ later. cannot be used in the same context as 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
Override:
Status:Extension
Module:mod_vhost_alias
Compatibility:VirtualDocumentRootIP is only available in 1.3.7 -and later.
+

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
Override:
Status:Extension
Module:mod_vhost_alias
Compatibility:VirtualDocumentRootIP is only available in 1.3.7 +and later.

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
Override:
Status:Extension
Module:mod_vhost_alias
Compatibility:VirtualScriptAlias is only available in 1.3.7 -and later.
+

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
Override:
Status:Extension
Module:mod_vhost_alias
Compatibility:VirtualScriptAlias is only available in 1.3.7 +and later.

The VirtualScriptAlias directive allows you to determine where Apache will find CGI scripts in a similar @@ -193,13 +193,13 @@ and later. /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
Override:
Status:Extension
Module:mod_vhost_alias
Compatibility:VirtualScriptAliasIP is only available in 1.3.7 -and later.
+

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
Override:
Status:Extension
Module:mod_vhost_alias
Compatibility:VirtualScriptAliasIP is only available in 1.3.7 +and later.

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

-

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/mpm_common.html b/docs/manual/mod/mpm_common.html index abfd8c3d89..ba13ecd6dc 100644 --- a/docs/manual/mod/mpm_common.html +++ b/docs/manual/mod/mpm_common.html @@ -2,9 +2,9 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 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
+-->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

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 @@ requestsSynt 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 @@ -79,8 +79,8 @@ listens toSy

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
+

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

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 toSy 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 toSy 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 requestsThreadsPerChild.

-

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 lifeMaxSpareThreads 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 lifeMinSpareThreads

  • 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 @@ spikesSyntax 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 daemonThe 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

    The ScoreBoardFile directive is required on some architectures to place a file that the server will use to communicate between its children and the parent. The easiest way @@ -222,12 +222,12 @@ the child processessecurity.

    -

    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 @@ -255,18 +255,18 @@ the child processesMaxClients 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 @@ -283,7 +283,7 @@ per child processThreadsPerChild 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 @@ -292,8 +292,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 @@ -333,4 +333,4 @@ requestsSynt (or Group) to root unless you know exactly what you are doing, and what the dangers are.

    -

    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/mpm_netware.html b/docs/manual/mod/mpm_netware.html index 4e1ad7accb..da61f0a0c6 100644 --- a/docs/manual/mod/mpm_netware.html +++ b/docs/manual/mod/mpm_netware.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mpm_netware - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module mpm_netware

    Description:Multi-Processing Module implementing an exclusively threaded web - server optimized for Novell NetWare
    Status:MPM
    Module Identifier:mpm_netware_module

    Summary

    +-->mpm_netware - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module mpm_netware

    Description:Multi-Processing Module implementing an exclusively threaded web + server optimized for Novell NetWare
    Status:MPM
    Module Identifier:mpm_netware_module

    Summary

    This Multi-Processing Module (MPM) implements an exclusively threaded web server that has been optimized for Novell NetWare.

    @@ -36,7 +36,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    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 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    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,11 +58,11 @@ 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.

    -

    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/mpm_winnt.html b/docs/manual/mod/mpm_winnt.html index 618d41a51a..27ce74b9de 100644 --- a/docs/manual/mod/mpm_winnt.html +++ b/docs/manual/mod/mpm_winnt.html @@ -2,10 +2,10 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->mpm_winnt - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module mpm_winnt

    Description:This Multi-Processing Module is optimized for Windows - NT.
    Status:MPM
    Module Identifier:mpm_winnt_module

    Summary

    +-->mpm_winnt - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module mpm_winnt

    Description:This Multi-Processing Module is optimized for Windows + NT.
    Status:MPM
    Module Identifier:mpm_winnt_module

    Summary

    This Multi-Processing Module (MPM) is the default for the Windows NT operating systems. It uses a single control process which launches a single child process which in turn creates threads to handle requests

    -

    Directives


    Apache HTTP Server Version 2.0

    IndexHome
    \ No newline at end of file +

    Directives


    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file diff --git a/docs/manual/mod/perchild.html b/docs/manual/mod/perchild.html index 8fbd0b1383..40401b2a40 100644 --- a/docs/manual/mod/perchild.html +++ b/docs/manual/mod/perchild.html @@ -2,9 +2,9 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->perchild - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module perchild

    Description:Multi-Processing Module allowing for daemon processes +-->perchild - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module perchild

    Description:Multi-Processing Module allowing for daemon processes serving requests to be assigned a variety of different - userids
    Status:MPM
    Module Identifier:mpm_perchild_module

    Summary

    + userids
    Status:MPM
    Module Identifier:mpm_perchild_module

    Summary

    This MPM does not currently work on most platforms. Work is ongoing to make it functional. @@ -59,15 +59,15 @@ 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 children ids 1,2,3,4 and 5 are available for assigment. If a child does not have an associated ChildPerUserID, it inherits the User and Group settings from the main server

    -

    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/prefork.html b/docs/manual/mod/prefork.html index 0db2c66a68..56b2b93ed9 100644 --- a/docs/manual/mod/prefork.html +++ b/docs/manual/mod/prefork.html @@ -2,7 +2,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->prefork - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module prefork

    Description:Implements a non-threaded, pre-forking web server
    Status:MPM
    Module Identifier:mpm_prefork_module

    Summary

    +-->prefork - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module prefork

    Description:Implements a non-threaded, pre-forking web server
    Status:MPM
    Module Identifier:mpm_prefork_module

    Summary

    This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web server which handles request in a manner very similar to the default behavior of Apache 1.3 on @@ -43,9 +43,9 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    MaxRequestsPerChild controls how frequently the server recycles processes by killing old ones and launching new ones.

    -

    See also

    Directives


    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
    +

    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

    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 @@ -103,4 +103,4 @@ accepting requests on network sockets

    MaxSpareServers
  • StartServers

  • Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file +

    See also


    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file diff --git a/docs/manual/mod/worker.html b/docs/manual/mod/worker.html index a0b1c46536..3706154e53 100644 --- a/docs/manual/mod/worker.html +++ b/docs/manual/mod/worker.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->worker - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module worker

    Description:Multi-Processing Module implementing a hybrid - multi-threaded multi-process web server
    Status:MPM
    Module Identifier:mpm_worker_module

    Summary

    +-->worker - Apache HTTP Server
    [APACHE DOCUMENTATION]

    Apache HTTP Server Version 2.0

    Apache Module worker

    Description:Multi-Processing Module implementing a hybrid + multi-threaded multi-process web server
    Status:MPM
    Module Identifier:mpm_worker_module

    Summary

    This Multi-Processing Module (MPM) is the default for most unix-like operating systems. It implements a hybrid multi-process multi-threaded server. Each process has a fixed @@ -47,4 +47,4 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    See also: Setting which addresses and ports Apache uses.

    -

    Directives


    Apache HTTP Server Version 2.0

    IndexHome
    \ No newline at end of file +

    Directives


    Apache HTTP Server Version 2.0

    IndexHome \ No newline at end of file