Re: PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Gerald Richter
PROTECTED]> Datum: Donnerstag, 1. März 2001 11:57 Betreff: PerlSetEnv EMBPERL_OPTIONS question >Hi, > > I'm trying to set EMBPERL_OPTIONS to some reasonable system-wide and >then change it for virtual hosts as necessary. My httpd.conf looks like >this > >PerlSetEnv EMBPE

Re: PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Robert
Dimitar Peikov wrote: > > PerlSetEnv is a global directive and the last that were executed is the valid > one! Well, the docs say: > The runtime configuration is done by setting environment variables, either on the >command line (when working offline) or in your web server's configuration fil

PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Robert
Hi, I'm trying to set EMBPERL_OPTIONS to some reasonable system-wide and then change it for virtual hosts as necessary. My httpd.conf looks like this PerlSetEnv EMBPERL_OPTIONS 8208 ... PerlSetEnv EMBPERL_OPTIONS 10256 but this doesn't work. What am I doing wrong? Thanks.