drb56625 2016-05-12 10:17
浏览 357

Laravel 5.2 ERR_EMPTY_RESPONSE

Hosted Laravel 5.2 app on centos server. It works fine. But all of sudden (randomly) "ERR_EMPTY_RESPONSE" error starts, After this each page of Application shows the same error.

However if you open same URL on different browser / Machine it works perfectly, but in that particular browser it does not load. Wait for 20 , 30 mins and try reloading page, it again works.

I have changed permission of vendor, public & storage folders in laravel5.2 directory.

Seems like cache issue to me. If anyone has similar issues please help.

Tried checking ngnix access /error logs, nothing found there as well. :(

Same URL works fine in Incogito mode.

Thanx in Advance.

  • 写回答

1条回答 默认 最新

  • douliang9057 2017-02-15 12:46
    关注

    Please make a try adding this line at the top of .htaccess file in ur project

    php_flag opcache.enable Off
    

    hope it works for you.

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#MATLAB#的问题,如何解决?(相关搜索:信噪比,系统容量)
  • ¥500 52810做蓝牙接受端
  • ¥15 基于PLC的三轴机械手程序
  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作