On 5/25/05, Andrea <[EMAIL PROTECTED]> wrote:
>  My question is: 
> what is the scope of the SERVER environment variable ? What happens if many
> users request simultaneusly ? Does the value of SERVER is shared
> inconsistently ? 
> I mean...may a user be redirected to the wrong server ? 

Env variables are request-specific, so you shouldn't have any problem.
 (You may be confused by the name.  Apache environment variables
aren't "real" environment variables.  See:
http://httpd.apache.org/docs-2.0/env.html )

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to