Thanks Janith for the patch.
### Create virtual host
-Create a new file called libreplanet in `/etc/apache2/sites-available` with the following contents:
+Create a new file called libreplanet (libreplanet.conf for Apache 2.4) in `/etc/apache2/sites-available` with the following contents:
```
<VirtualHost *:80>
XBitHack on
AllowOverride All
Order allow,deny
+ # Directive needed in Apache 2.4
allow from all
</Directory>