On 8/2/06, jlkung / msn.com <jlkung / msn.com> wrote: > Hi, > > I'm trying to setup RoR on OpenBSD 3.9 with Ruby 1.8.4 and Apache 1.3. > I've setup Rails to run as a Virtual Host, and I can view the "Welcome > Aboard" page. When I try to access http://<server>/category/ though, I > get an "Application error...Rails application failed to start properly" > message. Apache.log has this error: > > [error] (2)No such file or directory: exec of /todo/public/dispatch.cgi > failed > [error] [client 192.168.2.128] Premature end of script headers: > /todo/public/dispatch.cgi > > The rewrite log has a string of actions ending with: > 192.168.2.128 - - [01/Aug/2006:18:06:21 -0700] > [todo/sid#8931257c][rid#86bbd034/initial] (4) RewriteCond: > input='/todo/public/images/rails.png' pattern='!-f' => not-matched > 192.168.2.128 - - [01/Aug/2006:18:06:21 -0700] > [todo/sid#8931257c][rid#86bbd034/initial] (1) [per-dir /todo/public/] > pass through /todo/public/images/rails.png these lines relate to the welcome aboard page. Try asking in rails forum, perhaps they'll know better (even though there is much overlap between these two, I suppose) rubyonrails.com/community J.