1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

rebuild docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2020-06-06 18:15:51 +00:00
parent d6984a8986
commit 4e34c68e4e
298 changed files with 6944 additions and 6613 deletions

View File

@@ -116,7 +116,7 @@ through the <code class="directive"><a href="../mod/mod_lua.html#luacodecache">L
your scripts on a production server, and you do not need to update them regularly, it may be
advantageous to set this directive to the <code>forever</code> value, which will cause mod_lua
to skip the stat process and always reuse the compiled byte-code from the first access to the
script, thus speeding up the processing. For Lua hooks, this can prove to increase peformance,
script, thus speeding up the processing. For Lua hooks, this can prove to increase performance,
while for scripts handled by the <code>lua-script</code> handler, the increase in performance
may be negligible, as files httpd will stat the files regardless.
</p>