Re: ruby on rails derailed, chroot httpd reported DOA

2005-12-20 Thread Zachery Hostens
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 us

Re: ruby on rails derailed, chroot httpd reported DOA

2005-12-18 Thread Alexander Hall
Stuart Henderson 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() f

Re: ruby on rails derailed, chroot httpd reported DOA

2005-12-18 Thread Stuart Henderson
> 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

Re: ruby on rails derailed, chroot httpd reported DOA

2005-12-18 Thread Rogier Krieger
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 di