RE: slightly OT - defining variables in httpd.conf for use in httpd.conf

2005-04-07 Thread Martin Moss
n Section 2 of the httpd.conf after the > DocumentRoot like this: > > SetEnv ORACLE_HOME "/opt/home/oracle/product/8.1.7" > > -Jon Reed > > > -Original Message- > From: David Wright [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 10:08 AM > To:

RE: slightly OT - defining variables in httpd.conf for use in httpd.conf

2005-04-07 Thread Reed, Jonathan
lightly OT - defining variables in httpd.conf for use in httpd.conf > I know I've seen this done before, but I'd like to > define a variable at the top of my httpd.conf file, > and then use it many times throughout the conf file... > > e.g. > > define Server='fred

Re: slightly OT - defining variables in httpd.conf for use in httpd.conf

2005-04-07 Thread David Wright
I know I've seen this done before, but I'd like to define a variable at the top of my httpd.conf file, and then use it many times throughout the conf file... e.g. define Server='fred' DocumentRoot /usr/local/${server} I just can't find any info on this... Can anybopdy point me at the right place..