From: Daniel Gruno Date: Tue, 31 Jul 2012 12:01:45 +0000 (+0000) Subject: fix some xml errors X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997a98c04f3f59cd714646b55ce7e2bdbb06965d;p=thirdparty%2Fapache%2Fhttpd.git 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 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 -

+