1、软件管理器的简介众所周知,软件作者完成软件开发后将会以源代码(SourceCode)的方式发布出来,每次我们需要安装软件时都要检测操作系统(operatingsystem)与环境,设置编译参数进行编译,最后进行安装,过程十分繁琐,而且对于不熟悉整个编译与安装过程的人来说,操作起来十..
分类:
其他好文 时间:
2015-09-14 00:36:04
阅读次数:
185
nginx可以使用各平台的默认包来安装,本文是介绍使用源码编译安装,包括具体的编译参数信息。正式开始前,编译环境gcc g++ 开发库之类的需要提前装好,这里默认你已经装好。ububtu平台编译环境可以使用以下指令apt-get install build-essentialapt-get inst...
分类:
系统相关 时间:
2015-09-10 19:01:51
阅读次数:
292
参考资料:nginx官网ngx_cache_purge扩展参考:http://wiki.nginx.org/CachePurgeChs张宴的技术博文:http://zyan.cc/nginx_cache/查看nginx编译参数:[root@test31php]#/usr/local/nginx/sbin/nginx-V
nginxversion:nginx/1.6.3
builtbygcc4.4.720120313(RedHat4.4.7-11)(GCC)..
分类:
系统相关 时间:
2015-09-06 18:31:42
阅读次数:
246
Nginx基础1. nginx安装:httpwww.ttlsa.comnginxnginx-install-on-linux2. nginx 编译参数详解(运维不得不看):http://www.ttlsa.com/nginx/nginx-configure-descriptions/3. nginx...
分类:
其他好文 时间:
2015-09-05 20:44:23
阅读次数:
255
Nginx基础
1. nginx安装
2. nginx
编译参数详解
3. nginx安装配置+清缓存模块安装
4. nginx+PHP
5.5
5. nginx配置虚拟主机
6. nginx
location配置
7. nginx
root&alias文件路径配置
8. ngx_http_core_module模块提供的变量
9. nginx日...
分类:
其他好文 时间:
2015-08-30 21:30:37
阅读次数:
364
??1 进入nginx安装目录,查看nginx版本及其编译参数: [root@localhost nginx]# ./nginx -V nginx version: nginx/1.8.0 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) built with OpenSSL 1.0.1c 10 May 2012 TLS S...
分类:
其他好文 时间:
2015-08-21 01:53:23
阅读次数:
274
Fast-CGI: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-force-cgi-redirect --with-config-file-path=/etc --with-zlib --with-mysql --with-xml --with-gd --enable-gd-native-ttf --enable...
分类:
Web程序 时间:
2015-08-20 15:39:46
阅读次数:
131
Linux下查看Nginx、Napache、MySQL、PHP的编译参数的命令如下:1、nginx编译参数:#/usr/local/nginx/sbin/nginx-V2、apache编译参数:#cat/usr/local/apache/build/config.nice3、php编译参数:#/usr/local/php/bin/php-i|grepconfigure4、mysql编译参数:#cat/usr/local/mysq..
分类:
数据库 时间:
2015-08-18 06:47:17
阅读次数:
236
centos5/6epelyum源安装在centos6.x上编译安装php时,如果指定编译参数--wity-mcrypt会需要安装libmcrypt-devel这个包才可以。但是当使用yuminstalllibmcrypt-devel的时候,会提示无这个包。这是因为centos6.x默认的yum源不在包含这个资源。需要第三方资源。首先现在如下rpm包..
分类:
其他好文 时间:
2015-08-16 23:26:49
阅读次数:
164
./configure–prefix=/usr/local/phpphp安装目录–with-apxs2=/usr/local/apache/bin/apxs–with-config-file-path=/usr/local/php/etc指定php.ini位置–with-mysql=/usr/local/mysqlmysql安装目录,对mysql的支持–with-mysqli=/usr/local/mysql/bin/mysql_configmysqli文件?.
分类:
Web程序 时间:
2015-08-14 01:17:32
阅读次数:
176