From 7876a6b898b92cb09290ba20900ed0a2e04bb2de Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sun, 1 Jul 2012 15:36:46 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1355936 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.html.en | 10 ++++++---- docs/manual/mod/mod_lua.xml.fr | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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 @@ - + -- 2.47.3