projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52eaebd
)
Fix r.mpm_query().
author
Guenter Knauf
<fuankg@apache.org>
Sun, 30 Jun 2013 20:50:44 +0000
(20:50 +0000)
committer
Guenter Knauf
<fuankg@apache.org>
Sun, 30 Jun 2013 20:50:44 +0000
(20:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1498179
13f79535
-47bb-0310-9956-
ffa450edef68
docs/manual/mod/mod_lua.xml
patch
|
blob
|
history
diff --git
a/docs/manual/mod/mod_lua.xml
b/docs/manual/mod/mod_lua.xml
index 3b71f49c69add0d61ce78848ddb7bcf5e12e9016..82ed0fa9e8b3a6b11cc43a47158fef6f1511cfe0 100644
(file)
--- a/
docs/manual/mod/mod_lua.xml
+++ b/
docs/manual/mod/mod_lua.xml
@@
-726,7
+726,7
@@
local url = r:construct_url(r.uri)
</highlight>
<highlight language="lua">
-r
:
mpm_query(number) -- Queries the server for MPM information using ap_mpm_query:
+r
.
mpm_query(number) -- Queries the server for MPM information using ap_mpm_query:
local mpm = r.mpm_query(14)
if mpm == 1 then