You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/06/16 14:02:30 UTC

svn commit: r1861455 - /httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml

Author: jailletc36
Date: Sun Jun 16 14:02:30 2019
New Revision: 1861455

URL: http://svn.apache.org/viewvc?rev=1861455&view=rev
Log:
Fix:
   - some missing syntax highlight
   - a default value not refelcted in quickreference
   - a missing link between

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml?rev=1861455&r1=1861454&r2=1861455&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml Sun Jun 16 14:02:30 2019
@@ -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/pr
 
 #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/o
     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/o
 <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>