From: Daniel Gruno Date: Tue, 31 Jul 2012 12:01:45 +0000 (+0000) Subject: fix some xml errors X-Git-Tag: 2.5.0-alpha~6554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea71351b891392d449515b2af262aa07a0168639;p=apache fix some xml errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367511 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 7fca709b44..a5fbde6ee0 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 -

+