Hi,
I finally found time again to look at this problem (which I never
solved).
> > The web.py script is receiving nothing while it works flawlesly if I
> > invoke it directly.
>
> So nothing comes up on the web.py console? Hrm... Maybe try just
> proxying the requests, or use SCGI? See if the same thing happens.
>
> Sam.
How can I proxy the request?
And I'm not familiar with SCGI. Do you have any pointers?
Regarding the errors I have some additional info:
- lighttpd starts fine ...
=== START UP OUTPUT ==================
/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
2007-12-01 14:47:08: (mod_fastcgi.c.1167) --- fastcgi spawning local
proc: /usr/www/lib/code.py
port: 0
socket /tmp/lighttpd.code.3.fcgi.socket
min-procs: 1
max-procs: 1
2007-12-01 14:47:08: (mod_fastcgi.c.1192) --- fastcgi spawning
port: 0
socket /tmp/lighttpd.code.3.fcgi.socket
current: 0 / 1
====================================
....but when a web.py script is invoked the following appears in
error.log:
=====ERROR LOG=========================
2007-12-01 14:48:36: (mod_fastcgi.c.1532) connect failed: 6 Connection
refused 111 0 /tmp/lighttpd.code.3.fcgi.socket-0
2007-12-01 14:48:36: (mod_fastcgi.c.2697) connect() to fastcgi failed,
restarting the request-handling: 0 /tmp/lighttpd.code.
3.fcgi.socket-0
2007-12-01 14:48:36: (mod_fastcgi.c.2342) proc: 0 /tmp/lighttpd.code.
3.fcgi.socket-0 2 1 0 11172
2007-12-01 14:48:36: (mod_fastcgi.c.2411) --- fastcgi spawning
port: 0
socket /tmp/lighttpd.code.3.fcgi.socket
current: 1 / 1
2007-12-01 14:48:36: (mod_fastcgi.c.711) new proc, socket: 0 /tmp/
lighttpd.code.3.fcgi.socket-0
2007-12-01 14:48:36: (mod_fastcgi.c.2552) got proc: 6 11175 /tmp/
lighttpd.code.3.fcgi.socket-0 0 1
2007-12-01 14:48:36: (mod_fastcgi.c.2342) proc: 0 /tmp/lighttpd.code.
3.fcgi.socket-0 1 1 1 11175
=================================
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---