Security: sphinx must listen only on localhost
-
In sphinx.conf, the line
port = 9312
must be replaced with
listen = 127.0.0.1:9312otherwise, searchd is exposed to the world with its bare ass.
http://wordpress.org/extend/plugins/wordpress-sphinx-plugin/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Security: sphinx must listen only on localhost’ is closed to new replies.