应用市场 服务中心 加入收藏

让您轻松构建企业级的网站运行环境

基于docker容器技术,支持主流Linux系统,一键安装,自动化部署,内置丰富应用市场,完美兼容,关系融洽不互殴!

lumanager使用nginx和完全使用nginx网站出现502的解决方法

使用nginx和完全使用nginx,出现502的朋友。

看解决方法

第一套路线:
编辑网站,在nginx扩展的location段中,加入以下三行

  1. proxy_connect_timeout 300;  
  2. proxy_send_timeout 300;  
  3. proxy_read_timeout 300;  

如果还不能解决问题走第二套路线:

将php.ini里面的

  1. [eaccelerator]  
  2. ;zend_extension="/usr/local/php_fcgi/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so" 
  3. extension_dir="/usr/local/php_fcgi/lib/php/extensions/no-debug-non-zts-20060613/" 
  4. extension = "eaccelerator.so" 
  5. eaccelerator.shm_size="8" 
  6. eaccelerator.cache_dir="/tmp" 
  7. eaccelerator.enable="1" 
  8. eaccelerator.optimizer="1" 
  9. eaccelerator.check_mtime="1" 
  10. eaccelerator.debug="0" 
  11. eaccelerator.filter="" 
  12. eaccelerator.shm_max="0" 
  13. eaccelerator.shm_ttl="0" 
  14. eaccelerator.shm_prune_period="0" 
  15. eaccelerator.shm_only="0" 
  16. eaccelerator.compress="1" 
  17. eaccelerator.compress_level="9" 

删除

是因为eaccelerator的版本太低了

上一篇:如何将数据转移至新的服务器?
下一篇:phpMyAdmin-3.4.4配置详解

点击这里在线咨询  

在线咨询
分享按钮