[Answer]-Django sphinx search always get none from query

1👍

resolve issue, by turn Selinux OFF and restart server, i listen to apache process by this command:

ps auxw | grep httpd | awk '{print"-p " $2}' | xargs strace

and see permission denied for access apache to sphinx and memcache

Leave a comment