I have an issue with my Symfony 4.1 project. My server is on PHP FPM 7.2 and Apache 2.4. When i enable the Debug component in a dev environment, i cannot access my application and i have a 503 error. On the apache server, i can see this error:
AH01067: Failed to read FastCGI header
no error in the fpm container. At first i thought about a memory_limit issue, but the error disappear when i activate XDebug on the fpm container. And XDebug eats quite a lot of memory, so i don't know where is the problem.
If anybody has any idea, it will be really appreciated.
Thx, JM