Hello,
I'm a new user of the FreeBSD. I had just installed FreeBSD 6.4 and then installed Apache 2.2, or more clearly I have performed these steps
inside /usr/local/)
and everything went smoothly. Then having typed either
#httpd or
#apachectl start (both of them work without any problem)
and in Firefox navigating to http://localhost I see the Apache 1.3 expression at the home page.
I guess what I get is the original version of apache that I might have installed during the installation of FreeBSD 6.4, and not the one I installed later.
I'm not sure what's really going on, what do you think?
Thanks.
I'm a new user of the FreeBSD. I had just installed FreeBSD 6.4 and then installed Apache 2.2, or more clearly I have performed these steps

Code:
bunzip2 < httpd-2.2.11.tar.bz2 | tar xvf -
cd httpd-2.2.11
./configure
make
make install
and everything went smoothly. Then having typed either
#httpd or
#apachectl start (both of them work without any problem)
and in Firefox navigating to http://localhost I see the Apache 1.3 expression at the home page.
I guess what I get is the original version of apache that I might have installed during the installation of FreeBSD 6.4, and not the one I installed later.
I'm not sure what's really going on, what do you think?
Thanks.