I Looked everywhere to find an answer but nothing fits my case.
Let me explain.
Environment
I have a website in php that works with a solr indexation server.
It's based on CodeIgniter
Changes made
We got a whole lot of new contentns, so we flushed the database, and had to reindex the content (about 168 000 elements)
I created a script to index the contents by slices of 500. So when the script finishes, we launch the next indexation
It works perfectly on my local test environment, but on production I get this 500 error.
[Thu Dec 02 ...] [error] [client IP] Premature end of script headers: index.php
Other informations
There is absolutely nothing in my php.log, just the apache error_log that returns it.
I've seen it happen on other pages of the website once or twice, but it was during this indexation.
Has anyone an idea ?