]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo (s/virtal/virtual) and add a missing hyper-link.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 12:26:09 +0000 (12:26 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 12:26:09 +0000 (12:26 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900689 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 9baa8fa6c1b37be3d3f123034fa63ff23ef8cb08..6ddc378f41e04a6a2c62b67e09df68c8f789b38b 100644 (file)
@@ -1615,7 +1615,7 @@ end
 <override>All</override>
     <usage>
     <p>Like <directive>LuaHookTranslateName</directive> but executed at the
-    map-to-storage phase of a request. Modules like mod_cache run at this phase,
+    map-to-storage phase of a request. Modules like <module>mod_cache</module> run at this phase,
     which makes for an interesting example on what to do here:</p>
     <highlight language="config">
     LuaHookMapToStorage /path/to/lua/script.lua check_cache
@@ -1811,7 +1811,7 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.</p>
 <override>All</override>
 <usage>
     <p>
-    This phase is run immediately after the request has been mapped to a virtal host,
+    This phase is run immediately after the request has been mapped to a virtual host,
     and can be used to either do some request processing before the other phases kick
     in, or to serve a request without the need to translate, map to storage et cetera.
     As this phase is run before anything else, directives such as <directive