atom feed28 messages in ru.sysoev.nginxRe: Nginx as a Linux Service
FromSent OnAttachments
Chris Gers32Oct 30, 2008 4:44 am 
Anoop AliasOct 30, 2008 4:58 am 
Chris Gers32Oct 30, 2008 6:59 am 
Cherife LiOct 30, 2008 7:17 am 
gl...@lumanau.web.idOct 30, 2008 7:21 am 
Eugene JanusovOct 30, 2008 7:28 am 
Jim OhlsteinOct 30, 2008 7:32 am 
Nick PearsonOct 30, 2008 7:34 am 
gl...@lumanau.web.idOct 30, 2008 7:39 am 
Eugene JanusovOct 30, 2008 7:49 am 
Chris Gers32Oct 30, 2008 8:23 am 
Eugene JanusovOct 30, 2008 8:59 am 
Robert GabrielOct 30, 2008 1:23 pm 
Chris Gers32Oct 31, 2008 3:42 am 
Robert GabrielOct 31, 2008 4:22 am 
Jim OhlsteinOct 31, 2008 5:38 am 
Chris Gers32Nov 17, 2008 6:15 am 
gl...@lumanau.web.idNov 17, 2008 6:23 am 
Chris Gers32Nov 17, 2008 7:13 am 
Jeremy HinegardnerNov 17, 2008 9:32 am 
Jim OhlsteinNov 17, 2008 10:04 am 
owkayeNov 18, 2008 12:36 am 
luben karavelovNov 18, 2008 1:31 am 
Chris Gers32Nov 21, 2008 1:47 am 
John MooreNov 21, 2008 3:03 am 
owkayeNov 21, 2008 4:03 am 
John MooreNov 21, 2008 4:39 am 
ThomasNov 21, 2008 6:29 am 
Subject:Re: Nginx as a Linux Service
From:Anoop Alias (anoo@gmail.com)
Date:Oct 30, 2008 4:58:56 am
List:ru.sysoev.nginx

Yes , Of-course :)

When you install nginx you will get a startup script /etc/init.d/nginx

On Thu, Oct 30, 2008 at 5:14 PM, Chris Gers32 <lis@ruby-forum.com> wrote:

Hi,

I'm setting up a Production-like environment with a Mongrel cluster and nginx acting as a load balancer for the Mongrel servers.

Following the instructions in the book "Deploying Rails Applications" (Pragmatic Programmers), my Mongrel cluster starts up as a Linux service. But I see no mention of nginx being set up as a service also.

My question is : can nginx be set up as a service in Linux (I'm currently running Red Hat Linux 4.4), so that it restarts at boot time, just like the Mongrel servers?

Thanks,