From 83c0371ed63304efe2b637940549062a3552ad05 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 7 Sep 2015 09:52:06 -0400 Subject: [PATCH] 2016/README.md: updated `Setting up Apache`; Apache v2.4 related. Thanks Janith for the patch. --- 2016/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2016/README.md b/2016/README.md index 80a6b583..ef1a5a2f 100644 --- a/2016/README.md +++ b/2016/README.md @@ -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: ``` @@ -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 -- 2.25.1