> Thanks a lot for the info. I've tried what you suggested but I'm > still > getting error 500 :( > > Any other suggestions? Is there a way to programatically test > this from > command line? I mean a script known to be broken with suhosin? The > thing is > that to me the 500 errors seem kind of random. Sometimes the same > request goes > through, sometimes it doesn't :( > > Again Jaime, thanks for the tips :)
When I was having the problem, I was never able to get it to happen consistently. It would work sometimes, but not others. I had a problem on one system do to suhosin that I fixed my not encrypting the session. My second problem was on another set of systems where I was using user-defined sessions. I had to disable the user-defined sessions to stop the 500 errors. I don't have a solution on that one yet since I need the user-defined sessions. That system didn't even have the suhosin extension loaded. Supposedly there are some fixes to sessions coming up, but I haven't been able to test them. Are you using User-Defined sessions? Jaime _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
