随笔分类 -  php

摘要:1:启动php-fpm/usr/loca/php-fpm/sbin/php-fpm2:配置nginxlocation ~ \.php$ { root /opt/ganglia; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; #fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; #include fastcgi_params; ... 阅读全文
posted @ 2012-11-20 23:35 出发一路向北 阅读(367) 评论(0) 推荐(0)
摘要:1:下载最新版本:http://www.php.org2:解压安装tar -jxvf php-5.3.5.tar.bz2 cd php-5.3.5./configure --prefix=/usr/local/php-fpm --enable-fpm --enable-mbstring=all --enable-sockets --enable-ftp --enable-pcntl --with-mysql=mysqlnd--with-pdo-mysql=mysqlnd --with-mcrypt --with-freetype-dir --with-jpeg-dir --with-png-d 阅读全文
posted @ 2012-11-20 23:33 出发一路向北 阅读(340) 评论(0) 推荐(0)