First you should visit this webpage for a description of most relevant
things that change from 2.2 to 2.4:
<a href="http://httpd.apache.org/docs/2.4/upgrading.html" title="http://httpd.apache.org/docs/2.4/upgrading.html">http://httpd.apache.org/docs/2.4/upgrading.html</a>
If I were you, and that's what I did with my first upgrade is to
install a new httpd 2.4.x server in a test machine and adapt a
pre-existing configuration to the new syntax. Not too many things
change, but some module names and directives do, so it is good to test
before doing it on production and such.
2018-02-13 17:27 GMT+01:00 renee ko < ... at gmail dot com>:
Comments
Re: upgrade or new install
By Daniel at 02/13/2018 - 11:34First you should visit this webpage for a description of most relevant
things that change from 2.2 to 2.4:
<a href="http://httpd.apache.org/docs/2.4/upgrading.html" title="http://httpd.apache.org/docs/2.4/upgrading.html">http://httpd.apache.org/docs/2.4/upgrading.html</a>
If I were you, and that's what I did with my first upgrade is to
install a new httpd 2.4.x server in a test machine and adapt a
pre-existing configuration to the new syntax. Not too many things
change, but some module names and directives do, so it is good to test
before doing it on production and such.
2018-02-13 17:27 GMT+01:00 renee ko < ... at gmail dot com>:
Re: upgrade or new install
By renee ko at 02/13/2018 - 12:26Thanks Daniel. I am experimenting with a new install of 2.4.29 on my lab
machine.
I am planing with same approach as yours.