]> 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:28:51 +0000 (12:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 12:28:51 +0000 (12:28 +0000)
r1900689 in trunk

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900690 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 8c1195f8de0c2b1a9e07044bbb85a1c870043eb9..4eabd5363eecaffc2913402522fef809e7af2bdd 100644 (file)
@@ -1593,7 +1593,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
@@ -1787,7 +1787,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