소스: CentOS – install using yum Apache 2.4 – Unix & Linux Stack Exchange
확인 : /opt/rh/httpd24/root/etc/httpd/conf/httpd.conf 마지막 줄
Include conf.d/*.conf 또는
Include sites-enabled/*.conf
cf)a2enable does on Debian.
Activate:
ln -s /etc/httpd/sites-available/mysite.conf /etc/httpd/conf.d/mysite.conf
Deactivate:
unlink /etc/httpd/conf.d/mysite.conf