```
a2ensite libreplanet
-* Do not need to do on mdb system
```
Replace `your-virtual-host` with the name of virtual host file you made (in this case, libreplanet).
service apache2 restart
* /etc/init.d/apache2 restart
-If you are mdb, do: user-apache-restart
-
```
*Edit your hosts file*
```
a2enmod include
+a2enmod rewrite
```
If this doesn't work, you may not have Apache installed. Install the
SSILegacyExprParser on
Options +Includes
XBitHack on
- </Directory>
+G </Directory>
ErrorLog /home/owner/libreplanet-static/logs/error.log
CustomLog /home/owner/libreplanet-static/access.log combined
</VirtualHost>
```
a2ensite your-virtual-host
-* Do not need to do this -mdb
```
Replace `your-virtual-host` with the name of virtual host file you made (in this case, libreplanet).
```
service apache2 restart
-* /usr/local/bin/user-apache-restart
-
-If you are mdb, do: user-apache-restart
-
```
*Edit your hosts file*