Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache ERR_INCOMPLETE_CHUNKED_ENCODING

Sometimes, for no real reason I get the following console message and a completely blank screen after deploying code to the server:

net::ERR_INCOMPLETE_CHUNKED_ENCODING 

An Apache restart fixes it but I can't see why it happens. The file system changes but not any config. I've never encountered it when not doing a deployment, so something about the file system changing whilst apache is running seems to cause it.

The document root is a symlink (current/) to the latest release folder.

like image 444
jimbo2087 Avatar asked Aug 22 '14 16:08

jimbo2087


2 Answers

This might not be your problem, but it solved it for me so i'm going to throw it out there anyway - setting opcache.fast_shutdown=0 fixed it. It is disabled by default according to the php docs but had been enabled in our setup.

like image 59
jakraska Avatar answered Oct 31 '22 10:10

jakraska


I had this problem with phpmyadmin. Try disabling your antivirus.

like image 1
Tautvydas Bagdžius Avatar answered Oct 31 '22 10:10

Tautvydas Bagdžius