From fb562ce9623c84f2eac5d3358d76caa634f709f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 15 Jan 2019 23:06:12 +0100 Subject: Set correct listen port for correct usage of searchd with some comments for explain why --- sphinx_search.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sphinx_search.conf b/sphinx_search.conf index 350285f..5ba9c23 100644 --- a/sphinx_search.conf +++ b/sphinx_search.conf @@ -24,7 +24,10 @@ indexer { } searchd { - listen = localhost:8080:http + # Use this if you want to use python api + listen = 9312 + # Use this if you want to http api + #listen = localhost:8080:http query_log = /tmp/query.log binlog_path = /tmp/ read_timeout = 5 -- cgit v1.2.1