id almost guaruntee this has to do with chrooting.  i havent touched fastcgi 
with rails in a long time :x  but id imagine its set to look in 
'/var/www/users/...' where infact it would want to look for '/users/...'.

personally id recommend looking at scgi, and its apache module.  thats what i 
use on openbsd 3.8 (with apache chrooted) and it works seemlessly.  as well 
from what ive read gives you a performance boost and more control over whats 
going on, and statistics.

- Zac

On Sun, 18 Dec 2005 12:33:22 +0100, Rogier Krieger <[EMAIL PROTECTED]> wrote:
> On 12/18/05, Michael Steinfeld <[EMAIL PROTECTED]> wrote:
>> any ideas?
> 
> You're probably dealing with FAQ item #10.16: dealing with Apache's
> chroot()
> http://www.openbsd.org/faq/faq10.html#httpdchroot
> 
>> "/var/www/users/mike/rails/public/dispatch.fcgi" (pid 9195), chdir()
>> failed: No such file or directory
> 
> As the errors reported deal with a directory not found, try running
> without a chroot first. If that works, adjust your paths so that they
> are located while running chroot'ed.
> 
> Hope that helps,
> 
> Rogier

Reply via email to