By theorichel on
I have been getting a lot of internal server errors when I install modules on my multisite, and sometimes also when I do a cron job. I have asked a question about it here, but nobody seems to have an answer. Now I have access to my access logs and they tell me that I have a lot of http 304 errors. Could that be the cause of my problems? And does anyone know a solution?
Many thanks
TR.
Comments
I can't help you with the
I can't help you with the internal error messages, but I can tell you that HTTP 304 is not an error, it just means that the file has not changed since the last time it was requested, and the client should use an cached version.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
---
Audun Larsen