<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I've been seeing this from time to time as well, with lighttpd in front of apache-fastcgi though. &nbsp;This comes up rather randomly, so it's very hard to diagnose, i've been reading the cas code a few times and i can't see any obvious logical error. &nbsp;Do you have a reproducible recipe?</div><div><br></div><div><blockquote type="cite"><br><div class="gmail_quote">On Fri, Apr 18, 2008 at 5:28 AM, Dobrica Pavlinusic &lt;<a href="mailto:dpavlin@rot13.org">dpavlin@rot13.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> I have noticed strange thing in my deployment using lighttpd -- after a<br> while Jifty send out css file which is zero size. Restart of lighttpd<br> helps. Did anybody else noticed similar problems?<br> <br></blockquote></div><br clear="all">I got the exact same problem with you with similar lighttpd configuration. I figured that Jifty<div>processes might be problematic after it lives too long. So I add this in my site_config.yaml:</div> <div><br></div><div>framework:</div><div>&nbsp;&nbsp;Web:</div><div><div>&nbsp;&nbsp; &nbsp;FastCGI:</div><div>&nbsp;&nbsp; &nbsp; &nbsp;MaxRequests: 100</div><div><br></div><div>The 100 is just a guess, some random small number without any proof that it's good. But</div> <div>this seems to solve my problem, I seldom see the my site being&nbsp;suddenly&nbsp;naked recently.</div><div><br></div><div><br>-- <br>Cheers,<br>Kang-min Liu </div></div> _______________________________________________<br>jifty-devel mailing list<br><a href="mailto:jifty-devel@lists.jifty.org">jifty-devel@lists.jifty.org</a><br>http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel<br></blockquote></div><br></body></html>