Hi all: I have been using lighttpd on os x with RoR. It normally works great, however, when I use it for one project, kill the process, then switch to another project and start up using ./script/server, all I get is a blank page. No errors or html. The only solution I have found so far is to restart my machine, but that seems terribly inneficient. How does everybody else handle this, or do you guys not have this problem? Thanks! -- Randy Schmidt x@altorg.com 267.334.6833
Remove all your session info from /tmp rm -rf /tmp/ruby_sess.* On 2/22/06, Randy Schmidt <x@altorg.com> wrote:> Hi all: > > I have been using lighttpd on os x with RoR. It normally works great, > however, when I use it for one project, kill the process, then switch > to another project and start up using ./script/server, all I get is a > blank page. No errors or html. The only solution I have found so far > is to restart my machine, but that seems terribly inneficient. How > does everybody else handle this, or do you guys not have this problem? > > Thanks! > -- > Randy Schmidt > x@altorg.com > 267.334.6833 > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Thanks! On 2/23/06, Pat Maddox <pergesu@gmail.com> wrote:> Remove all your session info from /tmp > > rm -rf /tmp/ruby_sess.* > > On 2/22/06, Randy Schmidt <x@altorg.com> wrote: > > Hi all: > > > > I have been using lighttpd on os x with RoR. It normally works great, > > however, when I use it for one project, kill the process, then switch > > to another project and start up using ./script/server, all I get is a > > blank page. No errors or html. The only solution I have found so far > > is to restart my machine, but that seems terribly inneficient. How > > does everybody else handle this, or do you guys not have this problem? > > > > Thanks! > > -- > > Randy Schmidt > > x@altorg.com > > 267.334.6833 > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Randy Schmidt x@altorg.com 267.334.6833