----- Original Message ----- 
From: "Gaming Mouse" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Wednesday, December 06, 2006 6:36 PM
Subject: Re: [EMAIL PROTECTED] Changing DocumentRoot Doesn't Work


> 
> > It sure sounds like you are doing the right things.  Try this - once the
> > httpd window is closed, look in your Task Manager (rt-click the start bar)
> > and see that there are no 'apache' or 'httpd' processes running.  If there
> > are, kill them and let us know - terminating the httpd you 'see' in the
> > console window should be killing them off.
> >   
> 
> Thanks for your reply William.
> 
> I should have mentioned in my original post that I had already done 
> that, and am still seeing the error.  I even went as far as restarting 
> windows.
> 
> Thanks for any further help,
> Jonah
> 
> 

    Sounds to me like Apache can't find the httpd.conf file for some reason... 
there should be a command switch to force it to look at a specific place:

httpd -V

should tell you what config that it has been compiled to look for - make sure 
it's in the right place or,

httpd -f "path:/to/config/filename.conf"

will start Apache with said config file.


Norm
---
FREE Avatar hosting at www.easyavatar.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to