|
 |
apache_server thread: Apache Showing wrong version
Message #1 by "Ganesan Kanavathy" <ganesh15@t...> on Sat, 8 Feb 2003 04:54:18
|
|
Dear experts,
Recently I have downloaded and installed apache 1.3.27 on my Redhat Linux
8.
The installation was succesful and when I run apache it shows me running
Apache 1.3.27 on the Test Page.
But the problem is when use rpm -q httpd command it gives me httpd-2.0.40-
8.
Why is this happened and how do I rectify this? Please help.
Regards,
Ganesh
Message #2 by "Will Irvine" <irvinew@a...> on Sat, 8 Feb 2003 09:29:34 -0500
|
|
Most likely you haven't uninstalled apache 2.X which comes with any redhat
installation now.
I assume you didn't remove it. You'll have to either remove the rpm, or
physically remove it and change the startup by editing the services file as
root.
----- Original Message -----
From: "Ganesan Kanavathy" <ganesh15@t...>
To: "Apache Server" <apache_server@p...>
Sent: Saturday, February 08, 2003 4:54 AM
Subject: [apache_server] Apache Showing wrong version
> Dear experts,
>
> Recently I have downloaded and installed apache 1.3.27 on my Redhat Linux
> 8.
>
> The installation was succesful and when I run apache it shows me running
> Apache 1.3.27 on the Test Page.
>
> But the problem is when use rpm -q httpd command it gives me httpd-2.0.40-
> 8.
>
> Why is this happened and how do I rectify this? Please help.
>
> Regards,
> Ganesh
>
>
Message #3 by "Ganesan Kanavathy" <ganesh15@t...> on Mon, 10 Feb 2003 02:14:01
|
|
Thanks for your reply. I have tried to uninstall it via rpm but no success.
Could you please guide on how to remove it physically and to change the
startup. I do not know how to do it. Please help.
Regards,
Ganesh
> Most likely you haven't uninstalled apache 2.X which comes with any
redhat
installation now.
I assume you didn't remove it. You'll have to either remove the rpm, or
physically remove it and change the startup by editing the services file as
root.
----- Original Message -----
From: "Ganesan Kanavathy" <ganesh15@t...>
To: "Apache Server" <apache_server@p...>
Sent: Saturday, February 08, 2003 4:54 AM
Subject: [apache_server] Apache Showing wrong version
> Dear experts,
>
> Recently I have downloaded and installed apache 1.3.27 on my Redhat Linux
> 8.
>
> The installation was succesful and when I run apache it shows me running
> Apache 1.3.27 on the Test Page.
>
> But the problem is when use rpm -q httpd command it gives me httpd-
2.0.40-
> 8.
>
> Why is this happened and how do I rectify this? Please help.
>
> Regards,
> Ganesh
>
>
Message #4 by "Will Irvine" <irvinew@a...> on Sun, 9 Feb 2003 22:59:45 -0500
|
|
Either use the gnome rpm utility and remove it that way, I assume it is
similar to the redhat 7.2 version. I don't run 8.0.
You will have to manually find the rpm through the application but it should
be there.
you could also issue the command "rpm -e apache.rpm". If you don't know the
proper name, look it up on the redhat site. If there are dependancies
involved I guess you could try "rpm -e apache.rpm another.rpm" on the same
line.
It that fails, then go into the services utility and turn the apache service
off. Then install your source apache somewhere else.
cheers
|
|
 |