Modified for apache 2.4
authorjantwisted <janith@member.fsf.org>
Sun, 6 Sep 2015 19:57:12 +0000 (01:27 +0530)
committerjantwisted <janith@member.fsf.org>
Sun, 6 Sep 2015 19:57:12 +0000 (01:27 +0530)
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>