Good afternoon-
I have read a number of threads that make reference to the issue I am
having - delta indexing does not work in production. Like many, it
works without issue under script/server or script/console. In
production (Apache/Passenger) it does not.
For this example, let's say my rails app is owned by "matt". The
binaries are in /usr/local/bin, and the relevant section os sphinx.yml
is this:
production:
mem_limit: 512M
enable_star: 1
min_infix_len: 3
max_matches: 100000
bin_path: /usr/local/bin
charset_table: "+, -, 0..9, A..Z->a..z, _, a..z, U+410..U+42F->U
+430..U+44F, U+430..U+44F"
I have set the apache directives to force it to run as "matt" (not too
comfortable with this). These directives are snipped from the globals
section of the httpd.conf.
User matt
Group matt
PassengerDefaultUser matt
I really appreciate any help. This has been driving me absolutely
nuts for two days, and I really tried to RTFM/RTFP (posts) before
asking a question that seems to have been answered many times.
Best,
Matt
--
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en.