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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2c8ac97839898a3e722806cd8bff4e71d20141;p=thirdparty%2Fapache%2Fhttpd.git 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 a0da00734de..1a47bf32c72 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