Re: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE

2007-06-11 Thread Mark Constable
On Monday 11 June 2007 17:15:39 Boyle Owen wrote: > > > I want to change this from... > > > -D SERVER_CONFIG_FILE="/etc/httpd/conf/httpd.conf" > > > to > > > -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf" > Why not just do: Thanks for the reply Owen. > ./configure --prefix=/path/to/prefix

RE: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE

2007-06-11 Thread Boyle Owen
> -Original Message- > From: Mark Constable [mailto:[EMAIL PROTECTED] > Sent: Monday, June 11, 2007 9:02 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE > > On Monday 11 June 2007 09:33:04 Mark Constable wrote: >

Re: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE

2007-06-11 Thread Mark Constable
On Monday 11 June 2007 09:33:04 Mark Constable wrote: > Where do I change the SERVER_CONFIG_FILE setting ? > > I want to change this from... > -D SERVER_CONFIG_FILE="/etc/httpd/conf/httpd.conf" > to > -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf" I'm still totally stumped on this. Searching

[EMAIL PROTECTED] How to change SERVER_CONFIG_FILE

2007-06-10 Thread Mark Constable
Where do I change the SERVER_CONFIG_FILE setting ? I want to change this from... -D SERVER_CONFIG_FILE="/etc/httpd/conf/httpd.conf" to -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf" and I'm already doing a sed before configure, and confirmed it's actually changed, but something must be de