2016/README.md: updated `Setting up Apache`; Apache v2.4 related.
authorrsiddharth <rsd@gnu.org>
Mon, 7 Sep 2015 13:52:06 +0000 (09:52 -0400)
committerrsiddharth <rsd@gnu.org>
Mon, 7 Sep 2015 13:52:06 +0000 (09:52 -0400)
Thanks Janith for the patch.

2016/README.md

index 80a6b583a77ab42325aa2ac678e74808aa850fb1..ef1a5a2f8a4ca186cc9db15e32573a959811c8db 100644 (file)
@@ -36,7 +36,7 @@ package apache2 from your package manager.
 
 ### 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>
@@ -53,6 +53,7 @@ Create a new file called libreplanet in `/etc/apache2/sites-available` with the
         XBitHack on
                AllowOverride All
                Order allow,deny
+               # Directive needed in Apache 2.4
                allow from all
        </Directory>