]> granicus.if.org Git - apache/commitdiff
remove r:banner and r:port from docs, they are built in variables
authorDaniel Gruno <humbedooh@apache.org>
Sat, 13 Apr 2013 06:34:12 +0000 (06:34 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 13 Apr 2013 06:34:12 +0000 (06:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467559 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 944b0a705e170690fdd43488d94ad52a5d0e8b98..7326bc68d2151bed638b8dbf193c7915a9081116 100644 (file)
@@ -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 &amp; 4 + 5'
 </highlight>
 
-<highlight language="lua">
-r:banner() -- Returns the current server banner, self explanatory
-</highlight>
-
-<highlight language="lua">
-r:port() -- Returns the current server port used for the request, self explanatory
-</highlight>
-
 <highlight language="lua">
 r:mpm_query(number) -- Queries the server for MPM information using ap_mpm_query: