```
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
```
*Edit your hosts file*
* I'm doing everything right, but the Web site isn't updating.
Ask the tech team to look at the git hook that publishes to the live site. When you push to the git repository, this hook is supposed to update what is actually served on the Internet to match the repo.
+
+* The website isn't loading! What?
+
+It might be a permissions issue. Try cd / ls -lad to check permissions. If they are not right, chmod 711 . should fix it