Re: [EMAIL PROTECTED] How to read environmental variables from httpd.conf files

2007-05-31 Thread Nick Kew
On Thu, 31 May 2007 15:13:44 +0530 <[EMAIL PROTECTED]> wrote: > I want to read this variable in a program.I > understoo that we cannot read using request_rec structure. Yes you can. It's in r->subprocess_env. -- Nick Kew Application Development with Apache - the Apache Modules Book http://ww

Re: [EMAIL PROTECTED] How to read environmental variables from httpd.conf files

2007-05-31 Thread Vincent Bray
On 31/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Pardon me if this is a silly question.But i have started using apache just now.I have set an environmental variable in httpd.conf in httpd.conf using SetEnv. I want to read this variable in a program.I understoo that we cannot read using r

[EMAIL PROTECTED] How to read environmental variables from httpd.conf files

2007-05-31 Thread ramakrishnaprasad.annasamudram
Hi All, Pardon me if this is a silly question.But i have started using apache just now.I have set an environmental variable in httpd.conf in httpd.conf using SetEnv. I want to read this variable in a program.I understoo that we cannot read using request_rec structure.Is there any apache api t