On Mon, 3 Nov 2008 13:04:32 +1000
"Stephen Brennan" <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I am trying to figure out how to configure appache webserver to set
> different UNIX environment variables depending on the url text
> entered.

RewriteRule.

Capture the path component you want, and use it with the E flag
and the - target.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
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