search for: will_green

Displaying 5 results from an estimated 5 matches for "will_green".

2006 Jun 22
5
changing user/group on port 80
I''m trying to run mongrel on port 80 and switch to a different user/group from root. As root, this works: mongrel_rails start -p 3000 -u rails --group rails This: mongrel_rails start -p 80 -u rails --group rails dies with: --------------------------- ** Changing group to rails. ** Changing user to rails. ** Starting Mongrel listening at 0.0.0.0:80
2006 May 23
2
Can Win32 service more than one rails request at atime?
> On 5/23/06, Walter <Walter at mwsewall.com> wrote: > [...] > > I realize that mongrel is not thread safe, I was hoping mongrel might > spawn a few processes and serve them in the background to emulate what I > wanted. > > > > Rails is not thread-safe. > Yes, that?s what I meant. <snip> > > The idea of the BackgroundDrb is that you perform
2006 May 10
2
Output Compression in Mongrel?
I''d like to implement output compression in Mongrel (ala Apache''s mod_deflate). I have found a Rails plugin that, with minor modification, works. Is there even an advantage to moving the output compression from the Rails app to a Mongrel handler? Unless, of course, someone knows how to configure mod_proxy_balancer with mod_deflate... == Will Green Web Developer & IT
2006 Jun 30
0
Fwd: Mongrel-users Digest, Vol 5, Issue 22
...Re: Time To Pick the Mongrel BUGS Mascot! (Jason Young) 8. Re: Time To Pick the Mongrel BUGS Mascot! (Bradley Taylor) 9. Re: Time To Pick the Mongrel BUGS Mascot! (Alison Rowland) 10. Re: Time To Pick the Mongrel BUGS Mascot! (Kevin Williams) 11. Re: Time To Pick the Mongrel BUGS Mascot! (Will_Green at URSCorp.com) ---------------------------------------------------------------------- Message: 1 Date: Fri, 30 Jun 2006 02:43:53 -0400 From: Zed Shaw <zedshaw at zedshaw.com> Subject: Re: [Mongrel] Time To Pick the Mongrel BUGS Mascot! To: mongrel-users at rubyforge.org Message-ID: <11...
2006 May 08
10
Apache 2.2, ProxyPass and HTTPS
Hi all, I''m currently trying to get Mongrel running my app whilst fronted by apache 2.2 in a sub-directory via https. A bit convoluted I''ll grant you but necessitated by existing systems. The pertinent parts of my httpd.conf: <VirtualHost 123.123.123.123:12345> #historic choice of random port number DocumentRoot /var/www/admin ServerName admin.example.com:12345