From: Daniel Gruno Date: Sat, 13 Apr 2013 06:34:12 +0000 (+0000) Subject: remove r:banner and r:port from docs, they are built in variables X-Git-Tag: 2.5.0-alpha~5597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e38b304184e709d78923e540040d3f8de547248e;p=apache remove r:banner and r:port from docs, they are built in variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467559 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 944b0a705e..7326bc68d2 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -708,14 +708,6 @@ local url = "http%3a%2f%2ffoo.bar%2f1+2+3+%26+4+%2b+5" local unescaped = r:escape(url) -- returns 'http://foo.bar/1 2 3 & 4 + 5' - -r:banner() -- Returns the current server banner, self explanatory - - - -r:port() -- Returns the current server port used for the request, self explanatory - - r:mpm_query(number) -- Queries the server for MPM information using ap_mpm_query: