From: Christophe Jaillet
Date: Sun, 16 Jun 2019 14:06:07 +0000 (+0000)
Subject: Fix:
X-Git-Tag: 2.4.40~87
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bbef37b08d4913b93a8e4587986bc77d3c83f3;p=thirdparty%2Fapache%2Fhttpd.git
Fix:
- some missing syntax highlight
- a default value not refelcted in quickreference
- a missing link between
(r1861455 in trunk )
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1861456 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_session_crypto.xml b/docs/manual/mod/mod_session_crypto.xml
index dd8e7da98f2..2dd619ce84d 100644
--- a/docs/manual/mod/mod_session_crypto.xml
+++ b/docs/manual/mod/mod_session_crypto.xml
@@ -178,7 +178,8 @@ SessionCryptoPassphrase secret
As of version 2.4.7 if the value begins with exec: the resulting command
will be executed and the first line returned to standard output by the program will be
used as the key.
-
+
+
#key used as-is
SessionCryptoPassphrase secret
@@ -187,7 +188,8 @@ SessionCryptoPassphrase exec:/path/to/program
#Run /path/to/otherProgram and provide arguments
SessionCryptoPassphrase "exec:/path/to/otherProgram argument1"
-
+
+
@@ -209,7 +211,7 @@ SessionCryptoPassphrase "exec:/path/to/otherProgram argument1"
the session, specified one per line. The file is read on server start, and a graceful
restart will be necessary for httpd to pick up changes to the keys.
- Unlike the SessionCryptoPassphrase directive, the keys are
+
Unlike the SessionCryptoPassphrase directive, the keys are
not exposed within the httpd configuration and can be hidden by protecting the file
appropriately.
@@ -226,7 +228,7 @@ SessionCryptoPassphrase "exec:/path/to/otherProgram argument1"
SessionCryptoCipher
The crypto cipher to be used to encrypt the session
SessionCryptoCipher name
-aes256
+SessionCryptoCipher aes256
server config
virtual host
directory