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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819413296a3aadf9a389deb95676940d981dbb7a;p=thirdparty%2Fapache%2Fhttpd.git 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 944b0a705e1..7326bc68d21 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: