[ic] Accessing Apache environment variables

Interchange User ic at framework.ws
Fri Nov 5 14:50:12 EST 2004


>> Does IC provide a mechanism to access server environment varibles 
>> like REQUEST_URI?  I've done some 
>
> In interchange.cfg use the Environment directive:
> Environment REQUEST_URI
>
> Then on an IC page you can do:
> [perl global=1]
>     $ENV{REQUEST_URI};
> [/perl]

Aha! That's exactly what I was looking for.

Thanks,

Peter


More information about the interchange-users mailing list