logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Upgrade from 2.0 to 2.4
Author
sbampa



Joined: 21 Feb 2018
Posts: 1

PostPosted: Wed 21 Feb '18 17:54    Post subject: Upgrade from 2.0 to 2.4 Reply with quote

Hi all,
i need to upgrade apache installed from an rpm (httpd-2.0.63-1.x86_64).

I need to go from 2.0.63 to the last available version 2.4.x.
What are the steps to upgrade?
I searched but i can't find anything about this method!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 23 Feb '18 0:10    Post subject: Reply with quote

The best way is to install Apache 2.4 parallel on different ports and port your config.

Most of the vhost config works file. Except the Order allow deny stuff.

For that you must use the new Require.

Once the new apache runs fine you can shutdown the old one and run the new one of the normal ports.

Since you installed apache on a redhad based linux ( rpm) I wonder if you can install the new apache on that maybe old linux via rpm.
Back to top


Reply to topic   Topic: Upgrade from 2.0 to 2.4 View previous topic :: View next topic
Post new topic   Forum Index -> Apache