Question:
Forgive me Im a Windows/GUI person, so struggling a LOT with this.
I've been following this and come up with a few issues
Firstly Apache wont restart - Any clues from this log?
sudo service apache2 restart

And question: #ServerName www.example.com
Should this be MY server name? or is that line as I should type it in??
My GLPI.CONF shows up exactly like this - is it correct?
Write in {
Alias / /var/www/glpi/
<VirtualHost *:80>
    ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
    #ServerName www.example.com
    DocumentRoot /var/www/glpi
      <Directory "/var/www/glpi/">
        Options Indexes MultiViews FollowSymLinks
        #AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
}
Thank you