From: Christophe Jaillet
Date: Sun, 16 Jun 2019 14:02:30 +0000 (+0000)
Subject: Fix:
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=827759d0c6050c05b12dec73b0737b445f91245e;p=apache
Fix:
- some missing syntax highlight
- a default value not refelcted in quickreference
- a missing link between
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1861455 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_session_crypto.xml b/docs/manual/mod/mod_session_crypto.xml
index a7d9454a09..5a1f90bbfd 100644
--- a/docs/manual/mod/mod_session_crypto.xml
+++ b/docs/manual/mod/mod_session_crypto.xml
@@ -179,7 +179,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
@@ -188,7 +189,8 @@ SessionCryptoPassphrase exec:/path/to/program
#Run /path/to/otherProgram and provide arguments
SessionCryptoPassphrase "exec:/path/to/otherProgram argument1"
-
+
+
@@ -210,7 +212,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.
@@ -227,7 +229,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