lighttpd not reliable
Posted
by schneck
on Server Fault
See other posts from Server Fault
or by schneck
Published on 2010-06-10T15:28:00Z
Indexed on
2010/06/10
15:33 UTC
Read the original article
Hit count: 236
Hi there,
I have a lighttpd running which serves a django-based webservice. It was running well for some months, but from today on, it returns a 410 sometimes, and sometimes fails silently. To test, I make a curl-call, which most time runs fine; it returns some json test-data. Some times. however, it does not return any data, but the call seems to have run well, since I don't get an error code.
When I post to my webservice via third-party-packaged like boto, I sometimes get a "410 gone" - but I do not find any entry in the lighttpd error log.
Any ideas what the problem could be or how to avoid this?
Thanks a lot
© Server Fault or respective owner