sudo nano /etc/apache2/sites-available/library.ru.ac.ke.conf
<VirtualHost *:80>
ServerAdmin webmaster@library.ru.ac.ke
ServerName library.ru.ac.ke
ServerAlias www.library.ru.ac.ke
DocumentRoot /var/www/html/library
ErrorLog ${APACHE_LOG_DIR}/library_error.log
CustomLog ${APACHE_LOG_DIR}/library_access.log combined
</VirtualHost>