Changes

Apache 2.4

415 bytes added, 12:12, 15 October 2016
Created page with "=Apache 2.4= $ yum --enablerepo=extras install centos-release-scl $ yum install httpd24 rh-php56 rh-php56-php <pre> # chkconfig --list | grep httpd httpd 0:o..."
=Apache 2.4=

$ yum --enablerepo=extras install centos-release-scl
$ yum install httpd24 rh-php56 rh-php56-php

<pre>
# chkconfig --list | grep httpd
httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
httpd24-htcacheclean 0:off 1:off 2:off 3:off 4:off 5:off 6:off
httpd24-httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
</pre>

/opt/rh/httpd24/root/etc/httpd/

<pre>
# service httpd24-httpd start

</pre>