ports/textproc/apache-solr/files/patch-bind-localhost.patch
Kurt Jaeger 608d67d39e textproc/apache-solr: 5.5.2 -> 6.2.0
- submitter becomes maintainer

PR:		201455,	212313
Changes:	https://lucene.apache.org/solr/6_2_0/changes/Changes.html
Submitted by:	Matthias Fechner <idefix@fechner.net>
2016-09-11 11:43:36 +00:00

18 lines
737 B
Diff

--- server/etc/jetty-http.xml.bak 2016-09-01 16:16:13.027176858 +0200
+++ server/etc/jetty-http.xml 2016-09-01 16:16:40.498173610 +0200
@@ -33,7 +33,7 @@
</Item>
</Array>
</Arg>
- <Set name="host"><Property name="jetty.host" /></Set>
+ <Set name="host"><Property name="jetty.host" default="localhost" /></Set>
<Set name="port"><Property name="jetty.port" default="8983" /></Set>
<Set name="idleTimeout"><Property name="solr.jetty.http.idleTimeout" default="50000"/></Set>
<Set name="soLingerTime"><Property name="solr.jetty.http.soLingerTime" default="-1"/></Set>
@@ -44,4 +44,4 @@
</Arg>
</Call>
-</Configure>
\ No newline at end of file
+</Configure>