Difference between revisions of "Apache 2.4"

From berki WIKI
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 12:12, 15 October 2016

Apache 2.4

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

# 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

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

# service httpd24-httpd start