正常运行,似乎是SELinux错误,已通过以下方式修复:
# setenforce 0
作为参考,我们在virtualenv中安装了以下软件包:
-e git://github.com/toastdriven/django-haystack.git@366e7489169d460d36ac4d942c22c0e97e58c26b#egg=django_haystack-masterelasticsearch==1.0.0
在CentOS 6上通过yum实现elasticsearch-1.1.1-1.noarch
编辑:不会广泛禁用SELinux的更一般的修复程序:
# setsebool -P httpd_can_network_connect on



