From 997a98c04f3f59cd714646b55ce7e2bdbb06965d Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 31 Jul 2012 12:01:45 +0000 Subject: [PATCH] fix some xml errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367511 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 7fca709b44b..a5fbde6ee0c 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -607,10 +607,10 @@ LuaPackagePath /scripts/lib/?/init.lua Configure the compiled code cache. LuaCodeCache stat|forever|never LuaCodeCache stat -server configvirtual host + +server configvirtual host directory.htaccess -2.5 and later All

@@ -718,7 +718,7 @@ processing

Like LuaHookTranslateName but executed at the map-to-storage phase of a request. Modules like mod_cache run at this phase, - which makes for an interesting example on what to do here: + which makes for an interesting example on what to do here:

LuaHookMapToStorage /path/to/lua/script.lua check_cache @@ -753,7 +753,7 @@ function check_cache(r) return apache2.DECLINED -- If we had nothing to do, let others serve this. end -

+
-- 2.47.3