1、什么是服务器集群简单来说就是把多台服务器组合到一起按照某一个目的实现特定功能的服务器的集合,也就是服务器集群,而这些服务器都采用linux系统,那么,我们就可以把这个集群称作linux集群。2、为什么要用到集群比如说现在有一台服务器,现将此服务器部署为LAMP或者LNMP..
分类:
系统相关 时间:
2015-05-26 16:35:59
阅读次数:
148
前言LAMP(linux+apache+mariadb+php)以下都以源码安装方式,环境为3台虚拟机内存各4G、2核cpu,apache通过fastcgi连接php,数据库用mariadb。搭建环境:Centos6.4服务器一IP地址:192.168.146.140安装软件:apache2.4.12硬盘:20G服务器二IP地址:192.168.146.141安装软件:P..
分类:
数据库 时间:
2015-05-26 16:23:01
阅读次数:
362
php配置1. 配置disable_functiondisable_functions = eval,assert,popen,passthru,escapeshellarg,escapeshellcmd,passthru,exec,system,chroot,scandir,chgrp,chown...
分类:
数据库 时间:
2015-05-26 15:36:33
阅读次数:
148
FROM :http://www.cnblogs.com/eleganthqy/archive/2010/02/28/1675217.html最近转向到了使用ubuntu做桌面,安装好系统以来一直都没配置lamp开发环境。由于很久以来没有自己编译安装过apache php mysql了有些手生,决定...
分类:
数据库 时间:
2015-05-26 10:39:23
阅读次数:
281
搭建:收集自:http://www.cloudfly.info/archives/36安装apache2sudo apt-get install apache2安装完成,运行如下命令重启下:sudo /etc/init.d/apache2 restart在浏览器里输入http://localhost...
分类:
数据库 时间:
2015-05-26 00:07:00
阅读次数:
245
1.安装数据库服务1.1安装MySQL[root@svr5lab]#tar-xfMySQL-5.6.15-1.el6.x86_64.rpm-bundle.tar-Csoft/[root@svr5lab]#rpm-Uvhsoft/MySQL-*.rpm1.2启动服务[root@svr5lab]#servicemysqlstartStartingMySQL...[确定]1.3查看密钥文件[root@svr5lab]#cat/root/.mysql_secret#Thera..
分类:
其他好文 时间:
2015-05-25 14:46:28
阅读次数:
211
1.安装系统 #centos 6.4最小化安装2.配置好IP 关闭iptables、selinux 重启启动服务器3.服务端安装 lamp 环境 (最好配置163yum源)yum -y install gcc gcc-c++ autoconf httpd php mysql mysq...
分类:
其他好文 时间:
2015-05-25 12:52:27
阅读次数:
170
Description Three wizards are doing a experiment. To avoid from bothering, a special magic is set around them. The magic forms a circle, which covers ...
分类:
其他好文 时间:
2015-05-24 23:17:20
阅读次数:
202
目录 1.网站的硬件环境 2.修改Httpd.conf 3.修改sysctl.conf文件 一、网站环境LAMP硬件环境 [root@wwwconf]#dmidecode-sprocessor-version Intel(R)Xeon(R)CPUE3-1270V2@3.50GHz 四核八线程 内存3...
分类:
Web程序 时间:
2015-05-24 12:51:30
阅读次数:
164
编译安装LAMP顺序:httpd-->mysql-->php-->XCachehttpd:apr-->apr-util-->httpd0.确保安装环境#yumgroupinstall"DevelopmentTools""CompatibilityLibraries"#yum-yinstallpcre-developenssl-devel1.安装apr和apr-util:apr(ApacheProtableRuntime)和apr-util和..
分类:
Web程序 时间:
2015-05-24 06:42:28
阅读次数:
158