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
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-
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
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
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.
[...]
>
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" => (
6 matches
Mail list logo