C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2014年4月11日
摘要: 1、最有效的方法 修改php.ini中#session的超时时间session.gc_maxlifetime = 14402、通过php去修改这个值$Lifetime = 3600; $Seperator = (strstr(strtoupper(substr(PHP_OS, 0, 3)), "WIN")) ? "\\" : "/"; $DirectoryPath = dirname(__FILE__) . "{$Seperator}SessionData"; is_dir($DirectoryPath) or m 阅读全文
posted @ 2014-04-11 22:39 思齐_ 阅读(20212) 评论(0) 推荐(0) 编辑
摘要: 1、PHP程序的执行时间超过了Nginx的等待时间,可以适当增加nginx.conf配置文件中FastCGI的timeout时间#http代码段中增加fastcgi_connect_timeout 300;fastcgi_send_timeout 300;fastcgi_read_timeout 300;2、header 头信息过大3、FastCGI进程数不够用增大 php-fpm.conf 中的max_childrenmax_requests 值4、各种超时nginx 中的 fastcgi_connect_timeout 300; fastcgi_send_timeout 300 :fas. 阅读全文
posted @ 2014-04-11 15:16 思齐_ 阅读(2513) 评论(0) 推荐(0) 编辑