<VirtualHost *:80>
ServerAdmin webmaster@riarauniversity.ac.ke
ServerName projects.riarauniversity.ac.ke
DocumentRoot /opt/openproject/public # Replace with the correct OpenProject path
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For handling URLs correctly in OpenProject, include this:
<Directory /opt/openproject/public>
AllowOverride All
Require all granted
</Directory>
</VirtualHost>