httpd24-httpd configuration [solved]

Posted on

I just installed httpd24-httpd so I could run php71.
Does it use /etc/http/conf/http.conf and /etc/http/conf/*
I'm looking for some documentation on how to customize the httpd24-httpd service.

My experience has been limited to changing Documen Roott to /home/user/http and other Apache configurations at /etc/httpd/conf/httpd.conf
Now that I've installed httpd24-httpd  I'm looking for some documentation on how to customize the httpd24-httpd service.

- How to set Document Root
DocumentRoot "/home/lab/http"
<Directory "/home/lab/http">
    AllowOverride None
    ........
    Require all granted
</Directory>

solved:
cd /opt/rh/httpd24/root/etc/httpd/conf/
~~~

Responses