Re: [patch] implementing PerlPassEnv + PerlSetEnv directives

2001-09-05 Thread Doug MacEachern
On Tue, 4 Sep 2001, Stas Bekman wrote: I also have a question regarding apr_table_t. When creating the table with apr_table_make one has to specify nelts. But then it grows automatically as required (right?), so what's the point of nelts then? pre-alloc? In any case what netls should I use

[patch] implementing PerlPassEnv + PerlSetEnv directives

2001-09-04 Thread Stas Bekman
The following is a tentative patch, just to check whether I'm on the right direction. It implements: - PerlPassEnv (server wide) ? should it be in .htaccess as well? - PerlSetEnv (server wide and dir) - .htaccess is missing. + a simple test I'm not sure how to test PerlPassEnv, since I