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

來源:互聯網
上載者:User

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)細節效能調整 和 網站規劃

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.