Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread Tom Hoefakker
eory and practice are the same; In practice they are not. On Thu, 19 Jan 2006, Joshua Slive wrote: To: users@httpd.apache.org From: Joshua Slive <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] Using environment variable in httpd.conf If you are already using mod_perl, then this is a

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
gt; > Subject: Re: [EMAIL PROTECTED] Using environment variable in httpd.conf > > If you are already using mod_perl, then this is a legitimate > possibility. But if you aren't using mod_perl, adding it would be way > o

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread Joshua Slive
On 1/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well, I have just found something interesting while reading > through Pro Apache 3rd edition, by Peter Wainwright. > > Apparently, using mod_perl, you can use the full power of > the pearl interpreter INSIDE httpd.conf. If you are alread

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
I cannot recommend this book highly enough! HTH Keith In theory, theory and practice are the same; In practice they are not. On Thu, 19 Jan 2006 [EMAIL PROTECTED] wrote: > To: users@httpd.apache.org > From: [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED] Using environment variable in ht

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
> To: users@httpd.apache.org > From: Joshua Slive <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Using environment variable in httpd.conf > > On 1/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Well Tom, I'm using apache 2.0.50 under

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread Joshua Slive
On 1/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well Tom, I'm using apache 2.0.50 under SuSE 9.2 pro and > just added the following to httpd.conf, after my LoadModule statements: > > SetEnv ErrLogPath /var/log/apache2/error_log > ErrorLog ${ErrLogPath} > LogLevel debug > > All this doe

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
; From: Tom Hoefakker <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Using environment variable in httpd.conf > > As far as I know, it's an undocumented "feature". But, in my experience, > it does actually work quite well. While I vaguely recall a note on the > d

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-18 Thread Tom Hoefakker
As far as I know, it's an undocumented "feature". But, in my experience, it does actually work quite well. While I vaguely recall a note on the development list questioning whether or not this should be removed, I would love to see this become a full-fledged documented feature as it is very u

[EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-18 Thread Khai Doan
I am a mod_perl programmer, and I also manage my company web server.  We are growing and constantly adding new features to our products.  I find myself making change to the httpd.conf very frequent.  Sometimes, I change httpd.conf on the development server, and later forget to apply the change to h