Apache [notice] child pid xxxx exit

After install laravel on my apache server i can’t run my project.Then i check my apache error log and got an error that is “Apache [notice] child pid xxxx exit”.That time i tried to solve the problem,after invest few minutes i got a solution that the culprit is xcache.So i need to remove xcache from my php server to run my laravel project,so here we know how we remove xcache and solve this problem.

Remove xcache form php

apt-get --purge remove php5-xcache