]> granicus.if.org Git - apache/commitdiff
xform
authorEric Covener <covener@apache.org>
Thu, 6 Jun 2013 00:39:23 +0000 (00:39 +0000)
committerEric Covener <covener@apache.org>
Thu, 6 Jun 2013 00:39:23 +0000 (00:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490092 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml.fr
docs/manual/mod/mod_lua.xml.meta

index 9273a2ba832a6fe2f9e68a07a0c849a98cbd660e..c002c262b4bf0cc87a6d4e7c99374575bbc3d82e 100644 (file)
@@ -160,7 +160,9 @@ function handle(r)
         end
     else
         r:puts("Unsupported HTTP method " .. r.method)
+        return 501
     end
+    return apache2.OK
 end
 </pre>
 
index f0b0748bc0f1a8fdc0123eae09749b13da3174d9..e73bb012ad9e6b23df99d38d8cc4b81a03be00a3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1477000 -->
+<!-- English Revision: 1477000:1490091 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b55c7710e95c9f695fe435d176007bdf28716825..8fc1a0efdf34e8b8870065a1ce5d7c523d3f652c 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>