SSl Certs were created
Config edits made to apache's httpd.conf and ssl.conf
(having installed mod_ssl pkg)
However, the site comes up with just the RHEL test Page.
There is nothing in /var/www/html folder
I set the following on both httpd.conf and ssl.conf:
#DocumentRoot "/var/www/html"
DocumentRoot "/opt/webwork/webwork2"
#DocumentRoot "/var/www/html"
DocumentRoot "/opt/webwork/webwork2"
In httpd.conf we changed User & Group from apache to the
webwork admin account & group.
"apachectl configtest" works fine.
Why can I not get url to show webwork main page?
I used: (both just display RHEL Test page)
http://server.domain.com/webwork2
https://server.dpmain.com/webwork2