Re: Automatically starting the FastCGI server

2006-11-06 Thread orestis
Thanks! I am trying to make lighttpd spawn the fcgi django processes using bin-path but there seems to be a problem. Here is my setup: fastcgi.server = ( "/myproject.fcgi" => ( "main" => ( # Use host / port instead of socket for TCP fastcgi "host" => "127.0.0

Re: Automatically starting the FastCGI server

2006-11-06 Thread Grigory Fateyev
Hello Norbert Wojtowicz! On Sun, 05 Nov 2006 23:21:31 -0600 you wrote: > I am also interested in how others have solved this. I hope I'm not > hijacking the thread, but could we see your Debian approach to this > problem? init.d file: #! /bin/sh ### BEGIN INIT INFO # Provides: anastas-

Re: Automatically starting the FastCGI server

2006-11-05 Thread Norbert Wojtowicz
I am also interested in how others have solved this. I hope I'm not hijacking the thread, but could we see your Debian approach to this problem? Grigory Fateyev wrote: > Hello orestis! > On Fri, 03 Nov 2006 18:53:26 - you wrote: > > >> Hello, >> >> I'm new to linux administration, but I t

Re: Automatically starting the FastCGI server

2006-11-05 Thread orestis
I'm using CentOS, it's like RedHat AFAIK... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, s

Re: Automatically starting the FastCGI server

2006-11-05 Thread Grigory Fateyev
Hello orestis! On Fri, 03 Nov 2006 18:53:26 - you wrote: > > Hello, > > I'm new to linux administration, but I try to learn :) > > I have managed to make lighttpd and postgresql start automatically > upon reboot, now I need a way to make manage.py runfcgi to start > automatically. [...] >

Automatically starting the FastCGI server

2006-11-04 Thread orestis
Hello, I'm new to linux administration, but I try to learn :) I have managed to make lighttpd and postgresql start automatically upon reboot, now I need a way to make manage.py runfcgi to start automatically. I tried to put this in my lighttpd.conf: fastcgi.server = ( "/django.fcgi" => (