Versions Compared

Key

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

...

For CentOS, RedHat or Fedora distributions :
Code Block
I found on AWS for apache 2.4 I had to change the yum to:
yum install httpd24 httpd24-devel
 
yum install httpd mod_ssl httpd-devel
chkconfig httpd on
/etc/init.d/httpd start

...