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"

    AllowOverride None
    ........
    Require all granted

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

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.