Re: [EMAIL PROTECTED] Apache - URL based environment variables

2008-11-03 Thread Nick Kew
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

RE: [EMAIL PROTECTED] Apache - URL based environment variables

2008-11-03 Thread Stephen Brennan
=Config:B Cheers Stephen -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Monday, 3 November 2008 8:25 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache - URL based environment variables On Mon, 3 Nov 2008 13:04:32 +1000 Stephen Brennan [EMAIL PROTECTED

RE: [EMAIL PROTECTED] Apache - URL based environment variables

2008-11-03 Thread Stephen Brennan
To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache - URL based environment variables Nick, Thank you. Is this the best way to achieve this? Ie. I am sure that I have managed to do this before with Location directives. Has this changed? Would this be the correct syntax for my example

[EMAIL PROTECTED] Apache - URL based environment variables

2008-11-02 Thread Stephen Brennan
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. eg. base url/A would be required to set an enviroment variable Config=A and base url/B would be required to set an environment variable Config=B