1)安装Centos 5lanmp配置lanmp配置,下载地址
请在安装过程中禁用selinux和防火墙
2)安装必要的组件
LANG = C
yum -y install gcc gcc-c ++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl curl -devel e2fsprogs e2fsprogs-devel krb5 krb5-devel libidn libidn-devel openssl openssl openssl-devel openldap openldap-devel nss_ldap openldap-clients openldap-servers
3)安装Apache
可以使用
yum -y安装httpd php mysql php-mysql php-pdo php-mcrypt php-mbstring
如果您愿意自己编译apache,请从apache.org下载最新版本的apache,然后编译并安装它.
./ configure --prefix = / usr / local / apache --enable-so
制作
进行安装
编译php和相关组件,您可以下载最新版本的php5.2
./ configure --prefix = / usr / local / php --with-apxs2 = / usr / local / apache2 / bin / apxs --with-mysql = / usr / local / mysql
(假设先前编译的mysql安装在/ usr / local / mysql中,如果使用系统的mysql,则可以--with-mysql = / usr)
4)编译nginx
下载nginx()并进行编译
./ configure --prefix = / usr / local / nginx && make &&进行安装
5)编译mysql
下载(dev.mysql.com)并编译mysql
./ configure --prefix = / usr / local / mysql && make &&进行安装
6)详细的性能调整和网站规划
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-162609-1.html