Ignore:
Timestamp:
Jun 4, 2009, 10:47:14 PM (15 years ago)
Author:
geofft
Message:
suexec: Let the JAVA_TOOL_OPTIONS environment variable through.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/patches/httpd-suexec-scripts.patch

    r944 r1167  
    7373 
    7474     /* variable name is */
     75@@ -108,6 +113,7 @@
     76     "DOCUMENT_ROOT=",
     77     "DOCUMENT_URI=",
     78     "GATEWAY_INTERFACE=",
     79+    "JAVA_TOOL_OPTIONS=",
     80     "HTTPS=",
     81     "LAST_MODIFIED=",
     82     "PATH_INFO=",
    7583@@ -245,9 +250,67 @@
    7684     environ = cleanenv;
Note: See TracChangeset for help on using the changeset viewer.