Has anyone ever gotten this to work? This is likely not a Webpy issue
but I couldn't find a solution on the lighttpd forum

This is the error I get in the log of lighttpd:
"2007-09-01 14:39:21: (/home/lapo/packaging/tmp/lighttpd-1.4.16/src/
mod_fastcgi.c.3320) fcgi: got a FDEVENT_ERR. Don't know why. "

Addionally lighttpd logs to the terminal:
Traceback (most recent call last):
  File "/var/www/localhost/htdocs/cgi-bin/myweb.py", line 16, in
<module>
    web.run(urls, globals(), web.reloader)
  File "/usr/lib/python2.5/site-packages/web/request.py", line 153, in
run
    return wsgi.runwsgi(webapi.wsgifunc(webpyfunc(inp, fvars,
autoreload), *middleware))
  File "/usr/lib/python2.5/site-packages/web/wsgi.py", line 35, in
runwsgi
    return runfcgi(func, None)
  File "/usr/lib/python2.5/site-packages/web/wsgi.py", line 17, in
runfcgi
    return flups.WSGIServer(func, multiplexed=True,
bindAddress=addr).run()
  File "/usr/lib/python2.5/site-packages/flup-0.5-py2.5.egg/flup/
server/fcgi.py", line 113, in run
  File "/usr/lib/python2.5/site-packages/flup-0.5-py2.5.egg/flup/
server/threadedserver.py", line 84, in run
socket.error: (113, 'Software caused connection abort')


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to