solr: Increare request size limit for apache and jetty
This commit is contained in:
parent
4c6133d210
commit
32c29abdd7
2 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
<New class="org.eclipse.jetty.server.bio.SocketConnector">
|
||||
<Set name="host"><SystemProperty name="jetty.host" /></Set>
|
||||
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
|
||||
<Set name="requestHeaderSize">16384</Set>
|
||||
<Set name="maxIdleTime">50000</Set>
|
||||
<Set name="lowResourceMaxIdleTime">1500</Set>
|
||||
<Set name="statsOn">false</Set>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
LimitRequestFieldSize 16384
|
||||
LimitRequestLine 16384
|
||||
|
||||
<Directory "/srv/www/https/*/solr">
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue