> 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?
It is certainly possible, but the method depends entirely on the Linux
distribution and release you are using.
For example, on a Red Hat Linux 6.2 system, you could use the commands
service httpd stop
rpm --erase apache
to remove Red Hat's Apache package, or
service httpd stop
chkconfig httpd off
to simply disable it. I would not recommend the latter, as various files from
the Red Hat package may conflict with your local install of Apache.
--
Ben Scott <[EMAIL PROTECTED]>
| The opinions expressed in this message are those of the author and do not |
| necessarily represent the views or policy of any other person, entity or |
| organization. All information is provided without warranty of any kind. |
**********************************************************
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
**********************************************************