Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
yum remove httpd
### move the configuration directory out of the way
mv /etc/httpd /etc/httpd.22

Step #2

Install Software collections from the CentOS SCLo SIG.

Code Block
yum install centos-release-scl

Step #3

Install Apache 2.4

Code Block
yum install httpd24

Step #4