Hello,
Just wanted to mention that the apache config file generated/installed from install script has an incorrect access and error log destination set.
Should be:
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
instead:
ErrorLog /error.log
CustomLog /access.log combined
Thanks,
Alex