attribute
+| Session On|Off | Off | d | E |
| Enables a session for the current directory or location |
+| SessionCookieName name attributes | | d | E |
| Name and attributes for the RFC2109 cookie storing the session |
+| SessionCookieName2 name attributes | | d | E |
| Name and attributes for the RFC2965 cookie storing the session |
+| SessionCookieRemove On|Off | Off | d | E |
| Control for whether session cookies should be removed from incoming HTTP headers |
+| SessionCryptoCertificateFile file | | d | E |
| The certificate used to encrypt and decrypt the session |
+| SessionCryptoCertificateKeyFile file | | d | E |
| The certificate key used to encrypt and decrypt the session |
+| SessionCryptoCipher cipher | | d | E |
| The name of the cipher to use during encryption / decryption |
+| SessionCryptoDigest cipher | | d | E |
| The name of the digest to use during encryption / decryption |
+| SessionCryptoEngine engine | | d | E |
| The name of the engine to use during encryption / decryption |
+| SessionCryptoPassphrase secret | | d | E |
| The key used to encrypt the session |
+| SessionEnv On|Off | Off | d | E |
| Control whether the contents of the session are written to the
+HTTP_SESSION environment variable |
+| SessionExclude path | | d | E |
| Define URL prefixes for which a session is ignored |
+| SessionHeader header | | d | E |
| Import session updates from a given HTTP response header |
+| SessionInclude path | | d | E |
| Define URL prefixes for which a session is valid |
+| SessionMaxAge maxage | 0 | d | E |
| Define a maximum age in seconds for a session |
+| SetEnv env-variable value | | skdh | T |
| Sets environment variables |
+| SetEnvIf attribute
regex [!]env-variable[=value]
- [[!]env-variable[=value]] ... | | skdh | T |
| Sets environment variables based on attributes of the request
- |
-| SetEnvIfNoCase attribute regex
- [!]env-variable[=value]
[[!]env-variable[=value]] ... | | skdh | T |
| Sets environment variables based on attributes of the request
+ |
+| SetEnvIfNoCase attribute regex
+ [!]env-variable[=value]
+ [[!]env-variable[=value]] ... | | skdh | T |
| Sets environment variables based on attributes of the request
without respect to case |
-| SetHandler handler-name|None | | skdh | Ç |
| Forces all matching files to be processed by a
+ |
| SetHandler handler-name|None | | skdh | Ç |
| Forces all matching files to be processed by a
handler |
-| SetInputFilter filter[;filter...] | | skdh | Ç |
| Sets the filters that will process client requests and POST
+ |
| SetInputFilter filter[;filter...] | | skdh | Ç |
| Sets the filters that will process client requests and POST
input |
-| SetOutputFilter filter[;filter...] | | skdh | Ç |
| Sets the filters that will process responses from the
+ |
| SetOutputFilter filter[;filter...] | | skdh | Ç |
| Sets the filters that will process responses from the
server |
-| SSIEnableAccess on|off | off | dh | T |
| Enable the -A flag during conditional flow control processing. |
-| SSIEndTag tag | "-->" | sk | T |
| String that ends an include element |
-| SSIErrorMsg message | "[an error occurred + | skdh | T |
| Error message displayed when there is an SSI
+ |
| SSIEnableAccess on|off | off | dh | T |
| Enable the -A flag during conditional flow control processing. |
+| SSIEndTag tag | "-->" | sk | T |
| String that ends an include element |
+| SSIErrorMsg message | "[an error occurred + | skdh | T |
| Error message displayed when there is an SSI
error |
-| SSIStartTag tag | "<!--#" | sk | T |
| String that starts an include element |
-| SSITimeFormat formatstring | "%A, %d-%b-%Y %H:%M + | skdh | T |
| Configures the format in which date strings are
+ |
| SSIStartTag tag | "<!--#" | sk | T |
| String that starts an include element |
+| SSITimeFormat formatstring | "%A, %d-%b-%Y %H:%M + | skdh | T |
| Configures the format in which date strings are
displayed |
-| SSIUndefinedEcho string | "(none)" | skdh | T |
| String displayed when an unset variable is echoed |
-| SSLCACertificateFile file-path | | sk | E |
| File of concatenated PEM-encoded CA Certificates
+ |
| SSIUndefinedEcho string | "(none)" | skdh | T |
| String displayed when an unset variable is echoed |
+| SSLCACertificateFile file-path | | sk | E |
| File of concatenated PEM-encoded CA Certificates
for Client Auth |
-| SSLCACertificatePath directory-path | | sk | E |
| Directory of PEM-encoded CA Certificates for
+ |
| SSLCACertificatePath directory-path | | sk | E |
| Directory of PEM-encoded CA Certificates for
Client Auth |
-| SSLCADNRequestFile file-path | | sk | E |
| File of concatenated PEM-encoded CA Certificates
+ |
| SSLCADNRequestFile file-path | | sk | E |
| File of concatenated PEM-encoded CA Certificates
for defining acceptable CA names |
-| SSLCADNRequestPath directory-path | | sk | E |
| Directory of PEM-encoded CA Certificates for
+ |
| SSLCADNRequestPath directory-path | | sk | E |
| Directory of PEM-encoded CA Certificates for
defining acceptable CA names |
-| SSLCARevocationFile file-path | | sk | E |
| File of concatenated PEM-encoded CA CRLs for
+ |
| SSLCARevocationFile file-path | | sk | E |
| File of concatenated PEM-encoded CA CRLs for
Client Auth |
-| SSLCARevocationPath directory-path | | sk | E |
| Directory of PEM-encoded CA CRLs for
+ |
| SSLCARevocationPath directory-path | | sk | E |
| Directory of PEM-encoded CA CRLs for
Client Auth |
-| SSLCertificateChainFile file-path | | sk | E |
| File of PEM-encoded Server CA Certificates |
-| SSLCertificateFile file-path | | sk | E |
| Server PEM-encoded X.509 Certificate file |
-| SSLCertificateKeyFile file-path | | sk | E |
| Server PEM-encoded Private Key file |
-| SSLCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | skdh | E |
| Cipher Suite available for negotiation in SSL
+ |
| SSLCertificateChainFile file-path | | sk | E |
| File of PEM-encoded Server CA Certificates |
+| SSLCertificateFile file-path | | sk | E |
| Server PEM-encoded X.509 Certificate file |
+| SSLCertificateKeyFile file-path | | sk | E |
| Server PEM-encoded Private Key file |
+| SSLCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | skdh | E |
| Cipher Suite available for negotiation in SSL
handshake |
-| SSLCryptoDevice engine | builtin | s | E |
| Enable use of a cryptographic hardware accelerator |
-| SSLEngine on|off|optional | off | sk | E |
| SSL Engine Operation Switch |
-| SSLHonorCiperOrder flag | | sk | E |
| Option to prefer the server's cipher preference order |
-| SSLMutex type | none | s | E |
| Semaphore for internal mutual exclusion of
+ |
| SSLCryptoDevice engine | builtin | s | E |
| Enable use of a cryptographic hardware accelerator |
+| SSLEngine on|off|optional | off | sk | E |
| SSL Engine Operation Switch |
+| SSLHonorCiperOrder flag | | sk | E |
| Option to prefer the server's cipher preference order |
+| SSLMutex type | none | s | E |
| Semaphore for internal mutual exclusion of
operations |
-| SSLOCSDefaultResponder uri | | sk | E |
| Set the default responder URI for OCSP validation |
-| SSLOCSPEnable flag | | sk | E |
| Enable OCSP validation of the client certificate chain |
-| SSLOCSPOverrideResponder flag | | sk | E |
| Force use of the default responder URI for OCSP validation |
-| SSLOptions [+|-]option ... | | skdh | E |
| Configure various SSL engine run-time options |
-| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private
+ |
| SSLOCSDefaultResponder uri | | sk | E |
| Set the default responder URI for OCSP validation |
+| SSLOCSPEnable flag | | sk | E |
| Enable OCSP validation of the client certificate chain |
+| SSLOCSPOverrideResponder flag | | sk | E |
| Force use of the default responder URI for OCSP validation |
+| SSLOptions [+|-]option ... | | skdh | E |
| Configure various SSL engine run-time options |
+| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private
keys |
-| SSLProtocol [+|-]protocol ... | all | sk | E |
| Configure usable SSL protocol versions |
-| SSLProxyCACertificateFile file-path | | sk | E |
| File of concatenated PEM-encoded CA Certificates
+ |
| SSLProtocol [+|-]protocol ... | all | sk | E |
| Configure usable SSL protocol versions |
+| SSLProxyCACertificateFile file-path | | sk | E |
| File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-| SSLProxyCACertificatePath directory-path | | sk | E |
| Directory of PEM-encoded CA Certificates for
+ |
| SSLProxyCACertificatePath directory-path | | sk | E |
| Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-| SSLProxyCARevocationFile file-path | | sk | E |
| File of concatenated PEM-encoded CA CRLs for
+ |
| SSLProxyCARevocationFile file-path | | sk | E |
| File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-| SSLProxyCARevocationPath directory-path | | sk | E |
| Directory of PEM-encoded CA CRLs for
+ |
| SSLProxyCARevocationPath directory-path | | sk | E |
| Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-| SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | skdh | E |
| Cipher Suite available for negotiation in SSL
+ |
| SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | skdh | E |
| Cipher Suite available for negotiation in SSL
proxy handshake |
-| SSLProxyEngine on|off | off | sk | E |
| SSL Proxy Engine Operation Switch |
-| SSLProxyMachineCertificateFile filename | | s | E |
| File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-| SSLProxyMachineCertificatePath directory | | s | E |
| Directory of PEM-encoded client certificates and keys to be used by the proxy |
-| SSLProxyProtocol [+|-]protocol ... | all | sk | E |
| Configure usable SSL protocol flavors for proxy usage |
-| SSLProxyVerify level | none | skdh | E |
| Type of remote server Certificate verification |
-| SSLProxyVerifyDepth number | 1 | skdh | E |
| Maximum depth of CA Certificates in Remote Server
+ |
| SSLProxyEngine on|off | off | sk | E |
| SSL Proxy Engine Operation Switch |
+| SSLProxyMachineCertificateFile filename | | s | E |
| File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+| SSLProxyMachineCertificatePath directory | | s | E |
| Directory of PEM-encoded client certificates and keys to be used by the proxy |
+| SSLProxyProtocol [+|-]protocol ... | all | sk | E |
| Configure usable SSL protocol flavors for proxy usage |
+| SSLProxyVerify level | none | skdh | E |
| Type of remote server Certificate verification |
+| SSLProxyVerifyDepth number | 1 | skdh | E |
| Maximum depth of CA Certificates in Remote Server
Certificate verification |
-| SSLRandomSeed context source
-[bytes] | | s | E |
| Pseudo Random Number Generator (PRNG) seeding
+ |
| SSLRandomSeed context source
+[bytes] | | s | E |
| Pseudo Random Number Generator (PRNG) seeding
source |
-| SSLRequire expression | | dh | E |
| Allow access only when an arbitrarily complex
+ |
| SSLRequire expression | | dh | E |
| Allow access only when an arbitrarily complex
boolean expression is true |
-| SSLRequireSSL | | dh | E |
| Deny access when SSL is not used for the
+ |
| SSLRequireSSL | | dh | E |
| Deny access when SSL is not used for the
HTTP request |
-| SSLSessionCache type | none | s | E |
| Type of the global/inter-process SSL Session
+ |
| SSLSessionCache type | none | s | E |
| Type of the global/inter-process SSL Session
Cache |
-| SSLSessionCacheTimeout seconds | 300 | sk | E |
| Number of seconds before an SSL session expires
+ |
| SSLSessionCacheTimeout seconds | 300 | sk | E |
| Number of seconds before an SSL session expires
in the Session Cache |
-| SSLUserName varname | | sdh | E |
| Variable name to determine user name |
-| SSLVerifyClient level | none | skdh | E |
| Type of Client Certificate verification |
-| SSLVerifyDepth number | 1 | skdh | E |
| Maximum depth of CA Certificates in Client
+ |
| SSLUserName varname | | sdh | E |
| Variable name to determine user name |
+| SSLVerifyClient level | none | skdh | E |
| Type of Client Certificate verification |
+| SSLVerifyDepth number | 1 | skdh | E |
| Maximum depth of CA Certificates in Client
Certificate verification |
-| StartServers number | | s | M |
| Number of child server processes created at startup |
-| StartThreads number | | s | M |
| Number of threads created on startup |
-| Substitute s/pattern/substitution/[infq] | | dh | D |
| Pattern to filter the response content |
-| SuexecUserGroup User Group | | sk | E |
| User and group permissions for CGI programs |
-| ThreadLimit number | | s | M |
| Sets the upper limit on the configurable number of threads
+ |
| StartServers number | | s | M |
| Number of child server processes created at startup |
+| StartThreads number | | s | M |
| Number of threads created on startup |
+| Substitute s/pattern/substitution/[infq] | | dh | D |
| Pattern to filter the response content |
+| SuexecUserGroup User Group | | sk | E |
| User and group permissions for CGI programs |
+| ThreadLimit number | | s | M |
| Sets the upper limit on the configurable number of threads
per child process |
-| ThreadsPerChild number | | s | M |
| Number of threads created by each child process |
-| ThreadStackSize size | | s | M |
| The size in bytes of the stack used by threads handling
+ |
| ThreadsPerChild number | | s | M |
| Number of threads created by each child process |
+| ThreadStackSize size | | s | M |
| The size in bytes of the stack used by threads handling
client connections |
-| TimeOut seconds | 300 | sk | Ç |
| Amount of time the server will wait for
+ |
| TimeOut seconds | 300 | sk | Ç |
| Amount of time the server will wait for
certain events before failing a request |
-| TraceEnable [on|off|extended] | on | s | Ç |
Determines the behaviour on TRACE
+ |
| TraceEnable [on|off|extended] | on | s | Ç |
Determines the behaviour on TRACE
requests |
-| TransferLog file|pipe | | sk | T |
| Specify location of a log file |
-| TypesConfig file-path | conf/mime.types | s | T |
The location of the mime.types file |
-| UnsetEnv env-variable [env-variable]
-... | | skdh | T |
| Removes variables from the environment |
-| UseCanonicalName On|Off|DNS | Off | skd | Ç |
| Configures how the server determines its own name and
+ |
| TransferLog file|pipe | | sk | T |
| Specify location of a log file |
+| TypesConfig file-path | conf/mime.types | s | T |
The location of the mime.types file |
+| UnsetEnv env-variable [env-variable]
+... | | skdh | T |
| Removes variables from the environment |
+| UseCanonicalName On|Off|DNS | Off | skd | Ç |
| Configures how the server determines its own name and
port |
-| UseCanonicalPhysicalPort On|Off | Off | skd | Ç |
| Configures how the server determines its own name and
+ |
| UseCanonicalPhysicalPort On|Off | Off | skd | Ç |
| Configures how the server determines its own name and
port |
-| User unix-userid | #-1 | s | M |
| The userid under which the server will answer
+ |
| User unix-userid | #-1 | s | M |
| The userid under which the server will answer
requests |
-| UserDir directory-filename [directory-filename] ...
- | | sk | T |
| Location of the user-specific directories |
-| VirtualDocumentRoot interpolated-directory|none | none | sk | E |
| Dynamically configure the location of the document root
+ |
| UserDir directory-filename [directory-filename] ...
+ | | sk | T |
| Location of the user-specific directories |
+| VirtualDocumentRoot interpolated-directory|none | none | sk | E |
| Dynamically configure the location of the document root
for a given virtual host |
-| VirtualDocumentRootIP interpolated-directory|none | none | sk | E |
| Dynamically configure the location of the document root
+ |
| VirtualDocumentRootIP interpolated-directory|none | none | sk | E |
| Dynamically configure the location of the document root
for a given virtual host |
-<VirtualHost
+| <VirtualHost
addr[:port] [addr[:port]]
- ...> ... </VirtualHost> | | s | Ç | | Contains directives that apply only to a specific
+ ...> ... </VirtualHost> | | s | Ç | | Contains directives that apply only to a specific
hostname or IP address |
-| VirtualScriptAlias interpolated-directory|none | none | sk | E | | Dynamically configure the location of the CGI directory for
+ | | VirtualScriptAlias interpolated-directory|none | none | sk | E | | Dynamically configure the location of the CGI directory for
a given virtual host |
-| VirtualScriptAliasIP interpolated-directory|none | none | sk | E | | Dynamically configure the location of the cgi directory for
+ | | VirtualScriptAliasIP interpolated-directory|none | none | sk | E | | Dynamically configure the location of the cgi directory for
a given virtual host |
-| Win32DisableAcceptEx | | s | M | | Use accept() rather than AcceptEx() to accept network connections |
-| XBitHack on|off|full | off | skdh | T | | Parse SSI directives in files with the execute bit
+ | | Win32DisableAcceptEx | | s | M | | Use accept() rather than AcceptEx() to accept network connections |
+| XBitHack on|off|full | off | skdh | T | | Parse SSI directives in files with the execute bit
set |
diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de
index 195dd189bf..a89d276731 100644
--- a/docs/manual/sitemap.html.de
+++ b/docs/manual/sitemap.html.de
@@ -234,6 +234,9 @@ HPUX betreiben
Apache-Modul mod_proxy_ftp
Apache-Modul mod_proxy_http
Apache-Modul mod_rewrite
+ Apache-Modul mod_session
+ Apache-Modul mod_session_cookie
+ Apache-Modul mod_session_crypto
Apache-Modul mod_setenvif
Apache-Modul mod_so
Apache-Modul mod_speling
diff --git a/docs/manual/sitemap.html.es b/docs/manual/sitemap.html.es
index 7c928a413d..681a8c569d 100644
--- a/docs/manual/sitemap.html.es
+++ b/docs/manual/sitemap.html.es
@@ -232,6 +232,9 @@ usados para describir las directivas de Apache
Mdulo Apache mod_proxy_ftp
Mdulo Apache mod_proxy_http
Mdulo Apache mod_rewrite
+ Mdulo Apache mod_session
+ Mdulo Apache mod_session_cookie
+ Mdulo Apache mod_session_crypto
Mdulo Apache mod_setenvif
Mdulo Apache mod_so
Mdulo Apache mod_speling
diff --git a/docs/manual/sitemap.html.ja.utf8 b/docs/manual/sitemap.html.ja.utf8
index 27bf0f33a4..c7c41b5e77 100644
--- a/docs/manual/sitemap.html.ja.utf8
+++ b/docs/manual/sitemap.html.ja.utf8
@@ -226,6 +226,9 @@
Apache モジュール mod_proxy_ftp
Apache モジュール mod_proxy_http
Apache モジュール mod_rewrite
+ Apache モジュール mod_session
+ Apache モジュール mod_session_cookie
+ Apache モジュール mod_session_crypto
Apache モジュール mod_setenvif
Apache モジュール mod_so
Apache モジュール mod_speling
diff --git a/docs/manual/sitemap.html.ko.euc-kr b/docs/manual/sitemap.html.ko.euc-kr
index daa755194a..c6e048adba 100644
--- a/docs/manual/sitemap.html.ko.euc-kr
+++ b/docs/manual/sitemap.html.ko.euc-kr
@@ -230,6 +230,9 @@
ġ mod_proxy_ftp
ġ mod_proxy_http
ġ mod_rewrite
+ ġ mod_session
+ ġ mod_session_cookie
+ ġ mod_session_crypto
ġ mod_setenvif
ġ mod_so
ġ mod_speling
diff --git a/docs/manual/sitemap.html.tr.utf8 b/docs/manual/sitemap.html.tr.utf8
index 6edd3e7fa4..277dee38fc 100644
--- a/docs/manual/sitemap.html.tr.utf8
+++ b/docs/manual/sitemap.html.tr.utf8
@@ -223,6 +223,9 @@ Windows ile Apache Kullanımı
Apache Modülü mod_proxy_ftp
Apache Modülü mod_proxy_http
Apache Modülü mod_rewrite
+ Apache Modülü mod_session
+ Apache Modülü mod_session_cookie
+ Apache Modülü mod_session_crypto
Apache Modülü mod_setenvif
Apache Modülü mod_so
Apache Modülü mod_speling
|