https://bz.apache.org/bugzilla/show_bug.cgi?id=61189

--- Comment #2 from jm009 <[email protected]> ---
Created attachment 35291
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35291&action=edit
Allow to configure CGI specific environment variables.

This patch makes configuration of additional environment variables similar to
the configuration of executable-arg-1, executable-arg-2, and so on

   <init-param>
      <param-name>environment-variable-1</param-name>
      <param-value>SQWEBMAIL_MAXARGSIZE=20000000</param-value>
   </init-param>
   <init-param>
      <param-name>nvironment-variable-2</param-name>
      <param-value>SQWEBMAIL_MAXATTSIZE=20000000</param-value>
   </init-param>
   <init-param>
      <param-name>nvironment-variable-3</param-name>
      <param-value>SQWEBMAIL_MAXMSGSIZE=20000000</param-value>
   </init-param>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to