From: "Marc-André Cournoyer" Date: 2008-01-19T12:56:31+09:00 Subject: Re: [ANN] Thin 0.5.3 Purple Yogurt release someone reported that the --user and --group options are not working : http://groups.google.com/group/thin-ruby/browse_thread/thread/a2483855a3d3380e/d796bf39b2b32d17 maybe you're experiencing the same issue. Can you check on w/ user is the thin process running? On 18-Jan-08, at 10:15 PM, s.ross wrote: > This has been working so well on my Mac dev machine, I built it out > on my RHEL server and started it with: > > thin start -e production -p -d > > This is dropping it in where a mongrel was. Listening on a high > number port. > > I can go to http://rootdomain: and there's my site. > However, I can't get to it using Apache's mod_proxy. > > Killing the thin process and restarting the mongrel verifies that > the proxy is set up right. > > Any thoughts? > > Thx > > > On Jan 18, 2008, at 9:22 AM, Marc-André Cournoyer wrote: > >> Hey all, >> >> Version 0.5.3 (codename Purple Yogurt) of the fastest Ruby server >> is out! >> >> Thin is a Ruby web server that glues together 3 of the best Ruby >> libraries in web history: >> * the Mongrel parser: the root of Mongrel speed and security >> * Event Machine: a network I/O library with extremely high >> scalability, performance and stability >> * Rack: a minimal interface between webservers and Ruby frameworks >> Which makes it, with all humility, the most secure, stable, fast >> and extensible Ruby web server >> bundled in an easy to use gem for your own pleasure. >> >> == What's new? >> >> Welcome 2 new members to the Thin team (previously composed of me >> and me): >> * Kevin Williams http://www.almostserio.us/ >> * James Golick http://jamesgolick.com/ >> >> Small release for *nix users, but big one of windows users! >> >> * win32 pre-compiled gem now available (send all your love to Kevin >> for this one) >> * Add prefix option to thin script to mount app under a given path. >> >> If you're still not sure about trying Thin, here are a couple of >> articles: >> * http://glauche.de/2008/01/14/how-many-thin-server-instances-are-best/ >> * http://www.deze9.com/jp/blog/post?p=current-uptime-of-the-thin-server-process-behind >> * http://blog.rayngwf.com/2008/01/thin-ruby-web-server-that-is-really.html >> * http://glauche.de/2008/01/12/thin-nginx-with-rails/ >> >> == Get it! >> >> sudo gem install thin >> >> Might take some time for the gem mirrors to be updated, try adding >> --source http://code.macournoyer.com to the command if it doesn't >> work >> >> If you installed a previous alpha version (if you have 0.5.3 >> already installed) >> uninstall it before: sudo gem uninstall thin >> >> WARNING: >> Thin is still alpha software, if you use it on your server you >> understand the >> risks that are involved. >> >> == Contribute >> >> If you're using Thin, let me know and I'll put your site on http://code.macournoyer.com/thin/users/ >> >> Thin is driven by an active community of passionate coders and >> benchmarkers. Please join us, contribute >> or share some ideas in Thin Google Group: http://groups.google.com/group/thin-ruby/topics >> >> Also on IRC: #thin on freenode >> >> Thanks to all the people who contributed to Thin, EventMachine, >> Rack and Mongrel. >> >> Marc-Andre Cournoyer >> http://code.macournoyer.com/thin/ >> >> > >