环境:RHEL6-x86-64主要软件MySQL-5.6.14httpd-2.4php-5.4.13如下图:外网用户请求到达负载调度器,根据调度算法挑选一个RealServer(后简称RS)响应,并且使用PPC(持久端口连接),将同一客户端对同一集群服务的请求始终定向至此前选定的RS。定向到同一个RS有什么用呢?例如:..
分类:
其他好文 时间:
2015-04-23 15:55:51
阅读次数:
196
在CentOS 7和7.1上搭建出来的LNMP运行环境,PHP网站根目录设为/srv/www/default。
使用systemctl启动php-fpm时,浏览器会报个404错误
File not found.
但是用root权限手动使用php-fpm -D命令启动却一切正常。
原来是SELinux在作怪。...
分类:
其他好文 时间:
2015-04-23 15:42:30
阅读次数:
321
系统CentOS7.1链接http://mirrors.sohu.com/centos/7.1.1503/isos/x86_64/CentOS-7-x86_64-Minimal-1503-01.isomd5值:d07ab3e615c66a8b2e9a50f4852e6a77CentOS-7-x86_64-Minimal-1503-01.iso系统为最小化安装,版本号:nginx:1.6.3mysql:5.5.37php:5.3.28下面shell,没有多..
分类:
其他好文 时间:
2015-04-23 13:48:57
阅读次数:
550
Description
Kiki likes traveling. One day she finds a magic lamp, unfortunately the genie in the lamp is not so kind. Kiki must answer a question, and then the genie will realize one of her dreams....
分类:
其他好文 时间:
2015-04-22 20:42:24
阅读次数:
214
系统环境CENTOS6.2X86-64并已经使用yum安装配置好LNMP环境以下是安装所使用的部分软件包shell>cd/usr/local/srcshell>wgethttp://jaist.dl.sourceforge.net/project/courier/imap/4.16.0/courier-imap-4.16.0.tar.bz2shell>wgetftp://ftp.cuhk.edu.hk/pub/packages/ma..
分类:
其他好文 时间:
2015-04-22 16:28:09
阅读次数:
249
系统环境最小化安装64位Centos7.1(已安装开发工具包)部分安装包下载地址wgethttp://ncu.dl.sourceforge.net/project/re2c/re2c/0.14.2/re2c-0.14.2.tar.gzwgethttp://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.10.tar.gz/from/http://cdn.mysql.com/源码包存放目录/usr..
分类:
其他好文 时间:
2015-04-22 16:26:57
阅读次数:
273
Nagios1、安装yuminstallgd-devel–y[root@localhostnagios]#yuminstallgd-devel–y2、部署lamp环境yuminstallhttpdmysqlmysql-serverphpphp-mysql-y[root@localhost~]#yuminstallhttpdmysqlmysql-serverphpphp-mysql–y3、安装主程序nagios[root@localhostnagios]#tarfvxznag..
分类:
移动开发 时间:
2015-04-22 15:57:36
阅读次数:
267
准备篇:1、配置防火墙,开启80端口、3306端口vi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT #允许80端口通过防火墙-A INPUT -m state --st...
分类:
数据库 时间:
2015-04-22 13:42:30
阅读次数:
207
LAMP Server on CentOS 7Updated Tuesday, January 13, 2015 by Joel KrugerThis guide provides step-by-step instructions for installing a full-featured LA...
分类:
其他好文 时间:
2015-04-22 13:35:17
阅读次数:
207