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 file. Most 
>HTTP servers understand: 
> 
> SetEnv <var> <value> 
> 
> If you are using Apache and mod_perl you can use 
> 
> PerlSetEnv <var> <value> 
> 
> The advantage of PerlSetEnv over SetEnv is that it can be used on a per 
>directory/virtual host basis. 

and it's exactly what I'm trying to do. But I can't make it work.

- Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to