ChinaUnix.net
相关文章推荐:

linux nginx php

wget http://sysoev.ru/nginx/nginx-0.6.34.tar.gz wget http://php-fpm.anight.org/downloads/head/php-5.2.8-fpm-0.5.10.diff.gz wget http://cn.php.net/distributions/php-5.2.8.tar.gz wget http://pecl.php.net/get/memcache-2.2.4.tgz wget http://xcache.lighttpd.net/pub/Releases/1.2.2/xcache-1.2.2.tar.gz #tar xzvf nginx-0.6.34.tar.gz #cd nginx-0.6.34 #./configure --prefix=/usr/local/nginx --with-http_...

by lxl0121 - Linux文档专区 - 2008-12-16 11:32:44 阅读(1137) 回复(0)

相关讨论

Ubuntu linux 10.04 安装及配置nginx+php FPM Bash代码[code]1.#!/bin/bash 2.########################################## 3.# Install app server env. 4.# Prepare:Ubuntu 10.04 linux server configed ssh,LVS Real Server and mysql slave. 5.########################################## 6.[ `whoami` != "root" ] && echo "Not root." && exit 1; 7.export EDITOR=vim; 8.if ! gre...

php

by so_brave - php文档中心 - 2011-12-21 22:11:07 阅读(2396) 回复(1)

linux下查看nginx,apache,mysql,php的编译参数 有时候nginx,apache,mysql,php编译完了想看看编译参数可以用以下方法 nginx编译参数:[code]#/usr/local/nginx/sbin/nginx -V nginx version: nginx/0.6.32 built by gcc 4.1.2 20071124 (Red Hat 4.1.2-42) configure arguments: --user=www --group=www --prefix=/usr/local/nginx/ --with-http_stub_status_module --with-openssl=/usr/local/openssl[/code]apache编译参...

运维

by feiyang10086 - 监控及自动化运维技术 - 2011-05-18 09:22:28 阅读(1528) 回复(0)

1、nginx编译参数: #/usr/local/nginx/sbin/nginx -V 2、apache编译参数: # cat /usr/local/apache/build/config.nice 3、php编译参数: # /usr/local/php/bin/php -i |grep configure 4、mysql编译参数: # cat /usr/local/mysql/bin/mysqlbug|grep configure 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93182/showart_1967231.html

by hairui8991 - Linux文档专区 - 2009-06-17 15:06:26 阅读(849) 回复(0)

linux+nginx+php架设高性能WEB服务器 软件环境 nginx-0.6.35.tar.gz 当前稳定版: nginx 0.6.35 官方Wiki:http://wiki.nginx.org 官方下载:http://sysoev.ru/nginx/nginx-0.6.35.tar.gz php-5.2.9.tar.gz 官方下载:http://www.php.net/get/php-5.2.9.tar.gz/from/this/mirror php-5.2.9-fpm-0.5.10.diff.gz 官方下载:http://php-fpm.anight.org/downloads/archive/ mysql-5.1.34.tar.gz libiconv-1.13.tar.gz libmcrypt-2.5.8...

by zz.Li - Linux文档专区 - 2009-06-10 15:59:30 阅读(1210) 回复(0)

转帖自:http://www.softshome.com/html/Softskills/softs/200808/29-618.html nginx 的 rewrite 网站页面地址重写功能需要正则表达式模块 PCRE,另外页面压缩传输需要 zlib。 nginx 配置时只需引用下载后解压的 PCRE 和 ZLIB 源文件即可: ./configure –prefix=/usr/local/nginx –with-pcre=/backup/pcre-7.7 –with-zlib=/backup/zlib-1.2.3 在网上看到的另一种方法是: nginx的编译参数如下: [root@l...

by cooldesigner - Linux系统管理 - 2008-08-29 16:06:42 阅读(1236) 回复(0)

转帖自:http://www.softshome.com/html/Softskills/softs/200808/29-618.html nginx 的 rewrite 网站页面地址重写功能需要正则表达式模块 PCRE,另外页面压缩传输需要 zlib。 nginx 配置时只需引用下载后解压的 PCRE 和 ZLIB 源文件即可: ./configure –prefix=/usr/local/nginx –with-pcre=/backup/pcre-7.7 –with-zlib=/backup/zlib-1.2.3 在网上看到的另一种方法是: nginx的编译参数如下: [root@loc...

by cooldesigner - HP-UX - 2008-10-03 13:02:27 阅读(3876) 回复(3)

nginx 的 rewrite 网站页面地址重写功能需要正则表达式模块 PCRE ,另外页面压缩传输需要 zlib 。 nginx 配置时只需引用下载后解压的 PCRE 和 ZLIB 源文件即可: ./configure –prefix=/usr/local/nginx –with-pcre=/backup/pcre-7.7 –with-zlib=/backup/zlib-1.2.3 在网上看到的另一种方法是: nginx的编译参数如下: [root@localhost]#./configure –prefix=/usr/local/server/nginx –with-openssl=/usr/include ...

by xh_terry - php文档中心 - 2008-08-03 23:52:44 阅读(2131) 回复(0)

简单说明: 使用这个脚本可以自动化安装nginx(处理前端静态请求), Apache(作为后端处理php请求), MySQL, php,FTP等linux系统必需的服务环境。 支持CentOS,Debian和Ubuntu的所有主流版本(测试过的版本包括CentOS-5.9-i386, CentOS-5.9-x86_64, CentOS-6.4-i386, CentOS-6.4-x86_64, Debian-6-32bit, Debian-6-64-bit, Debian-7-32bit, Debian-7-64-bit, Ubuntu-10-32bit, Ubuntu-10-64bit, Ubuntu-11-32bit, Ubuntu-11-64bit, Ub...

by SeriousCool - 服务器应用 - 2014-04-06 13:32:00 阅读(1909) 回复(2)

本帖最后由 无野 于 2010-05-25 18:47 编辑 这是w3s 0.1.1 full版,安装的软件主要为nginx php eaccelerator MySQL memcached profptd w3s附带我另外编写的服务器管理套件,使用方法可见 http://w3ss.org/usage/bin/ 希望喜欢的朋友可以有空和我交流交流 初次发布,肯定有不足,请大家指正 我联系方式: E-mail/MSN/QQ : [email]mouje@tekeq.com[/email] 安装方法详见 http://w3ss.org/download/entry/ 系统要求: Unix/Lin...

by 无野 - Web开发 - 2010-12-08 15:50:25 阅读(3412) 回复(4)

nginx配置的路径下新建一个php文件,访问的时候出现404,是什么原因?但是访问该目录下原先已经存在的文件就是正常的!

by td901105 - PHP - 2015-05-05 17:54:58 阅读(1471) 回复(1)