From 3060aa8f230e0b383b4a55ea67b73e382a4e8fa7 Mon Sep 17 00:00:00 2001 From: jantwisted Date: Mon, 7 Sep 2015 01:27:12 +0530 Subject: [PATCH] Modified for apache 2.4 --- 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