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: Migration 2.2 to 2.4 Many Missing .so
Author
jcobban



Joined: 10 May 2015
Posts: 17
Location: canada, ottawa

PostPosted: Fri 31 Jul '15 3:43    Post subject: Migration 2.2 to 2.4 Many Missing .so Reply with quote

I am trying to build a complete duplicate of a production website on a development machine so I can test changes. The production machine is running CentOS6 with Apache 2.2, while I built the development machine from the current CentOS7 with Apache 2.4. When I try to run Apache with the conf files from the old site many of the .so files are missing. Do I just delete every line that Apache 2.4 objects to and hope that the site will still work, or is there some checklist I can run through. I tried searching for posts relating to the specific files that are objected to and I cannot find much useful advice.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 31 Jul '15 5:04    Post subject: Reply with quote

Oh gosh no. I hope you saved the original 2.4 config files. I know reading sucks but;

Start Here --> http://httpd.apache.org/docs/2.4/upgrading.html

scroll down to the Run Time Changes section.

You can cheat some and copy your virtualhosts from your 2.2 config and paste them into your new vhosts file. You will need mod_access_compat loaded and you should scan the other 2.4 config files for "Require all granted/denied" and replace with the appropriate order, allow, deny, satisfy you're used to.
Back to top
jcobban



Joined: 10 May 2015
Posts: 17
Location: canada, ottawa

PostPosted: Sat 01 Aug '15 5:56    Post subject: Reply with quote

Thank you.
Back to top


Reply to topic   Topic: Migration 2.2 to 2.4 Many Missing .so View previous topic :: View next topic
Post new topic   Forum Index -> Apache