Displaying 3 results from an estimated 3 matches for "gansen".
Did you mean:
hansen
2006 Nov 02
3
Indexing and searching across multiple locales
Hi -
I''m currently investigating support for Ferret and content that spans
multiple locales. I am particularly interested in using stemming and fuzzy
searches (e.g. with slop factor) across multiple locales.
So far I''ve followed the online docs for implementing a Stemming Analyzer,
and it is working for English terms just fine. I''ve also written a method to
import data
2006 Aug 18
7
Rewriting URLs - help needed
Hello -
I''m grappling with some tricky URL rewriting with Apache 2 and mod_rewrite,
and could use a hand.
Briefly:
URL for application is: www.servername.com/path/to/app/
There is no Alias directive; the application is in the directory
/www/content/path/to/app/ on the server file system.
The FastCGI dispatcher (dispatch.fcgi) lives at:
/www/fcgi-bin/path/to/app/dispatch.fcgi
Inside
2006 Aug 09
0
FastCGI - how to relocate dispatch.fcgi outside of rails app
Howdy.
Due to a rather unique hosting setup, I need to relocate the
dispatch.fcgifile to a directory outside of
/path/to/application/public.
The setup looks like:
/path/to/content/RailsApp/ -- all application files
/path/to/fcgi-bin/RailsApp/ -- dispatch.fcgi
I''ve modified dispatch.fcgi to find environment.rb; however, all requests
for static files (index.html, javascripts, etc) fail