]> granicus.if.org Git - apache/commitdiff
Fix xml
authorStefan Fritsch <sf@apache.org>
Tue, 15 Nov 2011 22:49:14 +0000 (22:49 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 15 Nov 2011 22:49:14 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202453 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml
docs/manual/mod/mod_proxy.xml

index 7c46463e36eab03a0a456ab056e070dbde3775d8..b436511a15eb13e9a73f33f9b6e4dd002c1dfa8f 100644 (file)
@@ -730,11 +730,11 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.</p>
 <description>Controls how parent configuration sections are merged into children</description>
 <syntax>LuaInherit none|parent-first|parent-last</syntax>
 <default>LuaInherit parent-first</default>
-<compatibility>2.5.0 and later</compatibility>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>All</override>
+<compatibility>2.5.0 and later</compatibility>
     <usage><p>By default, if LuaHook* directives are used in overlapping
     Directory or Location configuration sections, the scripts defined in the
     more specific section are run <em>after</em> those defined in the more
index 975394fab6543abbef2699a3c7312d8178959fe7..3d1f5aaef700be1d49cc17bdaea7461c3501f8b6 100644 (file)
@@ -1352,9 +1352,11 @@ reverse proxy. This directive rewrites the <code>path</code> string in
 </p><p>
 In the example given with 
 <directive module="mod_proxy">ProxyPassReverse</directive>, the directive:
+</p>
     <example>
       ProxyPassReverseCookiePath  /  /mirror/foo/
     </example>
+<p>
 will rewrite a cookie with backend path <code>/</code> (or
 <code>/example</code> or, in fact, anything) to <code>/mirror/foo/</code>.
 </p>