资源描述:
《基于centos构建高性能的lamp平台》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于CentOS构建高性能的LAMP平台基于centos构建高性能的lamp平台.作者:netseekhttp://www.linuxtone.org(it运维
2、集群架构
3、性能调优)欢迎转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明.大纲:一、系统安装二、编译安装基本环境三、配置虚拟主机及基本性能调优四、基本安全设置五、附录及相关介绍一、系统安装1.分区/boot100m左右swap物理内存的2倍(如果你的物理内存大于4g以上,分配4g即可)/15g/usr/local20g(用于安装软件)/data剩余所有空间2.系
4、统初始化脚本(根据具体需求关闭不需要的服务)#viinit.sh-------------------cutbegin-------------------------------------------#welcomecat<<eof+--------------------------------------------------------------+
5、===welcometocentossysteminit===
6、+--------------http://www.linuxtone.org-----------
7、-------------++----------------------author:netseek--------------------------+eof#disableipv6cat<<eof+--------------------------------------------------------------+
8、===welcometodisableipv6===
9、+--------------------------------------------------------------+eofecho"
10、aliasnet-pf-10off">>/etc/modprobe.confecho"aliasipv6off">>/etc/modprobe.conf/sbin/chkconfig--level35ip6tablesoffecho"ipv6isdisabled!"#disableselinuxsed-i'/selinux/s/enforcing/disabled/'/etc/selinux/configecho"selinuxisdisabled,youmustreboot!"#vimsed-i"8s/^/al
11、iasvi='vim'/"/root/.bashrcecho'syntaxon'>/root/.vimrc#zh_cnsed-i-e's/^lang=.*/lang="zh_cn.gb18030"/'/etc/sysconfig/i18n#tunoffservices#--------------------------------------------------------------------------------cat<<eof+--------------------------------------
12、------------------------+
13、===welcometotunoffservices===
14、+--------------------------------------------------------------+eof#---------------------------------------------------------------------------------foriin`ls/etc/rc3.d/s*`docursrv=`echo$i
15、cut-c15-`echo$cursrvcase$c
16、ursrvincrond
17、irqbalance
18、microcode_ctl
19、network
20、random
21、sendmail
22、sshd
23、syslog
24、local
25、mysqld)echo"baseservices,skip!";;*)echo"change$cursrvtooff"chkconfig--level235$cursrvoffservice$cursrvstop;;esacdone-------------------cutend-------------------------------------------#shinit
26、.sh(执行上面保存的脚本,仍后重启)复制代码二、编译安装基本环境1.安装准备1)系统约定软件源代码包存放位置/usr/local/src源码包编译安装位置(prefix)/usr/local/softwa