You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Daniel Lopez <da...@rawbyte.com> on 2002/07/13 00:43:45 UTC

Re: Raw beginner needs version info clarification

> I have downloaded 2.0.39 to my Linux system and installed it. When I
> go to the directory and run "httpd -v" it reports
> 
> Server version: Apache/1.3.23 (Unix)
> 
> I was expecting something on this line:
> 
> Server version: Apache/2.0.39 (Unix)
> 
> Is this some FAQ I have been unable to find, or in spite of the fact
> that the file I downloaded and installed is called "httpd-2.0.39-i686-pc-linux-gnu.tar.gz",
> I have somehow got an older version?

correct, you are likely executing the Apache version that comes with your
distribution. Execute:

which httpd

To see which httpd binary you are using. Either remove the 1.3 installation
or use a full path to access your 2.0.39

/path/to/apache2.0.39/bin/httpd -v

Daniel

-- 
Teach Yourself Apache 2 -- http://apacheworld.org/ty24/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org