> >> | P.S. Okay... there is another problem. If the page is refreshed >> first >> | time, there is error 500 - error reading response headers. After >> | refreshing it second time, everithing works normal. Refresh - error. >> | Refresh - okay. Strange, isn't it? >> >> I get the same behavior here. I don't know enough about the inner >> workings of Quixote to understand why it's happening. Maybe the powers >> that be will help? > > We've seen similar behavior. The problem for us was that Apache's > logs were not configured properly. We were trying to pipe the logs > through "rotatelogs" but Apache could not find the executable. The > chances that you both have that same problem seem slim. > > You might use "tcpdump" and "ethereal" to try to figure out what is > going on. I think I found something interesting in the http headers!! - On successful request REQUEST_URI has trailing slash (/test/) - On error 500 REQUEST_URI doesn't have trailing slash (/test) What could be the problem? Thanks! Ksenia.