You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/10/22 20:55:12 UTC

svn commit: r1187749 - /httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Author: covener
Date: Sat Oct 22 18:55:12 2011
New Revision: 1187749

URL: http://svn.apache.org/viewvc?rev=1187749&view=rev
Log:
r.subprocess_env is available and writable

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=1187749&r1=1187748&r2=1187749&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Sat Oct 22 18:55:12 2011
@@ -283,6 +283,11 @@ end
           <td>no</td>
         </tr>
         <tr>
+          <td><code>subprocess_env</code></td>
+          <td>table</td>
+          <td>yes</td>
+        </tr>
+        <tr>
           <td><code>status</code></td>
           <td>number</td>
           <td>yes</td>