You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/08/19 15:43:37 UTC

svn commit: r1515411 - /httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml

Author: trawick
Date: Mon Aug 19 13:43:37 2013
New Revision: 1515411

URL: http://svn.apache.org/r1515411
Log:
tweak xml to satisfy 'make docs'

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml?rev=1515411&r1=1515410&r2=1515411&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml Mon Aug 19 13:43:37 2013
@@ -391,12 +391,11 @@ Require FooAuthnz
 
     <p><directive module="core">LogLevel</directive> can be used
     to configure a log level specific to mod_authnz_fcgi.  For
-    example:
+    example:</p>
 
 <highlight language="config">
 LogLevel info authnz_fcgi:trace8
 </highlight>
-    </p>
 
 </section>
 
@@ -406,7 +405,7 @@ LogLevel info authnz_fcgi:trace8
 authentication and/or authorization</description>
 <syntax>AuthnzFcgiDefineProvider <em>type</em> <em>provider-name</em>
 <em>backend-address</em></syntax>
-<default><em>none</em></default>
+<default>none</default>
 <contextlist><context>server config</context></contextlist>
 <usage>
     <p>This directive is used to define a FastCGI application as
@@ -441,7 +440,7 @@ authentication and/or authorization</des
 authentication hook.</description>
 <syntax>AuthnzFcgiCheckAuthnProvider <em>provider-name</em>|<code>None</code>
 <em>option</em> ...</syntax>
-<default><em>none</em></default>
+<default>none</default>
 <contextlist><context>directory</context></contextlist>
 <usage>
     <p>This directive is used to enable a FastCGI authorizer to