This is an old revision of the document!
This should be created in /etc/apache2/sites-available/opensource.glasgow.social.conf:
<VirtualHost *:80>
ServerName opensource.glasgow.social
ServerAdmin webmaster@localhost
DocumentRoot /var/www/opensource
ErrorLog ${APACHE_LOG_DIR}/opensource.glasgow.social-error.log
CustomLog ${APACHE_LOG_DIR}/opensource.glasgow.social-access.log combined
</VirtualHost>
It can then be enabled with:
cd /etc/apache2/sites-available/ sudo a2ensite glasgow.opensource.social