From 32c29abdd7f7990658d248c381dff1c7274c15af Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Tue, 27 Jan 2015 14:11:10 +0200 Subject: [PATCH] solr: Increare request size limit for apache and jetty --- solr/files/jetty.xml | 1 + solr/files/solr-httpd.conf | 3 +++ 2 files changed, 4 insertions(+) diff --git a/solr/files/jetty.xml b/solr/files/jetty.xml index 7596a6c..5c52d9e 100644 --- a/solr/files/jetty.xml +++ b/solr/files/jetty.xml @@ -53,6 +53,7 @@ + 16384 50000 1500 false diff --git a/solr/files/solr-httpd.conf b/solr/files/solr-httpd.conf index e319139..df0f747 100644 --- a/solr/files/solr-httpd.conf +++ b/solr/files/solr-httpd.conf @@ -1,3 +1,6 @@ +LimitRequestFieldSize 16384 +LimitRequestLine 16384 + AllowOverride All