LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache 1.3.33 installation in Red hat Linux 9 (https://www.linuxquestions.org/questions/linux-newbie-8/apache-1-3-33-installation-in-red-hat-linux-9-a-657586/)

SomnathG 07-23-2008 12:04 AM

Apache 1.3.33 installation in Red hat Linux 9
 
Hi All,

I have installed red hat linux 9 in my machine. By default red hat linux 9 comes up with apache 2.0. I want remove that apache 2.0 from my machine and want to install apache 1.3.33. It's as per client's requirement. Can you please tell how can I solve this problem. I have downloaded the rpm file of apache, removed the existing version of apache and reinstalled the apache 1.3.33 with rpm. But now localhost is not working.

Can any one here describe be the unistall and installation process step by step.

Please help me!!!


Best Regards,
Somnath Guha

trickykid 07-23-2008 09:51 AM

Simply use rpm -e <package-name> to remove RPM packages. Then with apache 1.3.33, you'll probably be better off installing by source instead of RPM as Red Hat 9 is outdated but 1.3.33 should install without issues on this OS.

Grab the source from http://httpd.apache.org and follow their directions for installation.


All times are GMT -5. The time now is 10:47 PM.