Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54847 invoked by uid 500); 12 Jan 2002 17:10:08 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 54836 invoked from network); 12 Jan 2002 17:10:08 -0000 Received: from smtp03.mrf.mail.rcn.net (207.172.4.62) by daedalus.apache.org with SMTP; 12 Jan 2002 17:10:08 -0000 Received: from 66-44-114-59.s59.tnt9.lnhdc.md.dialup.rcn.com ([66.44.114.59] helo=nt4_server.bigfoot.com) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.33 #10) id 16PRfW-0001Sz-00 for users@httpd.apache.org; Sat, 12 Jan 2002 12:10:10 -0500 Message-Id: <5.0.2.1.0.20020112115806.0454ac40@pop.erols.com> X-Sender: paulbain@pop.erols.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 12 Jan 2002 12:15:04 -0500 To: users@httpd.apache.org From: "Paul D. Bain" Subject: Re: two apache's at a time ??? In-Reply-To: <200201121154.g0CBsJOB017453@pop.sat.net.pk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N At Saturday 1/12/02 01:49 AM, you wrote: >hello ! > >i have apache 1.3.20 already installed and i want to install apache 1.3.22. > > >1) Can they both be in my linux box togather. Yes, and they can even execute at the same time, provided that they run on different IP addresses or different ports. You may change the IP address and port number in the file "httpd.conf" corresponding to each version. >2) When i install 1.3.22 will it do anything with the previous version ? It will not if you put the new Apache (x.22) in its own directory. This should be true regardless of whether you are compiling Apache from source or installing by means of an "RPM" (Red Hat Package Manager). >3) If i install it at the same path of previous version wat will happend ? Let's assume that you compile the new Apache (x.22) from source. Then the new, compiled executable file httpd will be written to the same directory as the old (x.20) executable httpd. The new file named "httpd" will probably _overwrite_ (and _destroy_) the old file of the same name. To avoid this destruction, simply rename the old file. You could call it, for example, "httpd.20," and it would _remain_ executable. >4) If i install it at any different location as that of previous one... >is it fine...??? Probably. >If Yes...then..../etc/rc.d/init.d/httpd start > >which one will start with this...? In the example I gave above (where the old executable file is renamed and the filename "httpd" corresponds to the new version (version x.22) of Apache), the new version would be started. Of course, you could start the _old_ version (x.20) at boot time, too, thus: /etc/rc.d/init.d/httpd.20 start >5) Can it be possible that i install 1.3.22 and it just upgrade the >previous version ? > >If Yes...how ? I do not understand this question. >6) Is it good to install 1.3.22 over 1.3.20 or just leave the previous >version. If you have concerns about the stability or reliability of the new version, it may be advisable to keep the old version by means of renaming, as I noted above. >Regards, > >_FaiSaL_ Good luck! -- Paul Bain --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org