[KLUG Members] Apache start
members@kalamazoolinux.org
members@kalamazoolinux.org
Thu, 15 Aug 2002 08:01:02 -0400
>I had a question regarding the apache. I have apache2
>set up in my system in linux 7.3. I installed apache2
>by downloading it as RPM and its running perfectly
>fine. And I was running perl cgi code and it had some
>problems running the code with apache2 and the same
>code was running fine with the previous apache
>versions. In previous apache versions, mod_perl was
>also set up.
>Now I have to both the apache2 and also older version
>of apache which came with linux 7.3 and I want to run
>the apache that came with linux and not apache2. How
>can i do that??? once again i want to run apache which
>came with linux and not the apache2 which i installed
>and which is running fine now.
rpm -e apache2
rpm --install apache-....