From: Daniel Gruno Date: Sun, 1 Jul 2012 15:36:46 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~6684 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce01a66d0a8319161d0febf62aa4dffeb02c6f8;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1355936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 3262788b690..e443ab086f4 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -124,7 +124,7 @@ something like this:

-example.lua
+example.lua
-- example handler require "string" @@ -191,7 +191,7 @@ without authentication, or if the authenticated user matches the second argument:

-authz_provider.lua
+authz_provider.lua
require 'apache2' @@ -235,8 +235,9 @@ they'll return OK, DONE, or DECLINED, which you can write in lua as apache2.OK, apache2.DONE, or apache2.DECLINED, or else an HTTP status code.

+
-translate_name.lua
+translate_name.lua
-- example hook that rewrites the URI to a filesystem path. require 'apache2' @@ -252,8 +253,9 @@ end
+
-translate_name2.lua
+translate_name2.lua
--[[ example hook that rewrites one URI to another URI. It returns a apache2.DECLINED to give other URL mappers a chance to work on the substitution, including the core translate_name hook which maps based diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index eb48039a80e..05bfa07c4df 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - +