]> granicus.if.org Git - apache/commitdiff
Fix:
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 14:02:30 +0000 (14:02 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 14:02:30 +0000 (14:02 +0000)
   - 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

docs/manual/mod/mod_session_crypto.xml

index a7d9454a09111eec65b316325877a23f60474c32..5a1f90bbfda63964461b88b0295e763dba2506b9 100644 (file)
@@ -179,7 +179,8 @@ SessionCryptoPassphrase secret
     <p>As of version 2.4.7 if the value begins with <var>exec:</var> the resulting command
     will be executed and the first line returned to standard output by the program will be
     used as the key.</p>
-<example><pre>
+<example>
+    <highlight language="config">
 #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"
-</pre></example>
+    </highlight>
+</example>
 
 </usage>
 </directivesynopsis>
@@ -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.</p>
 
-    <p>Unlike the <directive>SessionCryptoPassphrase</directive> directive, the keys are
+    <p>Unlike the <directive module="mod_session_crypto">SessionCryptoPassphrase</directive> directive, the keys are
     not exposed within the httpd configuration and can be hidden by protecting the file
     appropriately.</p>
 
@@ -227,7 +229,7 @@ SessionCryptoPassphrase "exec:/path/to/otherProgram argument1"
 <name>SessionCryptoCipher</name>
 <description>The crypto cipher to be used to encrypt the session</description>
 <syntax>SessionCryptoCipher <var>name</var></syntax>
-<default>aes256</default>
+<default>SessionCryptoCipher aes256</default>
 <contextlist><context>server config</context>
 <context>virtual host</context>
 <context>directory</context>