You do not mention which version of Linux you are running, so I will
give instructions for RedHat v6.2.
The start up file for httpd(Apache) is most likely
/etc/rc.d/init.d/httpd. That file is pointing to the directory of the
old installation of Apache, possibly /home/httpd. Your new version is
in /usr/local/apache, simply point the startup file to the new directory
and you should be all set. It looks like this: PATH=/old/path/to/httpd,
change it to PATH=/new/path/to/httpd. Removing the old version on Apache
can be done with rpm -e, or you can delete the directory manually. Do
not change chkconfig, or else your new installation will not start.
Reboot is not necessary. Kill the old running version, and restart the
new. Use this command to restart. /etc/rc.d/init.d/httpd restart.
Assuming the startup file exists.
Jerry Kubeck wrote:
>
> Can someone please send a solution to this person.
>
> Thanks
>
> Jerry
>
> >X-Sender: [EMAIL PROTECTED]
> >Date: Wed, 28 Mar 2001 11:06:54 -0500
> >To: [EMAIL PROTECTED]
> >From: Nicholas Rahko <[EMAIL PROTECTED]>
> >Subject: Linux/Apache ?
> >Mime-Version: 1.0
> >
> >If you could give me any assistance on the problem I am having with Apache
> >and Linux it would be much appreciated. Is it possible to remove the
> >default installation of Apache. I have installed an updated version in
> >usr/local/apache, but the default installation in home/httpd continues to
> >start up. Is there a way to deactivate or remove the default so the new
> >installation boots? Any assistance would be appreciated.
> >Thanks,
> >Nick
> >
>
> -----------------------------------------------------------------
> Jerry Kubeck Customer Support Appropriate Solutions, Inc.
> [EMAIL PROTECTED] www.AppropriateSolutions.com
>
> **********************************************************
> To unsubscribe from this list, send mail to
> [EMAIL PROTECTED] with the following text in the
> *body* (*not* the subject line) of the letter:
> unsubscribe gnhlug
> **********************************************************
--
When all else fails, read the documentation.
Andrew G. Bacchi
Sr. System Administrator
AIRS
Hanover, NH
Tel. 603 643-8789
Pager 603 442-1452
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************