Re: Environment confusion

2008-10-20 Thread Akins, Brian
On 10/20/08 1:19 PM, Graham Leggett [EMAIL PROTECTED] wrote: This will make some interesting templating options possible, and will probably make lives easier for people doing mass hosting. Seems like a place to get a lot of bug reports as well. I choose to just use a real template system to

Re: Environment confusion

2008-10-20 Thread Jim Jagielski
On Oct 20, 2008, at 1:19 PM, Graham Leggett wrote: Hi all, I have just been picking apart the way that environment variables are handled at config time within httpd, and there seems to be some overloading on concepts that has caused some confusion. There are two environments within

Re: Environment confusion

2008-10-20 Thread Paul Querna
Graham Leggett wrote: Hi all, I have just been picking apart the way that environment variables are handled at config time within httpd, and there seems to be some overloading on concepts that has caused some confusion. There are two environments within httpd, the first is the read only

Re: Environment confusion

2008-10-20 Thread Rainer Jung
Paul Querna schrieb: Graham Leggett wrote: Hi all, I have just been picking apart the way that environment variables are handled at config time within httpd, and there seems to be some overloading on concepts that has caused some confusion. There are two environments within httpd, the

Re: Environment confusion

2008-10-20 Thread Nick Kew
On Mon, 20 Oct 2008 19:19:58 +0200 Graham Leggett [EMAIL PROTECTED] wrote: There are two environments within httpd, the first is the read only system environment that is read using getenv(), the second is the server-vars table that is read/write using mod_env and friends. Indeedie. Not