diff --git a/_posts/2016-04-20-setup-django-in-apache2-raspberry-pi.markdown b/_posts/2016-04-20-setup-django-in-apache2-raspberry-pi.markdown
index 48377e1f72acb3fabc7a44bb4d07692b30e3cb08..1421c53bdf52565ecd0454c63af4f0afeb506309 100644
--- a/_posts/2016-04-20-setup-django-in-apache2-raspberry-pi.markdown
+++ b/_posts/2016-04-20-setup-django-in-apache2-raspberry-pi.markdown
@@ -32,6 +32,12 @@ Listen 192.168.1.27:8001
 </VirtualHost>
 {% endhighlight %}
 
+* **Now restart or reload your apache**
+
+```shell
+service apache2 restart
+```
+
 And then, you can access from another client with IP: `192.168.1.27:8001`
 
 > Thanks to: _Nabil Abdat_
\ No newline at end of file