On 4/13/05, Mark Sargent <powderkeg@xxxxxxxxxxxxxxxx> wrote: > anyone got any thoughts on this..? I do not have another version > installed. I never moved any httpd.conf into apache2/conf dir. I still > do not understand why it's looking for httpd.conf in apache dir, as > opposed to apache2 dir. Where is this done from, httpd.conf or the bin > file itself..? Cheers. It could be either place. You can use the -f option to apachectl to get it to look at a specific httpd.conf file: apachectl -f /usr/local/apache2/conf/httpd.conf -k start But if you have wrong path references inside httpd.conf, this might not help. Look in particular at the ServerRoot directive and make sure it points at the right directory. Joshua. --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx