Re: Problems changing DocumentRoot in Apache that came with Redhat9

2003-06-02 Thread Paul Barclay
The file /etc/httpd/conf/httpd.conf is only present if Apache was installed via RPM. IF at some time in the future he installed from a tarball then he may well have a config file under some other location. In fact if this is the case and he did a "find / -name httpd.conf" then the httpd.conf file

Re: Problems changing DocumentRoot in Apache that came with Redhat9

2003-06-02 Thread Mike Burger
On 2 Jun 2003, Paul Barclay wrote: > Going from most likely to least: > > 1. you edited the wrong httpd.conf file. > 2. you edited the wrong httpd.conf file. > 3. you never saved the changes. > > see if you have a file /etc/httpd/conf/httpd.conf as well as somthing > like /usr/local/apache/conf/

Re: Problems changing DocumentRoot in Apache that came with Redhat9

2003-06-02 Thread Paul Barclay
or is that the other way round? I forget ;-) On Mon, 2003-06-02 at 13:33, Paul Barclay wrote: > Going from most likely to least: > > 1. you edited the wrong httpd.conf file. > 2. you edited the wrong httpd.conf file. > 3. you never saved the changes. > > see if you have a file /etc/httpd/conf/ht

Re: Problems changing DocumentRoot in Apache that came with Redhat9

2003-06-02 Thread Paul Barclay
Going from most likely to least: 1. you edited the wrong httpd.conf file. 2. you edited the wrong httpd.conf file. 3. you never saved the changes. see if you have a file /etc/httpd/conf/httpd.conf as well as somthing like /usr/local/apache/conf/httpd.conf if you start apache /etc/rc.d/init.d/htt