From 98c491a70a5205b4724ea51e8c2da5b42b6f1084 Mon Sep 17 00:00:00 2001 From: vectr0n Date: Tue, 19 Apr 2016 19:00:17 -0400 Subject: [PATCH] Change Wording for AllowEncodedSlashes to make it more clear to users --- doc/Installation/Installation-(Debian-Ubuntu).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Installation/Installation-(Debian-Ubuntu).md b/doc/Installation/Installation-(Debian-Ubuntu).md index 50d216d76..9431fd124 100644 --- a/doc/Installation/Installation-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-(Debian-Ubuntu).md @@ -128,7 +128,7 @@ Next, add the following to `/etc/apache2/sites-available/librenms.conf`: ``` -If you are running Apache 2.2.18 or higher then change AllowEncodedSlashes to NoDecode +If you are running Apache 2.2.18 or higher then change `AllowEncodedSlashes On` to `AllowEncodedSlashes NoDecode` If you have Apache 2.3 or newer then please add the following line before `AllowOverride All`: