服务器之家

服务器之家 > 正文

lanmp(Linux Apache Nginx Mysql Php) 的安装配置

时间:2021-03-14 22:29     来源/作者:Linux教程网

1 ) 安装Centos 5 , 下载地址
http://mirrors.sohu.com/centos/5/isos/i386/
安装过程请禁用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-devel openldap openldap-devel nss_ldap openldap-clients openldap-servers

3) 安装 Apache
如果使用系统的 apache + php + mysql
可以用
yum -y install httpd php mysql php-mysql php-pdo php-mcrypt php-mbstring

如果愿意自己编译 apache ,请自行到 apache.org 下载最新版 apache,然后编译安装
./configure --prefix=/usr/local/apache --enable-so
make
make install

编译php 和相关组件,可以到 www.php.net 下载 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 (www.nginx.net) 并编译
./configure --prefix=/usr/local/nginx && make && make install

5) 编译mysql
下载(dev.mysql.com) 并编译mysql
./configure --prefix=/usr/local/mysql && make && make install

6)细节性能调整 和 网站规划

标签:

相关文章

热门资讯

2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全 2019-12-26
yue是什么意思 网络流行语yue了是什么梗
yue是什么意思 网络流行语yue了是什么梗 2020-10-11
背刺什么意思 网络词语背刺是什么梗
背刺什么意思 网络词语背刺是什么梗 2020-05-22
Intellij idea2020永久破解,亲测可用!!!
Intellij idea2020永久破解,亲测可用!!! 2020-07-29
苹果12mini价格表官网报价 iPhone12mini全版本价格汇总
苹果12mini价格表官网报价 iPhone12mini全版本价格汇总 2020-11-13
返回顶部