锘??xml version="1.0" encoding="utf-8" standalone="yes"?>成人精品在线视频,国产一区欧美二区,国产精品亚洲欧美一级在线http://www.aygfsteel.com/Alpha/category/40501.html澶氬皯鏄ョ椋庨洦鏀?澶氬皯宕庡矕涓嶅彉鐖?/description>zh-cnThu, 13 Sep 2012 19:38:12 GMTThu, 13 Sep 2012 19:38:12 GMT60yum鎼緩lnmp鐜錛圕entOS6)http://www.aygfsteel.com/Alpha/archive/2012/09/12/387583.htmlAlphaAlphaWed, 12 Sep 2012 10:39:00 GMThttp://www.aygfsteel.com/Alpha/archive/2012/09/12/387583.htmlhttp://www.aygfsteel.com/Alpha/comments/387583.htmlhttp://www.aygfsteel.com/Alpha/archive/2012/09/12/387583.html#Feedback0http://www.aygfsteel.com/Alpha/comments/commentRss/387583.htmlhttp://www.aygfsteel.com/Alpha/services/trackbacks/387583.html

1.鍏抽棴闃茬伀澧?br />[root@CentOS ~]# chkconfig iptables off

2.鍏抽棴selinux
vi /etc/sysconfig/selinux
//灝哠ELINUX=enforcing淇敼涓篸isabled鐒跺悗閲嶅惎鐢熸晥

3銆侀厤緗瓹entOS 6.0 絎笁鏂箉um婧愶紙CentOS榛樿鐨勬爣鍑嗘簮閲屾病鏈塶ginx杞歡鍖咃級(jí)
[root@CentOS ~]# yum install wget
//涓嬭澆wget宸ュ叿
[root@CentOS ~]# wget http://www.atomicorp.com/installers/atomic
//涓嬭澆atomic yum婧?br />[root@CentOS ~]# sh ./atomic
//瀹夎鎻愮ず杈撳叆鏃惰緭yes
[root@CentOS ~]# yum check-update
//鏇存柊yum杞歡鍖?/p>

4.瀹夎寮鍙戝寘鍜屽簱鏂囦歡
[root@CentOS ~]# yum -y install ntp make openssl openssl-devel pcre pcre-devel libpng
libpng-devel libjpeg-6b libjpeg-devel-6b freetype freetype-devel gd gd-devel zlib zlib-devel
gcc gcc-c++ libXpm libXpm-devel ncurses ncurses-devel libmcrypt libmcrypt-devel libxml2
libxml2-devel imake autoconf automake screen sysstat compat-libstdc++-33 curl curl-devel

5.鍗歌澆宸插畨瑁呯殑apache銆乵ysql銆乸hp
[root@CentOS ~]# yum remove httpd
[root@CentOS ~]# yum remove mysql
[root@CentOS ~]# yum remove php

6.瀹夎nginx
[root@CentOS ~]# yum install nginx
[root@CentOS ~]# service nginx start
[root@CentOS ~]# chkconfig --levels 235 nginx on
//璁?銆?銆?綰у埆寮鏈哄惎鍔?/p>

7.瀹夎mysql
[root@CentOS ~]# yum install mysql mysql-server mysql-devel
[root@CentOS ~]# service mysqld start
[root@CentOS ~]# chkconfig --levels 235 mysqld on
[root@CentOS ~]# mysqladmin -u root password "123456"
//涓簉oot鐢ㄦ埛璁劇疆瀵嗙爜
[root@CentOS ~]# service mysqld restart
//閲嶅惎mysql

8.瀹夎php
[root@CentOS ~]# yum install php lighttpd-fastcgi php-cli php-mysql php-gd php-imap php-ldap
php-odbc php-pear php-xml php-xmlrpc php-mbstring php-mcrypt php-mssql php-snmp php-soap
php-tidy php-common php-devel php-fpm
//瀹夎php鍜屾墍闇緇勪歡浣縋HP鏀寔MySQL銆丗astCGI妯″紡
[root@CentOS ~]# service php-fpm start
[root@CentOS ~]# chkconfig --levels 235 php-fpm on

9.閰嶇疆nginx鏀寔php
[root@CentOS ~]# mv /etc/nginx/nginx.conf /etc/nginx/nginx.confbak
//灝嗛厤緗枃浠舵敼涓哄浠芥枃浠?br />[root@CentOS ~]# cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
//鐢變簬鍘熼厤緗枃浠惰鑷繁鍘誨啓鍥犳鍙互浣跨敤榛樿鐨勯厤緗枃浠朵綔涓洪厤緗枃浠?br />//淇敼nginx閰嶇疆鏂囦歡錛屾坊鍔爁astcgi鏀寔
[root@CentOS ~]# vi /etc/nginx/nginx.conf
index index.php index.html index.htm;
//鍔犲叆index.php
location ~ \.php$ {
root /usr/share/nginx/html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /usr/share/nginx/html$fastcgi_script_name;
include fastcgi_params;
}
//灝嗕互涓婁唬鐮佹敞閲婂幓鎺夛紝騫朵慨鏀規(guī)垚nginx榛樿璺緞

10.閰嶇疆php
//緙栬緫鏂囦歡php.ini錛屽湪鏂囦歡鏈熬娣誨姞cgi.fix_pathinfo = 1
[root@CentOS ~]# vi /etc/php.ini

11.閲嶅惎nginx php-fpm
[root@CentOS ~]# service nginx restart
[root@CentOS ~]# service php-fpm restart

12.寤虹珛info.php鏂囦歡
[root@CentOS ~]# vi /usr/share/nginx/html/info.php
<?php
phpinfo();
?>

13.嫻嬭瘯nginx鏄惁瑙f瀽php
杈撳叆錛?92.168.1.105/info.php
鏄劇ずphp鐣岄潰璇存槑瑙f瀽鎴愬姛



Alpha 2012-09-12 18:39 鍙戣〃璇勮
]]>
Nginx 0.8.x + PHP 5.2.13錛團(tuán)astCGI錛夋惌寤鴻儨榪嘇pache鍗佸嶇殑Web鏈嶅姟鍣紙絎?鐗堬級(jí)http://www.aygfsteel.com/Alpha/archive/2011/04/27/349108.htmlAlphaAlphaWed, 27 Apr 2011 03:29:00 GMThttp://www.aygfsteel.com/Alpha/archive/2011/04/27/349108.htmlhttp://www.aygfsteel.com/Alpha/comments/349108.htmlhttp://www.aygfsteel.com/Alpha/archive/2011/04/27/349108.html#Feedback0http://www.aygfsteel.com/Alpha/comments/commentRss/349108.htmlhttp://www.aygfsteel.com/Alpha/services/trackbacks/349108.htmlhttp://blog.s135.com/nginx_php_v6/

http://www.mike.org.cn





Alpha 2011-04-27 11:29 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 怀集县| 泗水县| 新田县| 共和县| 兴义市| 霍山县| 三原县| 崇明县| 微山县| 丹江口市| 昌都县| 宣化县| 顺平县| 安国市| 肇庆市| 周宁县| 周口市| 彭泽县| 禹州市| 章丘市| 广灵县| 赤城县| 湾仔区| 遵义市| 浦城县| 金平| 阳新县| 兴城市| 武胜县| 公主岭市| 安岳县| 互助| 资源县| 玉田县| 株洲市| 桃江县| 佛山市| 雷山县| 聂荣县| 亚东县| 云龙县|