From 1f7013a1e3e8d681338ba683eb4432d7040f4f2e Mon Sep 17 00:00:00 2001 From: Marc Nause Date: Thu, 21 Jul 2016 21:36:00 +0200 Subject: [PATCH] removed unused properties in default config (CGI capabilities of YaCy's HTTPd have been removed many moons ago) --- defaults/yacy.init | 4 ---- 1 file changed, 4 deletions(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index 86412fdd0..8f3240153 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1130,10 +1130,6 @@ memory.disabledDHT = false # wether using standard memory strategy - or try generation memory strategy memory.standardStrategy = true -# setting if execution of CGI files is allowed or not -cgi.allow = false -cgi.suffixes = cgi,pl - # content integration settings content.phpbb3.urlstub = http:/// content.phpbb3.dbtype = mysql