Uninstalling Apache Webserver on Solaris Sparc server

Hi ,

I installed Apache 2.2 webserver on my Solaris 10 Sparc server.

But for my some reason we are degrading it to Apache 2.0.59.

For this we need to uninstall Apache 2.2 from the server.As i searched I didnt find any Good step for the unistall process..

Could anybody help me for this uninstallation process..

Regards

Suseendran .A

[375 byte] By [susee_sun@yahoo.co.in] at [2007-11-26 11:17:36]
# 1

I'm not sure if the installer writes it to the product registry. You could check that by running 'prodreg' as root user. If you find Apache in there, click on 'uninstall' button. Otherwise simply remove the Apache installation directory and modify the PATH to point it to the new Apache home directory.

giri04 at 2007-7-7 3:32:46 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

Here is some example from my system.

# pkginfo | grep -i apache

systemSUNWaclg Apache Common Logging

systemSUNWapch2dApache Web Server V2 Documentation

systemSUNWapch2rApache Web Server V2 (root)

systemSUNWapch2uApache Web Server V2 (usr)

systemSUNWapchdApache Web Server Documentation

systemSUNWapchrApache Web Server (root)

systemSUNWapchuApache Web Server (usr)

You can remove packages like this ..

pkgrm SUNWaclg

.... etc

Mahendra Rajgude

rajgude at 2007-7-7 3:32:46 > top of Java-index,Solaris Operating System,Solaris 10 Features...