]> granicus.if.org Git - apache/commitdiff
Comment out feature that we don't have yet.
authorDaniel Gruno <humbedooh@apache.org>
Thu, 11 Apr 2013 10:11:36 +0000 (10:11 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 11 Apr 2013 10:11:36 +0000 (10:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1466822 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index a0da00734deef8eaa6744c5bbf79c02d3dcee07d..1a47bf32c72fb20b1cda28fbad164949c3f18348 100644 (file)
@@ -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
 </highlight>
 
+<!--
 <highlight language="lua">
 r:add_version_component(component_string) -- Adds a component to the server banner.
 </highlight>
+-->
 
 <highlight language="lua">
 r:set_context_info(prefix, docroot) -- Sets the context prefix and context document root for a request