On Wed, 01 May 2002 16:28:09 BST, Ray Dermody said:
>Hi All,
>I am trying to upgrade our Intranet server (currently running 1.3.19) to
>Apache 2.0.35. Extracted tar.gz file. Did a ./configure, make and make
>install. Unfortunately it still loads the old httpd 1.3.19. If I rename httpd
>in /etc to httpd.old (prevently it from loading up at startup) and the
>running httpd from /usr/local/src/httpd-2.0.35/httpd it loads the new
>apache server.
What do you mean 'loads' the old httpd? How do you start up httpd?
<aside>
[good idea for apache is to (eg you install in /usr/local) do]
./configure --prefix=/usr/local/apache-2.0.35
[or whatever]
make blah blah
Then make a symlink like
cd /usr/local
ln -s apache-2.0.35/ apache
so you'll just have to worry about finding apache in /usr/local/apache
for startup scripts etc.
YMMV but ye probably get the idea... it at least allows you to very
quickly revert to a working server.
</aside>
--
Niall
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!