This is the configuration on my server:
dir-listing.activate = "disable"
server.follow-symlink = "enable"
fastcgi.server = ( "/" =>
((
"socket" => "/tmp/fastcgi.socket",
"bin-path" => "/www/site/docs/index.py",
"max-procs" => 1,
"bin-environment" => (
"REAL_SCRIPT_NAME" => ""
),
"check-local" => "disable"
))
)
It can also be missing other dependencies... Does the app works stand
alone? Or if you just try to execute ./serve.py ?
On Fri, Jul 6, 2012 at 8:02 PM, Tomas Schertel <[email protected]> wrote:
> Yes, I did.
> And installed flup too...
>
>
> On Friday, 6 July 2012 13:47:19 UTC-3, Primoz Anzur wrote:
>>
>> Do you have a shebang on the top of the file and chmod it correctly?
>>
>> On Fri, Jul 6, 2012 at 3:38 PM, Tomas Schertel <[email protected]>wrote:
>>
>>> Hi guys.
>>> I'm following recipe from
>>> http://webpy.org/cookbook/**fastcgi-lighttpd<http://webpy.org/cookbook/fastcgi-lighttpd>but
>>> it just don't work.
>>> Lighttp log gives me these messages:
>>>
>>> 2012-07-06 10:33:36: (mod_fastcgi.c.1103) the fastcgi-backend
>>> /home/tomas/Dropbox/projetos/**synergie/serve.py failed to start:
>>> 2012-07-06 10:33:36: (mod_fastcgi.c.1107) child exited with status 13
>>> /home/tomas/Dropbox/projetos/**synergie/serve.py
>>> 2012-07-06 10:33:36: (mod_fastcgi.c.1110) If you're trying to run your
>>> app as a FastCGI backend, make sure you're using the FastCGI-enabled
>>> version.
>>> If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
>>> 2012-07-06 10:33:36: (mod_fastcgi.c.1397) [ERROR]: spawning fcgi failed.
>>> 2012-07-06 10:33:36: (server.c.964) Configuration of plugins failed.
>>> Going down.
>>>
>>> Can someone help me?
>>>
>>>
>>> Thanks.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "web.py" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/webpy/-/gDVQ72aqdtQJ<https://groups.google.com/d/msg/webpy/-/gDVQ72aqdtQJ>
>>> .
>>> To post to this group, send email to [email protected].
>>> To unsubscribe from this group, send email to webpy+unsubscribe@**
>>> googlegroups.com <webpy%[email protected]>.
>>> For more options, visit this group at http://groups.google.com/**
>>> group/webpy?hl=en <http://groups.google.com/group/webpy?hl=en>.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "web.py" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/webpy/-/Eq4LdBZs93EJ.
>
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/webpy?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/webpy?hl=en.