2015年12月21日

摘要: 公司有三台机器在机房,因为IP不够用,肯定要分出来,所以要建立单IP 多域名的反向代理,就是当请求www.abc.com 跳转到本机, 请求www.bbc.com 跳转到192.168.0.35 机器上去,前提 192.168.0.35 装了nginx和php环境。#vi /usr/local/ng... 阅读全文
posted @ 2015-12-21 12:50 studyphp 阅读(628) 评论(0) 推荐(0) 编辑
摘要: MySQL5.7GA版本的发布,也就是说从现在开始5.7已经可以在生产环境中使用,有任何问题官方都将立刻修复。MySQL5.7主要特性:更好的性能:对于多核CPU、固态硬盘、锁有着更好的优化,每秒100WQPS已不再是MySQL的追求,下个版本能否上200WQPS才是吾等用户更关心的更好的InnoD... 阅读全文
posted @ 2015-12-21 12:42 studyphp 阅读(546) 评论(0) 推荐(0) 编辑
摘要: nginx指令中的优化(配置文件)worker_processes8; nginx进程数,建议按照cpu数目来指定,一般为它的倍数。worker_cpu_affinity0000000100000010000001000000100000010000001000000100000010000000... 阅读全文
posted @ 2015-12-21 12:40 studyphp 阅读(324) 评论(0) 推荐(0) 编辑
摘要: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-zip --enable-fpm --enable-gd-native-ttf --with-config-file-path=/usr/local/php/etc --wit... 阅读全文
posted @ 2015-12-21 12:39 studyphp 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Mysql读写分离YIi配置 'yii\db\Connection', 'masterConfig' => [ // 'dsn' => 'mysql:host=localhost;dbname=studyyii', 'username'... 阅读全文
posted @ 2015-12-21 12:37 studyphp 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 高负载PHP调优针对PHP的Linux调优调整文件描述符限制#ulimit-n1000000#vi/etc/security/limits.conf#SettingShellLimitsforFileDescriptors*softnofile1000000*hardnofile1000000禁止P... 阅读全文
posted @ 2015-12-21 12:33 studyphp 阅读(278) 评论(0) 推荐(0) 编辑

导航