<VirtualHost *:80>
ServerName ojs.ru.ac.ke
DocumentRoot /var/www/ojs
<Directory /var/www/ojs>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/ojs_error.log
CustomLog ${APACHE_LOG_DIR}/ojs_access.log combined
</VirtualHost>