]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Synch a bit with trunk
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 9 Aug 2019 11:29:57 +0000 (11:29 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 9 Aug 2019 11:29:57 +0000 (11:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864783 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_session.xml

index b7e00034cd6f715395fe6487c71919389905e54f..4a29797edfad23601ee9cf71bc4be02d539e0476 100644 (file)
@@ -263,7 +263,7 @@ SessionCookieName session path=/
 AuthFormProvider file
 AuthUserFile "conf/passwd"
 AuthType form
-AuthName realm
+AuthName "realm"
 #...
         </highlight>
       </example>
@@ -310,7 +310,7 @@ AuthName realm
       session from or writing the session to the chosen storage mechanism is handled
       by the <module>mod_session</module> modules and corresponding configuration.
       </dd>
-      
+
       <dt>Applications behind <module>mod_proxy</module></dt>
       <dd>If the <directive module="mod_session">SessionHeader</directive>
       directive is used to define an HTTP request header, the session, encoded as
@@ -320,7 +320,7 @@ AuthName realm
       above, any encryption or decryption, and the reading the session from or
       writing the session to the chosen storage mechanism is handled by the
       <module>mod_session</module> modules and corresponding configuration.</dd>
-      
+
       <dt>Standalone applications</dt>
       <dd>Applications might choose to manipulate the session outside the control
       of the Apache HTTP server. In this case, it is the responsibility of the