From: Daniel Gruno Date: Thu, 11 Apr 2013 10:11:36 +0000 (+0000) Subject: Comment out feature that we don't have yet. X-Git-Tag: 2.5.0-alpha~5605 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1083ba87debead9e43907bdf94d174dfc507724b;p=apache Comment out feature that we don't have yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1466822 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index a0da00734d..1a47bf32c7 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -802,9 +802,11 @@ r:server_info() -- Returns a table containing server information, such as r:set_document_root(file_path) -- Sets the document root for the request to file_path + r:set_context_info(prefix, docroot) -- Sets the context prefix and context document root for a request