<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.2.3">
</HEAD>
<BODY>
On Fri, 2004-10-29 at 23:50 +0100, Gary Watts wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Good evening all</FONT>
<FONT COLOR="#000000">I've just spent some considerable time installing Apache 2.0.52 by following</FONT>
<FONT COLOR="#000000">the instructions on <A HREF="http://www.developerside.net">www.developerside.net</A>. It all seemed to go through OK,</FONT>
<FONT COLOR="#000000">but when I type httpd -v I'm told it's still running 2.0.49! I've set my</FONT>
<FONT COLOR="#000000">doc_root to /usr/local/apache2/htdocs, but of course 2.0.49 still treats</FONT>
<FONT COLOR="#000000">/var/www/html as the doc_root, so if I create a test file in</FONT>
<FONT COLOR="#000000">/usr/local/apache2/htdocs and point my browser to localhost it doesn't find</FONT>
<FONT COLOR="#000000">it.</FONT>
<FONT COLOR="#000000">Any ideas?</FONT>
</PRE>
</BLOCKQUOTE>
<PRE>
</PRE>
Daft question, but you don't have Apache 2.0.49 installed on your machine already do you? Type:<BR>
<BR>
# whereis httpd<BR>
<BR>
and that should tell you where all the httpd executables are. You should be able to locate the older version. Alternatively you could use you package manager to search for installed versions of apache.<BR>
<BR>
# rpm -qa | grep -E 'httpd|apache'<BR>
<BR>
Thanks<BR>
Mark<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Mark Broadbent <<A HREF="mailto:markb@wetlettuce.com">markb@wetlettuce.com</A>>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>